boringssl/crypto/bio
Adam Langley 71106adf89 Add |BIO_read_asn1| to read a single ASN.1 object.
Android needs to be able to read a PKCS#7 blob from a Java
InputStream. This change adds |BIO_read_asn1| which reads a single
ASN.1 object from the start of a BIO without overreading.

Change-Id: I74776e686529c8e58af1c26a4909f9bd4e87b707
2015-05-27 15:21:56 -07:00
..
bio_mem.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
bio_test.cc Add |BIO_read_asn1| to read a single ASN.1 object. 2015-05-27 15:21:56 -07:00
bio.c Add |BIO_read_asn1| to read a single ASN.1 object. 2015-05-27 15:21:56 -07:00
buffer.c Remove unnecessary NULL checks, part 1. 2015-05-04 23:05:17 +00:00
CMakeLists.txt Add malloc test support to unit tests. 2015-05-21 17:59:48 +00:00
connect.c Remove unnecessary NULL checks, part 1. 2015-05-04 23:05:17 +00:00
fd.c Lowercase some Windows headers. 2015-03-31 22:21:42 +00:00
file.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
hexdump.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
internal.h Clean up use of Windows Platform SDK headers. 2015-01-28 20:36:49 +00:00
pair.c Remove unnecessary NULL checks, part 1. 2015-05-04 23:05:17 +00:00
printf.c Fix some malloc test crashs. 2015-05-21 18:00:10 +00:00
socket_helper.c Fix some malloc test crashs. 2015-05-21 18:00:10 +00:00
socket.c Lowercase some Windows headers. 2015-03-31 22:21:42 +00:00