index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libssl
/
ssl_locl.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Use SSL3_SEQUENCE_SIZE for last_write_sequence[] rather than hardcoding.
jsing
2020-08-11
1
-2
/
+2
*
Remove some unnecessary function pointers from SSL_METHOD_INTERNAL.
jsing
2020-07-07
1
-6
/
+1
*
Enable TLSv1.3 for the generic TLS_method().
jsing
2020-07-07
1
-1
/
+2
*
Implement a rolling hash of the ClientHello message, Enforce RFC 8446
beck
2020-06-06
1
-1
/
+7
*
Replace ssl_max_server_version() with ssl_downgrade_max_version()
jsing
2020-05-31
1
-2
/
+1
*
Correct downgrade sentinels when a version pinned method is in use.
jsing
2020-05-31
1
-1
/
+2
*
Improve server certificate selection for TLSv1.3.
jsing
2020-05-29
1
-7
/
+11
*
Mop up servername_done, which is unused.
jsing
2020-05-29
1
-7
/
+1
[prev]
[next]