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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-31
Update for DTLSv1.2 support.
tb
1
-2
/
+4
2021-03-31
Bump minors after symbol addition
tb
1
-1
/
+1
2021-03-31
Expose various DTLSv1.2 specific functions and defines
tb
4
-27
/
+7
2021-03-31
Document SSL_set_hostflags(3) and SSL_get0_peername(3)
tb
1
-18
/
+4
2021-03-31
Expose SSL_set_hostflags(3) and SSL_get0_peername(3)
tb
2
-3
/
+3
2021-03-31
Document SSL_use_certificate_chain_file(3)
tb
1
-11
/
+3
2021-03-31
Expose SSL_use_certificate_chain_file(3)
tb
2
-3
/
+2
2021-03-29
whitespace nits
tb
1
-4
/
+4
2021-03-29
Remove pointless assignment in SSL_get0_alpn_selected().
jsing
1
-4
/
+1
2021-03-29
Avoid transcript initialisation when sending a TLS HelloRequest.
jsing
1
-4
/
+6
2021-03-29
Move finished and peer finished to the handshake struct.
jsing
7
-44
/
+44
2021-03-29
Move the TLSv1.2 record number increment into the new record layer.
jsing
3
-19
/
+44
2021-03-27
Garbage collect s->internal->type
tb
6
-18
/
+9
2021-03-24
Rename new_cipher to cipher.
jsing
11
-64
/
+64
2021-03-24
Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data.
jsing
5
-40
/
+48
2021-03-21
Fully initialize rrec in tls12_record_layer_open_record_protected
tb
1
-1
/
+2
2021-03-21
Move the TLSv1.3 handshake struct inside the shared handshake struct.
jsing
9
-226
/
+227
2021-03-21
Split TLSv1.3 record protection from record layer.
jsing
1
-46
/
+72
2021-03-21
Avoid a use-after-scope in tls13_cert_add().
jsing
1
-4
/
+3
2021-03-19
Prepare documenting SSL_use_certificate_chain_file
tb
1
-2
/
+19
2021-03-19
Undo previous. As pointed out by jsing I clearly wasn't fully awake...
tb
1
-2
/
+2
2021-03-19
Prepare to provide SSL_use_certificate_chain_file()
tb
2
-15
/
+40
2021-03-17
fix whitespace nit in previous
tb
1
-2
/
+2
2021-03-17
Enable DTLSv1.2.
jsing
1
-1
/
+5
2021-03-17
Add support for DTLSv1.2 version handling.
jsing
1
-45
/
+117
2021-03-11
Remove ssl_downgrade_max_version().
jsing
5
-54
/
+15
2021-03-10
Guard TLS1_get_{client_,}version() macros with #ifndef LIBRESSL_INTERNAL.
jsing
1
-1
/
+3
2021-03-10
Improve internal version handling.
jsing
9
-108
/
+145
2021-03-02
Separate variable declaration and assignment.
jsing
1
-2
/
+4
2021-03-02
Replace two handrolled tls12_record_protection_engaged().
jsing
1
-3
/
+3
2021-03-02
Move key/IV length checks closer to usage sites.
jsing
1
-5
/
+11
2021-03-02
Add tls12_record_protection_unused() and call from CCS functions.
jsing
1
-8
/
+17
2021-03-02
Fix misleading indentation in SSL_get_error()
tb
1
-2
/
+2
2021-02-27
Move handling of cipher/hash based cipher suites into the new record layer.
jsing
5
-200
/
+141
2021-02-27
Identify DTLS based on the version major value.
jsing
1
-2
/
+2
2021-02-25
Only use TLS versions internally (rather than both TLS and DTLS versions).
jsing
9
-128
/
+132
2021-02-22
Fix bizarre punctuation and capitalization in a comment.
tb
1
-2
/
+2
2021-02-22
Simplify version checks in the TLSv1.3 client
tb
1
-22
/
+10
2021-02-22
Factor out/change some of the legacy client version handling code.
jsing
3
-12
/
+36
2021-02-20
ugly whitespace
tb
2
-14
/
+14
2021-02-20
Rename f_err into fatal_err.
tb
7
-183
/
+183
2021-02-20
Rename the truncated label into decode_err. This describes its purpose
tb
2
-73
/
+73
2021-02-20
Return a min/max version of zero if set to zero.
jsing
3
-17
/
+41
2021-02-20
Add DTLSv1.2 methods.
jsing
2
-3
/
+159
2021-02-20
Handle DTLS1_2_VERSION in various places.
jsing
3
-6
/
+9
2021-02-20
Revise HelloVerifyRequest handling for DTLSv1.2.
jsing
2
-4
/
+14
2021-02-20
Group HelloVerifyRequest decoding and add missing check for trailing data.
jsing
1
-4
/
+5
2021-02-20
Add various public DTLS related defines.
jsing
2
-2
/
+14
2021-02-20
Clean up/simplify dtls1_get_cipher().
jsing
1
-7
/
+8
2021-02-08
Remove bogus DTLS checks to disable ECC and OCSP.
jsing
2
-10
/
+3
[next]