Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-17Make CBB_len relative to its argument.David Benjamin
2015-11-07Use typedef names, not struct names.David Benjamin
2015-10-20Convert ssl3_send_client_hello to CBB.David Benjamin
2015-09-29Clarify that only top-level CBBs get CBB_cleanup.David Benjamin
2015-09-03Allow out_present to be NULL in CBS_get_optional_asn1Paul Lietar
2015-08-29Factor out the buffering and low-level record code.David Benjamin
2015-07-09Make CBB_len return a length, not remaining.David Benjamin
2015-07-01Add CBB_zero to set a CBB to the zero state.David Benjamin
2015-07-01Add infrastructure for better extension handling.Adam Langley
2015-06-11Correct various documentation typosKenny Root
2015-06-06Export |CBS_get_any_ber_asn1_element|.Adam Langley
2015-06-05Add #defines for ASN.1 NULL and GENERALIZEDTIME.Adam Langley
2015-06-04Make CBS_get_any_asn1_element accept only DER.Adam Langley
2015-02-03Don't accept tag number 31 (long form identifier octets) in CBB_add_asn1.Doug Hogan
2015-02-03Fix typo and ASN.1 tag number range comment in bytestring.h.Doug Hogan
2015-01-15Various documentation fixes.David Benjamin
2014-10-25Extended master secret support.Adam Langley
2014-10-24Reimplement d2i_SSL_SESSION with CBS.David Benjamin
2014-10-24Add CBB_add_asn1_uint64.David Benjamin
2014-10-20Add CBS_peek_asn1_tag.David Benjamin
2014-08-29Add CBS_ASN1_ENUMERATED to bytestring.h.David Benjamin
2014-08-28Export CBS_get_any_asn1_element.David Benjamin
2014-08-26Rework support for ASN.1 BER.Adam Langley
2014-08-07Add PKCS7_bundle_certificates.Adam Langley
2014-08-01Add visibility rules.Adam Langley
2014-07-15Port ssl3_get_client_hello to CBS.David Benjamin
2014-07-15Port ssl3_get_key_exchange to CBS.David Benjamin
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21Inital import.Adam Langley