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