summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/bytestring/bytestringtest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add explicit LL suffixes to large constants to appease some compilers onmiod2023-01-011-3/+3
* Test CBB_add_u64()jsing2022-01-061-2/+6
* Add coverage for CBS additions.jsing2021-12-151-2/+50
* Use correct type for tmp in test_write_bytes()tb2021-04-041-2/+2
* 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
* Change test to use length 128 (shortest long-form encoding).libressl-v2.3.1doug2015-10-251-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
* 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-061-0/+655