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
/
ssl_locl.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move finished and peer finished to the handshake struct.
jsing
2021-03-29
1
-6
/
+10
*
Move the TLSv1.2 record number increment into the new record layer.
jsing
2021-03-29
1
-2
/
+1
*
Garbage collect s->internal->type
tb
2021-03-27
1
-3
/
+1
*
Rename new_cipher to cipher.
jsing
2021-03-24
1
-2
/
+2
*
Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data.
jsing
2021-03-24
1
-13
/
+20
*
Move the TLSv1.3 handshake struct inside the shared handshake struct.
jsing
2021-03-21
1
-40
/
+41
*
Enable DTLSv1.2.
jsing
2021-03-17
1
-1
/
+5
*
Remove ssl_downgrade_max_version().
jsing
2021-03-11
1
-2
/
+1
*
Improve internal version handling.
jsing
2021-03-10
1
-6
/
+20
*
Move handling of cipher/hash based cipher suites into the new record layer.
jsing
2021-02-27
1
-18
/
+8
*
Only use TLS versions internally (rather than both TLS and DTLS versions).
jsing
2021-02-25
1
-14
/
+14
*
Factor out/change some of the legacy client version handling code.
jsing
2021-02-22
1
-2
/
+4
*
Return a min/max version of zero if set to zero.
jsing
2021-02-20
1
-3
/
+17
*
Absorb ssl3_get_algorithm2() into ssl_get_handshake_evp_md().
jsing
2021-02-07
1
-3
/
+1
*
Factor out the legacy stack version checks.
jsing
2021-02-07
1
-1
/
+2
*
Move AEAD handling into the new TLSv1.2 record layer.
jsing
2021-01-28
1
-9
/
+3
*
Move sequence numbers into the new TLSv1.2 record layer.
jsing
2021-01-26
1
-11
/
+2
*
Mop up unused dtls1_build_sequence_number() function.
jsing
2021-01-21
1
-3
/
+1
*
Add code to handle change of cipher state in the new TLSv1.2 record layer.
jsing
2021-01-19
1
-1
/
+11
*
Provide functions to determine if TLSv1.2 record protection is engaged.
jsing
2021-01-19
1
-1
/
+3
*
Provide record layer overhead for DTLS.
jsing
2021-01-19
1
-1
/
+3
*
Clean up sequence number handing in the new TLSv1.2 record layer.
jsing
2021-01-13
1
-3
/
+1
*
Move the read MAC key into the TLSv1.2 record layer.
jsing
2021-01-07
1
-3
/
+1
*
Use natural sizes for S3I(s)->tmp's *_md arrays
tb
2020-12-15
1
-6
/
+4
*
Switch finish{,_peer}_md_len from int to size_t
tb
2020-12-14
1
-3
/
+3
*
Bring back *_client_method() structs
tb
2020-12-01
1
-1
/
+2
*
Use size_t for key_block_len.
jsing
2020-11-11
1
-2
/
+2
*
Replace SSL_IS_DTLS with SSL_is_dtls().
jsing
2020-10-14
1
-5
/
+1
*
Mark DTLS methods as DTLS.
jsing
2020-10-14
1
-2
/
+3
*
SSL3_ENC_METHOD is just a flag word; merge it into SSL_METHOD_INTERNAL
guenther
2020-10-11
1
-14
/
+17
*
Make profile_name const in srtp_find_profile_by_name()
tb
2020-10-11
1
-2
/
+2
*
Condense and simplify TLS methods.
jsing
2020-10-11
1
-6
/
+2
*
Constipate srtp_known_profiles, pushing it into .data.rel.ro
guenther
2020-10-11
1
-4
/
+4
*
Constipate ssl3_ciphers and tls1[23]_sigalgs*, pushing them into
guenther
2020-10-11
1
-2
/
+2
*
Mop up various things that are now unused with the new record layer.
jsing
2020-10-07
1
-14
/
+1
*
Merge d1_{clnt,srvr}.c into ssl_{clnt,srvr}.c
jsing
2020-10-03
1
-3
/
+3
*
Use TLSv1_1_enc_data instead of DTLSv1_enc_data.
jsing
2020-10-03
1
-2
/
+1
*
Reimplement the TLSv1.2 record handling for the read side.
jsing
2020-10-03
1
-5
/
+9
*
Simplify the cleanup of init_buf via a ssl3_release_init_buffer() function.
jsing
2020-09-24
1
-1
/
+2
*
Release read and write buffers using freezero().
jsing
2020-09-24
1
-3
/
+4
*
Simplify SSL method lookups.
jsing
2020-09-17
1
-5
/
+3
*
Mop up the get_ssl_method function pointer.
jsing
2020-09-15
1
-3
/
+1
*
Implement SSL_{CTX_,}set_ciphersuites().
jsing
2020-09-13
1
-2
/
+11
*
Remove cipher_list_by_id.
jsing
2020-09-11
1
-11
/
+3
*
Rename ssl_cipher_is_permitted()
jsing
2020-09-11
1
-3
/
+3
*
copy session id directly in ssl_get_prev_session
tb
2020-09-01
1
-3
/
+2
*
simplify tls1_process_ticket() exit path
tb
2020-09-01
1
-2
/
+1
*
Return code tweaks for session ticket handlers
tb
2020-08-31
1
-1
/
+8
*
Send alert on ssl_get_prev_session failure
tb
2020-08-31
1
-3
/
+4
*
Start replacing the existing TLSv1.2 record layer.
jsing
2020-08-30
1
-2
/
+31
[next]