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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert ssl3_get_finished to CBS.
doug
2015-07-14
1
-6
/
+9
*
Convert ssl_parse_clienthello_use_srtp_ext to CBS.
doug
2015-07-14
2
-42
/
+25
*
Convert ssl3_get_cert_status to CBS.
doug
2015-07-14
1
-17
/
+26
*
Convert ssl3_get_server_certificate to CBS.
doug
2015-07-14
1
-17
/
+18
*
Convert ssl_bytes_to_cipher_list to CBS.
doug
2015-06-28
2
-10
/
+20
*
Stop using BUF_memdup() within the LibreSSL code base - it is correctly
jsing
2015-06-24
2
-6
/
+7
*
Change CBS_dup() to also sync the offset.
doug
2015-06-23
1
-1
/
+2
*
Check for failure with CBB_init() in bs_ber.c.
doug
2015-06-21
1
-2
/
+3
*
Convert ssl3_get_new_session_ticket to CBS.
doug
2015-06-20
1
-24
/
+24
*
Convert ssl3_get_next_proto to CBS.
doug
2015-06-20
1
-14
/
+19
*
Convert ssl_parse_serverhello_renegotiate_ext to CBS.
doug
2015-06-20
2
-19
/
+21
*
Make SSL_OP_ALL readable.
jsing
2015-06-20
1
-2
/
+9
*
Convert ssl_parse_clienthello_renegotiate_ext to CBS.
doug
2015-06-20
2
-15
/
+14
*
Replace internal call to CRYPTO_memcmp with timingsafe_memcmp.
doug
2015-06-20
1
-2
/
+2
*
Convert tls1_alpn_handle_client_hello() to CBS.
doug
2015-06-19
1
-20
/
+14
*
Add CBS_dup() to initialize a new CBS with the same values.
doug
2015-06-19
2
-2
/
+14
*
Extend the input types for CBB_add_*() to help catch bugs.
doug
2015-06-18
2
-13
/
+25
*
Remove Microsoft Server Gated Crypto.
doug
2015-06-18
5
-101
/
+17
*
Change DTLS client cert request code to match TLS.
doug
2015-06-18
1
-6
/
+6
*
Clean up alert codes and add references.
jsing
2015-06-17
1
-21
/
+29
*
Keep alerts sorted by alert code.
jsing
2015-06-17
3
-9
/
+10
*
Remove pointless comments.
jsing
2015-06-17
1
-7
/
+3
*
Convert ssl_next_proto_validate to CBS.
doug
2015-06-17
1
-11
/
+12
*
Convert tls1_check_curve to CBS.
doug
2015-06-17
1
-4
/
+10
*
KNF whitespace.
doug
2015-06-17
2
-17
/
+19
*
Use explicit int in bs_cbs.c.
doug
2015-06-17
2
-22
/
+24
*
Use explicit int in bs_ber.c.
doug
2015-06-17
1
-8
/
+8
*
Add CBS_write_bytes() to copy the remaining CBS bytes to the caller.
doug
2015-06-17
2
-2
/
+24
*
Add a new function CBS_offset() to report the current offset in the data.
doug
2015-06-17
2
-2
/
+15
*
Cleanup SSL_OP_* compat flags in ssl.h.
doug
2015-06-17
1
-31
/
+24
*
Be more strict about BER and DER terminology.
doug
2015-06-16
2
-28
/
+33
*
Simplify cbs_get_any_asn1_element_internal based on comments from jsing@
doug
2015-06-16
2
-17
/
+13
*
Make CBS_get_any_asn1_element() more compliant with DER encoding.
doug
2015-06-15
3
-28
/
+86
*
Remove ancient SSL_OP_NETSCAPE_CA_DN_BUG from SSLeay days.
doug
2015-06-15
3
-48
/
+16
*
Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG.
doug
2015-06-15
1
-24
/
+1
*
Remove 1997's compat hack SSL_OP_SSLEAY_080_CLIENT_DH_BUG.
doug
2015-06-15
1
-9
/
+4
*
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
*
Add comments about how the CBS constants are constructed.
doug
2015-06-13
1
-12
/
+43
*
Reject long-form tags in CBS_peek_asn1_tag.
doug
2015-06-13
1
-1
/
+8
*
Fix bad indenting in LibreSSL.
doug
2015-06-13
3
-6
/
+6
*
Make SSL_CIPHER_get_bits() report ChaCha20-Poly1305 ciphers as using
guenther
2015-05-25
1
-4
/
+4
*
Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls.
jsg
2015-05-15
2
-2
/
+4
*
Add whitespace and replace OPENSSL_free with free in documentation.
doug
2015-04-29
3
-11
/
+11
*
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
*
Call CBS_mem_equal() rather than reimplementing it.
doug
2015-04-29
1
-3
/
+2
*
Avoid NULL deref in CBS_get_any_asn1_element().
doug
2015-04-29
1
-2
/
+3
[next]