index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libssl
/
ssl_lib.c
Age
Commit message (
Expand
)
Author
2024-09-22
Reinstate bounds check accidentally disabled when defining OPENSSL_NO_DTLS1
Theo Buehler
2024-08-03
Prepare to provide SSL_CTX_set1_cert_store()
Theo Buehler
2024-07-20
Remove cipher from SSL_SESSION.
Joel Sing
2024-07-19
Move client ciphers from SSL_SESSION to SSL_HANDSHAKE.
Joel Sing
2024-07-11
Follow BoringSSL's nomenclature in SSL_select_next_proto()
Theo Buehler
2024-06-29
fix typo
Theo Buehler
2024-06-28
Fix SSL_select_next_proto()
Theo Buehler
2024-04-15
Unexport SSL_version_str
Theo Buehler
2024-03-27
Unify up_ref implementations in libssl
Theo Buehler
2024-03-02
Remove SSL_debug
Theo Buehler
2024-02-04
Of course libssl also has a few missing void
Theo Buehler
2024-02-03
Remove GOST and STREEBOG support from libssl.
Bob Beck
2023-12-29
Neuter the SSL_set_debug(3) API
Theo Buehler
2023-11-29
Convert ssl3_cipher_by_id() to bsearch()
Theo Buehler
2023-11-25
Move ssl_cipher_id_cmp() next to its only caller
Theo Buehler
2023-11-19
Unifdef OPENSSL_NO_ENGINE in libssl
Theo Buehler
2023-09-19
More 0/NULL confusions in SSL_CTX_new()
Theo Buehler
2023-09-19
Fix some NULL/0 misspellings in SSL_CTX_new()
Theo Buehler
2023-07-19
Fix two aliases in libcrypto spotted by the new symbols test
Theo Buehler
2023-07-08
Hide all public symbols in libssl
Bob Beck
2023-05-26
Move verified_chain from SSL to SSL_HANDSHAKE
Theo Buehler
2023-04-23
Randomize the order of TLS extensions
Theo Buehler
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-07
Rewrite TLSv1.2 key exporter.
Joel Sing
2022-10-02
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
Joel Sing
2022-09-10
Provide a version of ssl_msg_callback() that takes a CBS.
Joel Sing
2022-08-21
Provide the remaining QUIC API.
Joel Sing
2022-08-21
Provide SSL_QUIC_METHOD.
Joel Sing
2022-08-21
Ensure that SSL_{peek,read,write}() are not called if QUIC is in use.
Joel Sing
2022-08-17
Deduplicate peer certificate chain processing code.
Joel Sing
2022-07-24
Move cipher_id bsearch functions back to the bottom of the file.
Joel Sing
2022-07-20
Copy alpn_client_proto_list using CBS in SSL_new()
Theo Buehler
2022-07-20
Validate protocols in SSL{_CTX,}_set_alpn_protos()
Theo Buehler
2022-07-20
Rewrite SSL{_CTX,}_set_alpn_protos() using CBS
Theo Buehler
2022-07-17
Provide SSL_is_quic()
Joel Sing
2022-07-02
Stop using ssl{_ctx,}_security() outside of ssl_seclevel.c
Theo Buehler
2022-06-29
Parse the @SECLEVEL=n annotation in cipher strings
Theo Buehler
2022-06-29
Add support for sending QUIC transport parameters
Bob Beck
2022-06-29
Also check the security level in SSL_get1_supported_ciphers
Theo Buehler
2022-06-28
Implement SSL_{CTX_}_{g,s}et_security_level(3)
Theo Buehler
2022-03-18
Simplify SSL_do_handshake().
Joel Sing
2022-02-06
Remove i <= 0 checks from SSL_get_error()
Joel Sing
2022-02-05
Bye bye S3I.
Joel Sing
2022-01-14
Use BIO_next/BIO_set_next in ssl_lib.c
Theo Buehler
2022-01-11
Simplify SSL_get_peer_certificate()
Joel Sing
2022-01-11
Rename 'peer' to 'peer_cert' in SSL_SESSION.
Joel Sing
2022-01-09
Swap arguments to ssl_check_srvr_ecc_cert_and_alg()
Joel Sing
2022-01-08
Merge SESS_CERT into SSL_SESSION.
Joel Sing
2022-01-08
Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY.
Joel Sing
2022-01-07
Rename dh_tmp to dhe_params.
Joel Sing
[next]