index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libssl
/
bytestring.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add CBS_dup() to initialize a new CBS with the same values.
doug
2015-06-19
1
-1
/
+7
*
Extend the input types for CBB_add_*() to help catch bugs.
doug
2015-06-18
1
-5
/
+5
*
Use explicit int in bs_cbs.c.
doug
2015-06-17
1
-10
/
+11
*
Add CBS_write_bytes() to copy the remaining CBS bytes to the caller.
doug
2015-06-17
1
-1
/
+9
*
Add a new function CBS_offset() to report the current offset in the data.
doug
2015-06-17
1
-1
/
+7
*
Be more strict about BER and DER terminology.
doug
2015-06-16
1
-9
/
+10
*
Simplify cbs_get_any_asn1_element_internal based on comments from jsing@
doug
2015-06-16
1
-2
/
+2
*
Make CBS_get_any_asn1_element() more compliant with DER encoding.
doug
2015-06-15
1
-4
/
+16
*
Add comments about how the CBS constants are constructed.
doug
2015-06-13
1
-12
/
+43
*
Add whitespace and replace OPENSSL_free with free in documentation.
doug
2015-04-29
1
-6
/
+6
*
Don't allow tag number 31 in CBB_add_asn1().
doug
2015-02-07
1
-2
/
+4
*
Fix typo and ASN.1 tag number range comment in bytestring.h.
doug
2015-02-07
1
-4
/
+4
*
KNF bytestring files.
doug
2015-02-06
1
-121
/
+219
*
Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.
doug
2015-02-06
1
-0
/
+346