summaryrefslogtreecommitdiff
path: root/src/lib/libssl/bytestring.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_5_8_BASE'.OPENBSD_5_8_BASEcvs2svn2015-08-021-511/+0
* Add CBS_dup() to initialize a new CBS with the same values.doug2015-06-191-1/+7
* Extend the input types for CBB_add_*() to help catch bugs.doug2015-06-181-5/+5
* Use explicit int in bs_cbs.c.doug2015-06-171-10/+11
* Add CBS_write_bytes() to copy the remaining CBS bytes to the caller.doug2015-06-171-1/+9
* Add a new function CBS_offset() to report the current offset in the data.doug2015-06-171-1/+7
* Be more strict about BER and DER terminology.doug2015-06-161-9/+10
* Simplify cbs_get_any_asn1_element_internal based on comments from jsing@doug2015-06-161-2/+2
* Make CBS_get_any_asn1_element() more compliant with DER encoding.doug2015-06-151-4/+16
* Add comments about how the CBS constants are constructed.doug2015-06-131-12/+43
* Add whitespace and replace OPENSSL_free with free in documentation.doug2015-04-291-6/+6
* Don't allow tag number 31 in CBB_add_asn1().doug2015-02-071-2/+4
* Fix typo and ASN.1 tag number range comment in bytestring.h.doug2015-02-071-4/+4
* KNF bytestring files.doug2015-02-061-121/+219
* Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.doug2015-02-061-0/+346