boringssl/crypto/bytestring
David Benjamin 83fd6b686f Reimplement d2i_SSL_SESSION with CBS.
Do away with all those unreadable macros. Also fix many many memory leaks in
the SSL_SESSION reuse case. Add a number of helper functions in CBS to help
with parsing optional fields.

Change-Id: I2ce8fd0d5b060a1b56e7f99f7780997fabc5ce41
Reviewed-on: https://boringssl-review.googlesource.com/1998
Reviewed-by: Adam Langley <agl@google.com>
2014-10-24 18:26:41 +00:00
..
ber.c Remove hack in parsing PKCS#12. 2014-08-26 22:07:02 +00:00
bytestring_test.c Reimplement d2i_SSL_SESSION with CBS. 2014-10-24 18:26:41 +00:00
cbb.c Add CBB_add_asn1_uint64. 2014-10-24 18:25:52 +00:00
cbs.c Reimplement d2i_SSL_SESSION with CBS. 2014-10-24 18:26:41 +00:00
CMakeLists.txt Rework support for ASN.1 BER. 2014-08-25 21:38:08 +00:00
internal.h Export CBS_get_any_asn1_element. 2014-08-28 00:45:30 +00:00