summaryrefslogtreecommitdiff
path: root/src/lib/libssl/bs_ber.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_5_8_BASE'.OPENBSD_5_8_BASEcvs2svn2015-08-021-268/+0
* Check for failure with CBB_init() in bs_ber.c.doug2015-06-211-2/+3
* Use explicit int in bs_ber.c.doug2015-06-171-8/+8
* Be more strict about BER and DER terminology.doug2015-06-161-19/+23
* Make CBS_get_any_asn1_element() more compliant with DER encoding.doug2015-06-151-7/+19
* Add whitespace and replace OPENSSL_free with free in documentation.doug2015-04-291-2/+2
* Call CBS_mem_equal() rather than reimplementing it.doug2015-04-291-3/+2
* KNF bytestring files.doug2015-02-061-179/+211
* Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.doug2015-02-061-0/+220