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
/
bytestring.h
Age
Commit message (
Expand
)
Author
2016-11-04
Add an explict list of exported symbols with just the functions
Philip Guenther
2015-06-19
Add CBS_dup() to initialize a new CBS with the same values.
Doug Hogan
2015-06-18
Extend the input types for CBB_add_*() to help catch bugs.
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
Be more strict about BER and DER terminology.
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
Add comments about how the CBS constants are constructed.
Doug Hogan
2015-04-29
Add whitespace and replace OPENSSL_free with free in documentation.
Doug Hogan
2015-02-07
Don't allow tag number 31 in CBB_add_asn1().
Doug Hogan
2015-02-07
Fix typo and ASN.1 tag number range comment in bytestring.h.
Doug Hogan
2015-02-06
KNF bytestring files.
Doug Hogan
2015-02-06
Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.
Doug Hogan