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
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
2021-12-04
Clean up and refactor server side DHE key exchange.
Joel Sing
2021-11-14
Fix a strange check in the auto DH codepath
Theo Buehler
2021-11-08
Replace <sys/limits.h> with <limits.h>
Brent Cook
2021-10-31
libssl: stop reaching into the X509 struct and simplify some code by
Theo Buehler
2021-10-25
Fold SSL_SESSION_INTERNAL back into SSL_SESSION.
Joel Sing
2021-10-23
Add SSL_get0_verified_chain - needed by some new stuff
Bob Beck
2021-10-23
Add new OpenSSL API SSL_CTX_set_num_tickets and friends.
Bob Beck
2021-10-23
Unhandroll X509_up_ref()
Theo Buehler
2021-10-23
Add new OpenSSL api SSL_write_ex, SSL_read_ex and SSL_peek_ex
Bob Beck
2021-10-23
Mop up enc_read_ctx and read_hash.
Joel Sing
2021-10-23
Fold DTLS1_STATE_INTERNAL into DTLS1_STATE.
Joel Sing
2021-10-23
Add SSL_CTX_set_keylog_callback and SSL_CTX_get_keylog_callback
Bob Beck
2021-09-10
Prepare to provide SSL_CTX_get0_privatekey()
Theo Buehler
2021-09-08
Provide SSL_SESSION_is_resumable and SSL_set_psk_use_session_callback stubs
Theo Buehler
2021-09-08
Prepare to provide API stubs for PHA
Theo Buehler
2021-09-08
Prepare to provide SSL_set0_rbio()
Theo Buehler
2021-09-04
Refactor ssl_update_cache. This now matches the logic used for TLS 1.3
Bob Beck
2021-08-30
Clean up and simplify info and msg callbacks.
Joel Sing
2021-07-01
Merge SSL_METHOD_INTERNAL into SSL_METHOD.
Joel Sing
2021-06-19
Provide the ability to set the initial DTLS epoch value.
Joel Sing
[next]