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_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.
jsing
3 days
1
-1
/
+11
*
Reinstate bounds check accidentally disabled when defining OPENSSL_NO_DTLS1
tb
2024-09-22
1
-3
/
+1
*
Prepare to provide SSL_CTX_set1_cert_store()
tb
2024-08-03
1
-1
/
+11
*
Remove cipher from SSL_SESSION.
jsing
2024-07-20
1
-4
/
+3
*
Move client ciphers from SSL_SESSION to SSL_HANDSHAKE.
jsing
2024-07-19
1
-5
/
+5
*
Follow BoringSSL's nomenclature in SSL_select_next_proto()
tb
2024-07-11
1
-28
/
+30
*
fix typo
tb
2024-06-29
1
-2
/
+2
*
Fix SSL_select_next_proto()
tb
2024-06-28
1
-29
/
+54
*
Unexport SSL_version_str
tb
2024-04-15
1
-3
/
+1
*
Unify up_ref implementations in libssl
tb
2024-03-27
1
-5
/
+3
*
Remove SSL_debug
tb
2024-03-02
1
-8
/
+1
*
Of course libssl also has a few missing void
tb
2024-02-04
1
-2
/
+2
*
Remove GOST and STREEBOG support from libssl.
beck
2024-02-03
1
-9
/
+1
*
Neuter the SSL_set_debug(3) API
tb
2023-12-29
1
-4
/
+2
*
Convert ssl3_cipher_by_id() to bsearch()
tb
2023-11-29
1
-28
/
+1
*
Move ssl_cipher_id_cmp() next to its only caller
tb
2023-11-25
1
-13
/
+13
*
Unifdef OPENSSL_NO_ENGINE in libssl
tb
2023-11-19
1
-29
/
+1
*
More 0/NULL confusions in SSL_CTX_new()
tb
2023-09-19
1
-8
/
+8
*
Fix some NULL/0 misspellings in SSL_CTX_new()
tb
2023-09-19
1
-5
/
+5
*
Fix two aliases in libcrypto spotted by the new symbols test
tb
2023-07-19
1
-1
/
+2
*
Hide all public symbols in libssl
beck
2023-07-08
1
-1
/
+196
*
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
[next]