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
OPENBSD_7_7
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
*
whitespace nit
tb
2022-06-29
1
-2
/
+2
*
Also check the security level of the 'tmp dh'
tb
2022-06-29
1
-1
/
+2
*
Check the security of DH key shares
tb
2022-06-29
1
-1
/
+2
*
Rename one s to ssl for consistency
tb
2022-06-29
1
-2
/
+2
*
Add prototypes for ssl{_ctx,}_security()
tb
2022-06-28
1
-1
/
+5
*
Implement the default security level callback
tb
2022-06-28
1
-1
/
+6
*
Add security callback, level and ex_data fields to SSL_CERT
tb
2022-06-28
1
-1
/
+6
*
Switch sid_ctx_length in SSL, SSL_CTX and SSL_SESSION to a size_t
tb
2022-06-07
1
-4
/
+4
*
Switch SSL_SESSION's session_id_length to a size_t
tb
2022-06-07
1
-2
/
+2
*
Switch the SSL_SESSION's master_key_length to a size_t
tb
2022-06-07
1
-2
/
+2
*
Tweak comment describing the SSL_SESSION ASN.1
tb
2022-06-06
1
-4
/
+5
*
Fix spaces before tabs
tb
2022-06-06
1
-12
/
+12
*
Add a use_psk_dhe_ke flag to the TLSv1.3 handshake struct
tb
2022-06-03
1
-1
/
+4
*
Remove const from tls1_transcript_hash_value()
jsing
2022-03-17
1
-2
/
+2
*
Factor out change cipher spec handing code in the legacy stack.
jsing
2022-03-12
1
-1
/
+2
*
Factor out alert handing code in the legacy stack.
libressl-v3.5.0
jsing
2022-02-21
1
-1
/
+2
*
Bye bye S3I.
jsing
2022-02-05
1
-15
/
+7
*
Cleanup/simplify ssl_cert_type()
jsing
2022-02-03
1
-2
/
+2
*
Remove peer_pkeys from SSL_SESSION.
jsing
2022-01-11
1
-10
/
+3
*
Rename 'peer' to 'peer_cert' in SSL_SESSION.
jsing
2022-01-11
1
-2
/
+2
*
Plumb decode errors through key share parsing code.
jsing
2022-01-11
1
-3
/
+5
*
Swap arguments to ssl_check_srvr_ecc_cert_and_alg()
jsing
2022-01-09
1
-2
/
+2
*
Merge SESS_CERT into SSL_SESSION.
jsing
2022-01-08
1
-19
/
+10
*
Remove commented out CERT_* defines.
jsing
2022-01-08
1
-7
/
+1
*
Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY.
jsing
2022-01-08
1
-45
/
+45
*
Rename dh_tmp to dhe_params.
jsing
2022-01-07
1
-4
/
+4
*
Convert legacy server to tls_key_share.
jsing
2022-01-07
1
-10
/
+1
*
Convert legacy TLS client to tls_key_share.
jsing
2022-01-06
1
-6
/
+1
*
Rename tls13_key_share to tls_key_share.
jsing
2022-01-05
1
-2
/
+4
*
Clean up and refactor server side DHE key exchange.
jsing
2021-12-04
1
-2
/
+3
*
Move the minimum DHE key size check into ssl_kex_peer_params_dhe()
jsing
2021-12-04
1
-2
/
+2
*
Check DH public key in ssl_kex_peer_public_dhe().
jsing
2021-12-04
1
-2
/
+2
*
Factor out/rewrite DHE key exchange.
jsing
2021-11-29
1
-1
/
+9
*
Use ssl_force_want_read() in the DTLS code.
jsing
2021-10-25
1
-1
/
+3
*
Fold SSL_SESSION_INTERNAL back into SSL_SESSION.
jsing
2021-10-25
1
-24
/
+19
*
Add SSL_get0_verified_chain - needed by some new stuff
beck
2021-10-23
1
-1
/
+2
*
Add new OpenSSL API SSL_CTX_set_num_tickets and friends.
beck
2021-10-23
1
-1
/
+4
*
Mop up enc_read_ctx and read_hash.
jsing
2021-10-23
1
-13
/
+1
*
Provide a way to determine our maximum legacy version.
jsing
2021-10-23
1
-1
/
+9
*
Add SSL_CTX_set_keylog_callback and SSL_CTX_get_keylog_callback
beck
2021-10-23
1
-1
/
+2
*
Untangle ssl3_get_message() return values.
jsing
2021-10-23
1
-2
/
+2
*
Change tlsext_tick_lifetime_hint to uint32_t.
jsing
2021-10-23
1
-4
/
+4
*
Move various structs from ssl.h/tls1.h to ssl_locl.h.
jsing
2021-10-15
1
-1
/
+126
*
Clean up and simplify info and msg callbacks.
jsing
2021-08-30
1
-10
/
+17
*
Replace DTLS r_epoch with the read epoch from the TLSv1.2 record layer.
jsing
2021-08-30
1
-2
/
+2
*
Dedup dtls1_dispatch_alert()/ssl3_dispatch_alert().
jsing
2021-07-26
1
-2
/
+1
*
Do a first pass clean up of SSL_METHOD.
jsing
2021-07-03
1
-5
/
+1
*
Merge SSL_METHOD_INTERNAL into SSL_METHOD.
jsing
2021-07-01
1
-11
/
+7
*
Move some structs from public to private headers.
jsing
2021-06-30
1
-1
/
+106
*
Track the sigalgs used by ourselves and our peer.
jsing
2021-06-27
1
-3
/
+6
[next]