summaryrefslogtreecommitdiff
path: root/lib/libssl/bs_cbb.c
AgeCommit message (Expand)Author
2017-03-10Switch CBB to use recallocarray() - this ensures that we do not leakJoel Sing
2015-09-01Make it always safe to call CBB_cleanup() providing that CBB_init() orJoel Sing
2015-06-18Extend the input types for CBB_add_*() to help catch bugs.Doug Hogan
2015-06-13Split up the logic in CBB_flush to separately handle the lengths.Doug Hogan
2015-06-13Explain the ASN.1 restriction that requires extra logic for encoding.Doug Hogan
2015-06-13When initial capacity is 0, always use NULL buffer.Doug Hogan
2015-04-29Call CBB_add_space() rather than reimplementing it.Doug Hogan
2015-04-29Rename cbb_buffer_add_u to cbb_add_u and remove redundant code.Doug Hogan
2015-04-29Added len_len error checking for internal cbb_buffer_add_u().Doug Hogan
2015-02-07Don't allow tag number 31 in CBB_add_asn1().Doug Hogan
2015-02-07Only call free in CBB_init().Doug Hogan
2015-02-06KNF bytestring files.Doug Hogan
2015-02-06Remove accidental, commented out code.Doug Hogan
2015-02-06Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.Doug Hogan