summaryrefslogtreecommitdiff
path: root/lib/libssl/bs_ber.c
AgeCommit message (Expand)Author
2016-12-03Avoid signed vs unsigned warnings from clang by adding two casts,Joel Sing
2015-06-21Check for failure with CBB_init() in bs_ber.c.Doug Hogan
2015-06-17Use explicit int in bs_ber.c.Doug Hogan
2015-06-16Be more strict about BER and DER terminology.Doug Hogan
2015-06-15Make CBS_get_any_asn1_element() more compliant with DER encoding.Doug Hogan
2015-04-29Add whitespace and replace OPENSSL_free with free in documentation.Doug Hogan
2015-04-29Call CBS_mem_equal() rather than reimplementing it.Doug Hogan
2015-02-06KNF bytestring files.Doug Hogan
2015-02-06Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.Doug Hogan