summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* crank libssl majortb2024-03-021-1/+1
* Remove SSL_debugtb2024-03-024-13/+3
* Garbage collect TLS1_FLAGS_SKIP_CERT_VERIFYtb2024-03-021-2/+1
* Make {SSL3,TLS}_CT_* internaltb2024-03-023-28/+8
* Remove SSL_CIPHER_get_by_{id,value}()tb2024-03-024-23/+3
* Export SSL_get_{peer_,}signature_type_nid()tb2024-03-025-8/+13
* Of course libssl also has a few missing voidtb2024-02-042-4/+4
* Rework the exit path of tls13_handshake_recv_action()tb2024-02-031-12/+14
* Remove last peeking at TLS1_FLAGS_SKIP_CERT_VERIFYtb2024-02-031-7/+1
* Zap a trailing blank that snuck into ssl3_get_client_hello()tb2024-02-031-2/+2
* Remove GOST and STREEBOG support from libssl.beck2024-02-0316-675/+32
* Restore SSL_shutdown() two step sequence.jsing2024-01-301-1/+3
* Rework tls13_legacy_shutdown() to match the legacy stack behaviour.jsing2024-01-271-18/+19
* Make tls13_legacy_return_code() static.jsing2024-01-272-4/+3
* Add message callbacks for alerts in the TLSv1.3 stack.jsing2024-01-273-10/+49
* Stop fiddling with hash table internals from lhash doall callers.jsing2024-01-241-6/+3
* Switch from EVP_CIPHER_type() to EVP_CIPHER_nid()tb2024-01-181-2/+2
* Remove mention of a refcount bugtb2024-01-131-18/+1
* BIO_f_ssl.3: Remove explicit library initializationtb2024-01-131-8/+2
* Remove last external call to EVP_PKEY_meth_find()tb2024-01-041-5/+6
* Fix two more unchecked EVP_PKEY_assign() callstb2023-12-301-17/+25
* Neuter the SSL_set_debug(3) APItb2023-12-294-21/+5
* Convert ssl3_cipher_by_id() to bsearch()tb2023-11-293-39/+19
* Use a long for id in ssl3_get_cipher_by_id()tb2023-11-292-4/+4
* Switch to legacy method late in tls13_use_legacy_stack()tb2023-11-281-3/+7
* Move ssl_cipher_id_cmp() next to its only callertb2023-11-252-15/+14
* Unhook and remove the now even more useless ssl_algs.c than it was before.tb2023-11-222-68/+1
* Make SSL_library_init() a wrapper of OPENSSL_init_ssl()tb2023-11-222-61/+9
* Stop calling SSL_library_init() from OPENSSL_init_ssl_internal()tb2023-11-221-2/+1
* Move SSL_library_init() next to OPENSSL_init_ssl()tb2023-11-221-3/+2
* Unifdef OPENSSL_NO_ENGINE in libssltb2023-11-195-69/+5
* Manually unifdef OPENSSL_NO_ENGINE in ssl_clnt.ctb2023-11-191-17/+4
* Check for negative EVP_CIPHER_CTX_iv_length() return in libssltb2023-11-182-9/+13
* Mention a subtle difference between PEM_def_callback(3) and the example.schwarze2023-09-191-2/+9
* Remove the duplicate documentation of pem_password_cb(3).schwarze2023-09-191-56/+94
* More 0/NULL confusions in SSL_CTX_new()tb2023-09-191-8/+8
* Fix some NULL/0 misspellings in SSL_CTX_new()tb2023-09-191-5/+5
* Also remove ecdh.h use from libssltb2023-07-281-2/+1
* bump libcrypto, libssl, libtls majorstb2023-07-281-1/+1
* Set OPENSSL_NO_ENGINE, remove engine codetb2023-07-282-3/+1
* Fix two aliases in libcrypto spotted by the new symbols testtb2023-07-192-3/+4
* Remove old workaround for F5tb2023-07-111-13/+2
* fix comment to unbreak things that care about warningsbeck2023-07-081-2/+2
* Hide all public symbols in libsslbeck2023-07-0821-33/+828
* Enable reading RSA-PSS certificatestb2023-07-071-1/+2
* unifdef the LIBRESSL_HAS_TLS1_3_[CLIENT|SERVER] goobeck2023-07-063-54/+3
* upstream hidden file #include_next workaround for MS C compilersbcook2023-07-051-1/+5
* Simplify allocation checkstb2023-07-021-11/+11
* Disable TLS 1.0 and TLS 1.1 in libsslbeck2023-07-022-12/+4
* Switch from get_rfc*() to BN_get_rfc*()tb2023-06-271-7/+7