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
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
2021-06-11
Indent all labels with a single space.
Joel Sing
2021-05-16
Make local header inclusion consistent.
Joel Sing
2021-05-16
Move DTLS structs/definitions/prototypes to dtls_locl.h.
Joel Sing
2021-05-16
Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*
Joel Sing
2021-05-10
Provide SSL_CTX_get_ssl_method(3)
Theo Buehler
2021-03-29
Remove pointless assignment in SSL_get0_alpn_selected().
Joel Sing
2021-03-29
Move finished and peer finished to the handshake struct.
Joel Sing
2021-03-27
Garbage collect s->internal->type
Theo Buehler
2021-03-24
Rename new_cipher to cipher.
Joel Sing
2021-03-02
Fix misleading indentation in SSL_get_error()
Theo Buehler
2021-02-27
Move handling of cipher/hash based cipher suites into the new record layer.
Joel Sing
2021-02-25
Only use TLS versions internally (rather than both TLS and DTLS versions).
Joel Sing
2021-02-20
Rename f_err into fatal_err.
Theo Buehler
2021-02-20
Return a min/max version of zero if set to zero.
Joel Sing
2021-02-20
Handle DTLS1_2_VERSION in various places.
Joel Sing
2021-02-08
Remove bogus DTLS checks to disable ECC and OCSP.
Joel Sing
2021-01-28
Move AEAD handling into the new TLSv1.2 record layer.
Joel Sing
2021-01-26
zap a tab
Theo Buehler
2021-01-26
Prepare to provide SSL_set_hostflags()
Theo Buehler
2021-01-26
Move sequence numbers into the new TLSv1.2 record layer.
Joel Sing
2021-01-09
Align SSL_get_shared_ciphers() with OpenSSL
Theo Buehler
2020-12-01
Bring back *_client_method() structs
Theo Buehler
2020-11-16
Implement exporter for TLSv1.3.
Joel Sing
2020-10-14
Replace SSL_IS_DTLS with SSL_is_dtls().
Joel Sing
2020-10-14
Provide SSL_is_dtls().
Joel Sing
2020-10-11
Condense and simplify TLS methods.
Joel Sing
2020-09-24
Simplify the cleanup of init_buf via a ssl3_release_init_buffer() function.
Joel Sing
2020-09-19
Prepare to provide SSL_get0_peername
Theo Buehler
2020-09-19
Prepare to provide stubbed out versions for reading/writing 0-RTT data
Theo Buehler
2020-09-19
Prepare to provide SSL{,_CTX}_{get,set}_max_early_data
Theo Buehler
2020-09-18
If ssl_cert_dup() fails in SSL_set_SSL_CTX(3), return failure
Ingo Schwarze
[next]