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-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
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-28
Also remove ecdh.h use from libssl
Theo Buehler
2023-07-28
bump libcrypto, libssl, libtls majors
Theo Buehler
2023-07-28
Set OPENSSL_NO_ENGINE, remove engine code
Theo Buehler
2023-07-19
Fix two aliases in libcrypto spotted by the new symbols test
Theo Buehler
2023-07-11
Remove old workaround for F5
Theo Buehler
2023-07-08
fix comment to unbreak things that care about warnings
Bob Beck
2023-07-08
Hide all public symbols in libssl
Bob Beck
2023-07-07
Enable reading RSA-PSS certificates
Theo Buehler
2023-07-06
unifdef the LIBRESSL_HAS_TLS1_3_[CLIENT|SERVER] goo
Bob Beck
2023-07-05
upstream hidden file #include_next workaround for MS C compilers
Brent Cook
2023-07-02
Simplify allocation checks
Theo Buehler
2023-07-02
Disable TLS 1.0 and TLS 1.1 in libssl
Bob Beck
2023-06-27
Switch from get_rfc*() to BN_get_rfc*()
Theo Buehler
2023-06-11
Convert legacy server kex to one-shot sign/verify
Theo Buehler
2023-06-11
Easy EVP_Digest{Sign,Verify} conversions for legacy stack
Theo Buehler
2023-06-10
Convert EVP_Digest{Sign,Verify}* to one-shot for TLSv1.3
Theo Buehler
2023-05-26
Move verified_chain from SSL to SSL_HANDSHAKE
Theo Buehler
2023-05-16
add missing pointer invalidation
Joshua Stein
2023-05-05
Use -Wshadow with clang
Theo Buehler
2023-04-28
Too many stupid things whine about these being used uninitialized
Theo Buehler
2023-04-27
ssl_tlsext.c: Add an accessor for the tls extension type.
Theo Buehler
2023-04-25
Bump majors after symbol addition and removal
Theo Buehler
2023-04-25
Fix allocation size
Theo Buehler
2023-04-25
Unbreak tree: file missed in last commit
Theo Buehler
2023-04-24
Free and calloc() the tlsext_build_order and remember its length
Theo Buehler
2023-04-24
Use TLSEXT_TYPE_alpn instead of the stupid long one
Theo Buehler
2023-04-23
Randomize the order of TLS extensions
Theo Buehler
2023-04-11
Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)
Ingo Schwarze
2023-03-10
Crankl libcrypto/libssl/libtls minors after symbol addition
Theo Buehler
2023-02-16
libressl *_namespace.h: adjust *_ALIAS() to require a semicolon
Theo Buehler
2022-12-26
fix another typo in comment in a line touched by the last commit (this
Stuart Henderson
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
[next]