summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/bytestring (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add regress for CBB_add_space().jsing2020-03-131-1/+41
* Add regress coverage for CBB_add_u32().jsing2018-08-161-3/+4
* Add regress for CBB_discard_child().jsing2017-11-281-2/+56
* Some tests require internal symbols; have them link with the staticguenther2016-11-041-2/+2
* Fix build of regress after source movesbeck2016-09-021-2/+2
* Change test to use length 128 (shortest long-form encoding).libressl-v2.3.1doug2015-10-251-2/+2
* Don't hardcode /usr/src, use BSDSRCDIRtobiasu2015-07-311-2/+2
* simplify length checking in do_indefinite_convertbcook2015-07-181-11/+17
* Change CBS_dup() to also sync the offset.doug2015-06-231-1/+37
* Convert bytestringtest to individual checks and don't short circuit.doug2015-06-231-321/+337
* Remove unnecessary regress target.doug2015-06-231-7/+2
* Add tests for CBS_offset() and CBS_write_bytes().doug2015-06-171-2/+70
* Be more strict about BER and DER terminology.doug2015-06-161-15/+18
* Check for invalid leading zeros in CBS_get_asn1_uint64.doug2015-04-251-2/+4
* Add more error checking and free resources in bytestringtest.doug2015-02-161-26/+47
* KNF bytestring files.doug2015-02-061-582/+596
* Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.doug2015-02-062-0/+669