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_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move verified_chain from SSL to SSL_HANDSHAKE
tb
2023-05-26
1
-2
/
+4
*
Randomize the order of TLS extensions
tb
2023-04-23
1
-1
/
+6
*
Make internal header file names consistent
tb
2022-11-26
1
-3
/
+3
*
Rewrite TLSv1.2 key exporter.
jsing
2022-11-07
1
-10
/
+11
*
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
jsing
2022-10-02
1
-340
/
+331
*
Provide a version of ssl_msg_callback() that takes a CBS.
jsing
2022-09-10
1
-4
/
+12
*
Provide the remaining QUIC API.
jsing
2022-08-21
1
-1
/
+106
*
Provide SSL_QUIC_METHOD.
jsing
2022-08-21
1
-1
/
+24
*
Ensure that SSL_{peek,read,write}() are not called if QUIC is in use.
jsing
2022-08-21
1
-1
/
+16
*
Deduplicate peer certificate chain processing code.
jsing
2022-08-17
1
-5
/
+8
*
Move cipher_id bsearch functions back to the bottom of the file.
jsing
2022-07-24
1
-16
/
+16
*
Copy alpn_client_proto_list using CBS in SSL_new()
tb
2022-07-20
1
-12
/
+7
*
Validate protocols in SSL{_CTX,}_set_alpn_protos()
tb
2022-07-20
1
-1
/
+12
*
Rewrite SSL{_CTX,}_set_alpn_protos() using CBS
tb
2022-07-20
1
-23
/
+15
*
Provide SSL_is_quic()
jsing
2022-07-17
1
-1
/
+7
*
Stop using ssl{_ctx,}_security() outside of ssl_seclevel.c
tb
2022-07-02
1
-3
/
+2
*
Parse the @SECLEVEL=n annotation in cipher strings
tb
2022-06-29
1
-5
/
+6
*
Add support for sending QUIC transport parameters
beck
2022-06-29
1
-1
/
+29
*
Also check the security level in SSL_get1_supported_ciphers
tb
2022-06-29
1
-2
/
+5
*
Implement SSL_{CTX_}_{g,s}et_security_level(3)
tb
2022-06-28
1
-1
/
+25
*
Simplify SSL_do_handshake().
jsing
2022-03-18
1
-7
/
+5
*
Remove i <= 0 checks from SSL_get_error()
jsing
2022-02-06
1
-15
/
+16
*
Bye bye S3I.
jsing
2022-02-05
1
-23
/
+23
*
Use BIO_next/BIO_set_next in ssl_lib.c
tb
2022-01-14
1
-3
/
+3
*
Simplify SSL_get_peer_certificate()
jsing
2022-01-11
1
-10
/
+8
*
Rename 'peer' to 'peer_cert' in SSL_SESSION.
jsing
2022-01-11
1
-2
/
+2
*
Swap arguments to ssl_check_srvr_ecc_cert_and_alg()
jsing
2022-01-09
1
-4
/
+4
*
Merge SESS_CERT into SSL_SESSION.
jsing
2022-01-08
1
-11
/
+5
*
Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY.
jsing
2022-01-08
1
-13
/
+13
*
Rename dh_tmp to dhe_params.
jsing
2022-01-07
1
-3
/
+4
*
Clean up and refactor server side DHE key exchange.
jsing
2021-12-04
1
-38
/
+12
*
Fix a strange check in the auto DH codepath
tb
2021-11-14
1
-3
/
+5
*
Replace <sys/limits.h> with <limits.h>
bcook
2021-11-08
1
-2
/
+2
*
libssl: stop reaching into the X509 struct and simplify some code by
tb
2021-10-31
1
-18
/
+4
*
Fold SSL_SESSION_INTERNAL back into SSL_SESSION.
jsing
2021-10-25
1
-5
/
+5
*
Add SSL_get0_verified_chain - needed by some new stuff
beck
2021-10-23
1
-1
/
+7
*
Add new OpenSSL API SSL_CTX_set_num_tickets and friends.
beck
2021-10-23
1
-1
/
+30
*
Unhandroll X509_up_ref()
tb
2021-10-23
1
-2
/
+2
*
Add new OpenSSL api SSL_write_ex, SSL_read_ex and SSL_peek_ex
beck
2021-10-23
1
-1
/
+80
*
Mop up enc_read_ctx and read_hash.
jsing
2021-10-23
1
-15
/
+1
*
Fold DTLS1_STATE_INTERNAL into DTLS1_STATE.
jsing
2021-10-23
1
-2
/
+2
*
Add SSL_CTX_set_keylog_callback and SSL_CTX_get_keylog_callback
beck
2021-10-23
1
-1
/
+13
*
Prepare to provide SSL_CTX_get0_privatekey()
tb
2021-09-10
1
-1
/
+10
*
Provide SSL_SESSION_is_resumable and SSL_set_psk_use_session_callback stubs
tb
2021-09-08
1
-1
/
+7
*
Prepare to provide API stubs for PHA
tb
2021-09-08
1
-1
/
+19
*
Prepare to provide SSL_set0_rbio()
tb
2021-09-08
1
-1
/
+8
*
Refactor ssl_update_cache. This now matches the logic used for TLS 1.3
beck
2021-09-04
1
-22
/
+106
*
Clean up and simplify info and msg callbacks.
jsing
2021-08-30
1
-7
/
+23
*
Merge SSL_METHOD_INTERNAL into SSL_METHOD.
jsing
2021-07-01
1
-31
/
+31
*
Provide the ability to set the initial DTLS epoch value.
jsing
2021-06-19
1
-4
/
+4
[next]