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
/
src
/
ssl
/
bs_cbb.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the libssl/src directory
beck
2016-09-03
1
-442
/
+0
*
Make it always safe to call CBB_cleanup() providing that CBB_init() or
jsing
2015-09-01
1
-2
/
+8
*
Extend the input types for CBB_add_*() to help catch bugs.
doug
2015-06-18
1
-8
/
+20
*
Split up the logic in CBB_flush to separately handle the lengths.
doug
2015-06-13
1
-21
/
+32
*
Explain the ASN.1 restriction that requires extra logic for encoding.
doug
2015-06-13
1
-2
/
+18
*
When initial capacity is 0, always use NULL buffer.
doug
2015-06-13
1
-7
/
+8
*
Call CBB_add_space() rather than reimplementing it.
doug
2015-04-29
1
-2
/
+2
*
Rename cbb_buffer_add_u to cbb_add_u and remove redundant code.
doug
2015-04-29
1
-15
/
+6
*
Added len_len error checking for internal cbb_buffer_add_u().
doug
2015-04-29
1
-1
/
+4
*
Don't allow tag number 31 in CBB_add_asn1().
doug
2015-02-07
1
-10
/
+23
*
Only call free in CBB_init().
doug
2015-02-07
1
-3
/
+6
*
KNF bytestring files.
doug
2015-02-06
1
-301
/
+310
*
Remove accidental, commented out code.
doug
2015-02-06
1
-11
/
+1
*
Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.
doug
2015-02-06
1
-0
/
+387