61 Révisions (17d553d29914c8818fd4a6e9f57ab776ebacab5c)

Auteur SHA1 Message Date
  David Benjamin 32345ce6f2 Minor fixes to bytestring.h header. il y a 6 ans
  Joshua Liebow-Feeser 8c7c6356e6 Support symbol prefixes il y a 6 ans
  Joshua Liebow-Feeser dea6d90de2 Document failure conditions of some EVP, HMAC, and CBB functions il y a 6 ans
  Adam Langley d096c06b34 bytestring: document that |CBS_get_optional_asn1| can have a NULL output. il y a 6 ans
  Adam Langley c61b577197 Add some more utility functions to bytestring. il y a 6 ans
  David Benjamin 92e332501a Add a function for encoding SET OF. il y a 6 ans
  David Benjamin d9f49974e3 Support high tag numbers in CBS/CBB. il y a 6 ans
  David Benjamin 2fc4f362cd Revert "Support high tag numbers in CBS/CBB." il y a 6 ans
  David Benjamin 095b6c9baa Also add a decoupled OBJ_obj2txt. il y a 6 ans
  David Benjamin 47b8f00fdc Reimplement OBJ_txt2obj and add a lower-level function. il y a 7 ans
  David Benjamin 27bc0f26c8 Fix CBS tag class docs. il y a 7 ans
  David Benjamin 66801feb17 Support high tag numbers in CBS/CBB. il y a 7 ans
  David Benjamin c64d123933 Push Span down a layer. il y a 7 ans
  David Benjamin 6b3ab72602 Add an implicit CBS to Span<const uint8_t> conversion. il y a 7 ans
  David Benjamin 4512b792ba Run comment conversion script on include/ il y a 7 ans
  David Benjamin 2c45fa0b90 Convert bytestring_test to GTest. il y a 7 ans
  Victor Vasiliev 438229a8d7 Correct a typo in ASN.1 type name. il y a 7 ans
  David Benjamin fcd714d52b Add CBS functions for working with BIT STRINGs. il y a 7 ans
  David Benjamin 455919dda2 Add CBS_get_any_asn1. il y a 8 ans
  Nick Harper 0c0a94d07b Better explain usage of CBB_flush il y a 8 ans
  David Benjamin f0e935d7ce Fold stack-allocated types into headers. il y a 8 ans
  David Benjamin 1db42fb3ca Clarify CBS/CBB with respect to high tag number form. il y a 8 ans
  David Benjamin 93a034a7d7 CBBs are in an undefined state after an operation failed. il y a 8 ans
  Adam Langley d2b5af56cf Revert scoped_types.h change. il y a 8 ans
  Adam Langley 8d79ed6740 Assume that MSVC supports C++11. il y a 8 ans
  Adam Langley 8c3c3135a2 Remove scoped_types.h. il y a 8 ans
  David Benjamin bb076e334c Add CBB_add_u32. il y a 8 ans
  David Benjamin a7810c12e9 Make tls_open_record always in-place. il y a 8 ans
  Matt Mueller 897be6afe3 Add CBS_ASN1_UTF8STRING define. il y a 8 ans
  David Benjamin 375124b162 Parse BER for PKCS#12 more accurately. il y a 8 ans
  David Benjamin 2a0b391ac9 Rewrite ssl3_send_server_key_exchange to use CBB. il y a 8 ans
  David Benjamin 4cc671cbf4 Add CBB_reserve and CBB_did_write. il y a 8 ans
  David Benjamin a01deee96b Make CBB_len relative to its argument. il y a 9 ans
  David Benjamin e6d1e5a871 Use typedef names, not struct names. il y a 9 ans
  David Benjamin e8d53508ca Convert ssl3_send_client_hello to CBB. il y a 9 ans
  David Benjamin dbb0321014 Clarify that only top-level CBBs get CBB_cleanup. il y a 9 ans
  Paul Lietar 23b185a3cf Allow out_present to be NULL in CBS_get_optional_asn1 il y a 9 ans
  David Benjamin b8d28cf532 Factor out the buffering and low-level record code. il y a 9 ans
  David Benjamin d822ed811a Make CBB_len return a length, not remaining. il y a 9 ans
  David Benjamin a8653208ec Add CBB_zero to set a CBB to the zero state. il y a 9 ans
  Adam Langley 614c66a2f8 Add infrastructure for better extension handling. il y a 9 ans
  Kenny Root 3a9e1fba0e Correct various documentation typos il y a 9 ans
  Adam Langley 521d4b805a Export |CBS_get_any_ber_asn1_element|. il y a 9 ans
  Adam Langley e3ed21058d Add #defines for ASN.1 NULL and GENERALIZEDTIME. il y a 9 ans
  Adam Langley cc1e3df75c Make CBS_get_any_asn1_element accept only DER. il y a 9 ans
  Doug Hogan 5ba305643f Don't accept tag number 31 (long form identifier octets) in CBB_add_asn1. il y a 9 ans
  Doug Hogan 2683af70e7 Fix typo and ASN.1 tag number range comment in bytestring.h. il y a 9 ans
  David Benjamin 5b082e880d Various documentation fixes. il y a 9 ans
  Adam Langley 7571292eac Extended master secret support. il y a 10 ans
  David Benjamin 83fd6b686f Reimplement d2i_SSL_SESSION with CBS. il y a 10 ans