46 コミット (768e6822ccdca50f95b1b155a2ffd2bdf99cae44)

作成者 SHA1 メッセージ 日付
  David Benjamin 2c45fa0b90 Convert bytestring_test to GTest. 7年前
  Victor Vasiliev 438229a8d7 Correct a typo in ASN.1 type name. 7年前
  David Benjamin fcd714d52b Add CBS functions for working with BIT STRINGs. 7年前
  David Benjamin 455919dda2 Add CBS_get_any_asn1. 8年前
  Nick Harper 0c0a94d07b Better explain usage of CBB_flush 8年前
  David Benjamin f0e935d7ce Fold stack-allocated types into headers. 8年前
  David Benjamin 1db42fb3ca Clarify CBS/CBB with respect to high tag number form. 8年前
  David Benjamin 93a034a7d7 CBBs are in an undefined state after an operation failed. 8年前
  Adam Langley d2b5af56cf Revert scoped_types.h change. 8年前
  Adam Langley 8d79ed6740 Assume that MSVC supports C++11. 8年前
  Adam Langley 8c3c3135a2 Remove scoped_types.h. 8年前
  David Benjamin bb076e334c Add CBB_add_u32. 8年前
  David Benjamin a7810c12e9 Make tls_open_record always in-place. 8年前
  Matt Mueller 897be6afe3 Add CBS_ASN1_UTF8STRING define. 8年前
  David Benjamin 375124b162 Parse BER for PKCS#12 more accurately. 8年前
  David Benjamin 2a0b391ac9 Rewrite ssl3_send_server_key_exchange to use CBB. 8年前
  David Benjamin 4cc671cbf4 Add CBB_reserve and CBB_did_write. 8年前
  David Benjamin a01deee96b Make CBB_len relative to its argument. 9年前
  David Benjamin e6d1e5a871 Use typedef names, not struct names. 9年前
  David Benjamin e8d53508ca Convert ssl3_send_client_hello to CBB. 9年前
  David Benjamin dbb0321014 Clarify that only top-level CBBs get CBB_cleanup. 9年前
  Paul Lietar 23b185a3cf Allow out_present to be NULL in CBS_get_optional_asn1 9年前
  David Benjamin b8d28cf532 Factor out the buffering and low-level record code. 9年前
  David Benjamin d822ed811a Make CBB_len return a length, not remaining. 9年前
  David Benjamin a8653208ec Add CBB_zero to set a CBB to the zero state. 9年前
  Adam Langley 614c66a2f8 Add infrastructure for better extension handling. 9年前
  Kenny Root 3a9e1fba0e Correct various documentation typos 9年前
  Adam Langley 521d4b805a Export |CBS_get_any_ber_asn1_element|. 9年前
  Adam Langley e3ed21058d Add #defines for ASN.1 NULL and GENERALIZEDTIME. 9年前
  Adam Langley cc1e3df75c Make CBS_get_any_asn1_element accept only DER. 9年前
  Doug Hogan 5ba305643f Don't accept tag number 31 (long form identifier octets) in CBB_add_asn1. 9年前
  Doug Hogan 2683af70e7 Fix typo and ASN.1 tag number range comment in bytestring.h. 9年前
  David Benjamin 5b082e880d Various documentation fixes. 9年前
  Adam Langley 7571292eac Extended master secret support. 10年前
  David Benjamin 83fd6b686f Reimplement d2i_SSL_SESSION with CBS. 10年前
  David Benjamin b5b6854968 Add CBB_add_asn1_uint64. 10年前
  David Benjamin b698617007 Add CBS_peek_asn1_tag. 10年前
  David Benjamin ed6eb6627e Add CBS_ASN1_ENUMERATED to bytestring.h. 10年前
  David Benjamin 9b04d657be Export CBS_get_any_asn1_element. 10年前
  Adam Langley 9c01e00c2e Rework support for ASN.1 BER. 10年前
  Adam Langley eeb9f491e8 Add PKCS7_bundle_certificates. 10年前
  Adam Langley eb7d2ed1fe Add visibility rules. 10年前
  David Benjamin 22f9bccde5 Port ssl3_get_client_hello to CBS. 10年前
  David Benjamin ed43958853 Port ssl3_get_key_exchange to CBS. 10年前
  Adam Langley 4c921e1bbc Move public headers to include/openssl/ 10年前
  Adam Langley 95c29f3cd1 Inital import. 10年前