summaryrefslogtreecommitdiff
path: root/src/lib/libssl/bytestring.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Zap a trailing spacetb2024-12-051-2/+2
* Provide CBB_add_u32_length_prefixed().jsing2024-06-221-1/+8
* Sync CBS_strdup() documentation update from libcrypto.jsing2022-11-091-6/+4
* Provide CBB_add_u64()jsing2022-01-061-1/+7
* Provide various CBS_peek_* functions.jsing2021-12-151-1/+31
* Provide CBS_get_u64().jsing2021-12-151-1/+7
* Provide CBS_get_last_u8().jsing2021-12-151-1/+7
* Fix formatting of multi-line license comment per style(9).jsing2021-05-161-2/+3
* Remove unnecessary includes from the bytestring APIs.jsing2021-05-161-3/+1
* Provide CBB_add_u32(), as needed for an upcoming conversion.jsing2018-08-161-1/+7
* Add CBB_discard_child(), which allows for a child CBB to be discarded.jsing2017-11-281-1/+7
* Add an explict list of exported symbols with just the functionsguenther2016-11-041-8/+4
* 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