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
2016-07-12Revert "Move C++ helpers into |bssl| namespace."Adam Langley
2016-07-12Revert scoped_types.h change.Adam Langley
2016-07-12Remove scoped_types.h.Adam Langley
2016-07-12Move C++ helpers into |bssl| namespace.Adam Langley
2016-06-27Add CBB_add_u32.David Benjamin
2016-06-08Make tls_open_record always in-place.David Benjamin
2016-04-28Merge documentation from chromium's net/der into cbs.cNick Harper
2016-03-23Add CBS_ASN1_UTF8STRING define.Matt Mueller
2016-02-16Add a convenience function for i2d compatibility wrappers.David Benjamin
2016-02-16Parse BER for PKCS#12 more accurately.David Benjamin
2016-02-04Fix theoretical memory leak on malloc error in CBS_asn1_ber_to_der.David Benjamin
2015-12-22Rewrite ssl3_send_server_key_exchange to use CBB.David Benjamin
2015-12-22Add CBB_reserve and CBB_did_write.David Benjamin
2015-12-17Make CBB_len relative to its argument.David Benjamin
2015-11-17Use UINT64_C instead of OPENSSL_U64.David Benjamin
2015-11-17Drop CBB allocation failure test.Adam Langley
2015-11-17Have |CBB_init| zero the |CBB| before any possible failures.Adam Langley
2015-11-12Remove stl_compat.h.David Benjamin
2015-11-04Correct the spelling of "primitive".Matt Braithwaite
2015-10-26Add a run_tests target to run all tests.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-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
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-01Fix crypto/bytestring test for too long lengths.David Benjamin
2015-07-01Add infrastructure for better extension handling.Adam Langley
2015-06-06Export |CBS_get_any_ber_asn1_element|.Adam Langley
2015-06-04Make CBS_get_any_asn1_element accept only DER.Adam Langley
2015-06-04bytestring: Test out_header_len != NULL before writing.Adam Langley
2015-05-21Fix some malloc test crashs.David Benjamin
2015-05-21Add malloc test support to unit tests.David Benjamin
2015-05-05Remove unnecessary NULL checks, part 1.David Benjamin
2015-04-06Check for leading zeros in CBS_get_asn1_uint64.David Benjamin
2015-04-01Convert bytestring_test to C++.David Benjamin
2015-02-11Add in missing curly braces part 1.David Benjamin
2015-02-03Don't accept tag number 31 (long form identifier octets) in CBB_add_asn1.Doug Hogan
2015-02-03Move free from cbb_init() to only CBB_init().Doug Hogan
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
2014-12-10Remove variable shadowing.Adam Langley
2014-10-25Fix "integer constant is too large for 'long' type" errors.Piotr Sikora
2014-10-25Extended master secret support.Adam Langley
2014-10-24Reimplement d2i_SSL_SESSION with CBS.David Benjamin
2014-10-24The empty contents are not a valid ASN.1 INTEGER.David Benjamin
2014-10-24Add CBB_add_asn1_uint64.David Benjamin
2014-10-20Add CBS_peek_asn1_tag.David Benjamin
2014-09-12Add a CRYPTO_library_init and static-initializer-less build option.David Benjamin