summaryrefslogtreecommitdiff
path: root/lib/libssl/bs_cbs.c
AgeCommit message (Expand)Author
2021-05-16Fix formatting of multi-line license comment per style(9).Joel Sing
2021-05-16Remove unnecessary includes from the bytestring APIs.Joel Sing
2019-01-23assert.h is often misused. It should not be used in a libraryBob Beck
2015-06-24Stop using BUF_memdup() within the LibreSSL code base - it is correctlyJoel Sing
2015-06-23Change CBS_dup() to also sync the offset.Doug Hogan
2015-06-20Replace internal call to CRYPTO_memcmp with timingsafe_memcmp.Doug Hogan
2015-06-19Add CBS_dup() to initialize a new CBS with the same values.Doug Hogan
2015-06-17Use explicit int in bs_cbs.c.Doug Hogan
2015-06-17Add CBS_write_bytes() to copy the remaining CBS bytes to the caller.Doug Hogan
2015-06-17Add a new function CBS_offset() to report the current offset in the data.Doug Hogan
2015-06-16Simplify cbs_get_any_asn1_element_internal based on comments from jsing@Doug Hogan
2015-06-15Make CBS_get_any_asn1_element() more compliant with DER encoding.Doug Hogan
2015-06-13Reject long-form tags in CBS_peek_asn1_tag.Doug Hogan
2015-04-29Add whitespace and replace OPENSSL_free with free in documentation.Doug Hogan
2015-04-29Avoid NULL deref in CBS_get_any_asn1_element().Doug Hogan
2015-04-29Added error checking for len argument in cbs_get_u().Doug Hogan
2015-04-29free() can handle NULL.Doug Hogan
2015-04-25Check for invalid leading zeros in CBS_get_asn1_uint64.Doug Hogan
2015-02-06KNF bytestring files.Doug Hogan
2015-02-06Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.Doug Hogan