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
Age
Commit message (
Expand
)
Author
2024-04-16
Fix key share negotiation in HRR case
Theo Buehler
2024-04-15
crank libssl major after libcrypto major and symbol removal
Theo Buehler
2024-04-15
Unexport SSL_version_str
Theo Buehler
2024-04-04
Recommit a better version of the removal of the F5 workaround
Theo Buehler
2024-04-02
Backout previous commit (intending that libressl client rejects a supported
Stuart Henderson
2024-03-28
Stop pandering to the loadbalancer industrial complex.
Bob Beck
2024-03-27
Fix up server processing of key shares.
Bob Beck
2024-03-27
Do not allow duplicate groups in supported groups.
Bob Beck
2024-03-27
Unify up_ref implementations in libssl
Theo Buehler
2024-03-26
Add an indicator that an extension has been processed.
Bob Beck
2024-03-26
Process supported groups before key share.
Bob Beck
2024-03-25
Simplify TLS extension parsing and processing.
Joel Sing
2024-03-25
Fix typo msg_types -> msg_type
Theo Buehler
2024-03-25
Split TLS extension parsing from processing.
Joel Sing
2024-03-25
Decouple TLS extension table order from tlsext_randomize_build_order()
Joel Sing
2024-03-02
crank libssl major
Theo Buehler
2024-03-02
Remove SSL_debug
Theo Buehler
2024-03-02
Garbage collect TLS1_FLAGS_SKIP_CERT_VERIFY
Theo Buehler
2024-03-02
Make {SSL3,TLS}_CT_* internal
Theo Buehler
2024-03-02
Remove SSL_CIPHER_get_by_{id,value}()
Theo Buehler
2024-03-02
Export SSL_get_{peer_,}signature_type_nid()
Theo Buehler
2024-02-04
Of course libssl also has a few missing void
Theo Buehler
2024-02-03
Rework the exit path of tls13_handshake_recv_action()
Theo Buehler
2024-02-03
Remove last peeking at TLS1_FLAGS_SKIP_CERT_VERIFY
Theo Buehler
2024-02-03
Zap a trailing blank that snuck into ssl3_get_client_hello()
Theo Buehler
2024-02-03
Remove GOST and STREEBOG support from libssl.
Bob Beck
2024-01-30
Restore SSL_shutdown() two step sequence.
Joel Sing
2024-01-27
Rework tls13_legacy_shutdown() to match the legacy stack behaviour.
Joel Sing
2024-01-27
Make tls13_legacy_return_code() static.
Joel Sing
2024-01-27
Add message callbacks for alerts in the TLSv1.3 stack.
Joel Sing
2024-01-24
Stop fiddling with hash table internals from lhash doall callers.
Joel Sing
2024-01-18
Switch from EVP_CIPHER_type() to EVP_CIPHER_nid()
Theo Buehler
2024-01-13
Remove mention of a refcount bug
Theo Buehler
2024-01-13
BIO_f_ssl.3: Remove explicit library initialization
Theo Buehler
2024-01-04
Remove last external call to EVP_PKEY_meth_find()
Theo Buehler
2023-12-30
Fix two more unchecked EVP_PKEY_assign() calls
Theo Buehler
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-29
Use a long for id in ssl3_get_cipher_by_id()
Theo Buehler
2023-11-28
Switch to legacy method late in tls13_use_legacy_stack()
Theo Buehler
2023-11-25
Move ssl_cipher_id_cmp() next to its only caller
Theo Buehler
2023-11-22
Unhook and remove the now even more useless ssl_algs.c than it was before.
Theo Buehler
2023-11-22
Make SSL_library_init() a wrapper of OPENSSL_init_ssl()
Theo Buehler
2023-11-22
Stop calling SSL_library_init() from OPENSSL_init_ssl_internal()
Theo Buehler
2023-11-22
Move SSL_library_init() next to OPENSSL_init_ssl()
Theo Buehler
2023-11-19
Unifdef OPENSSL_NO_ENGINE in libssl
Theo Buehler
2023-11-19
Manually unifdef OPENSSL_NO_ENGINE in ssl_clnt.c
Theo Buehler
2023-11-18
Check for negative EVP_CIPHER_CTX_iv_length() return in libssl
Theo Buehler
2023-09-19
Mention a subtle difference between PEM_def_callback(3) and the example.
Ingo Schwarze
2023-09-19
Remove the duplicate documentation of pem_password_cb(3).
Ingo Schwarze
[next]