summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Convert legacy server kex to one-shot sign/verifytb2023-06-112-47/+62
* Easy EVP_Digest{Sign,Verify} conversions for legacy stacktb2023-06-112-23/+8
* Convert EVP_Digest{Sign,Verify}* to one-shot for TLSv1.3tb2023-06-102-22/+10
* Move verified_chain from SSL to SSL_HANDSHAKEtb2023-05-264-14/+17
* add missing pointer invalidationjcs2023-05-161-1/+2
* Use -Wshadow with clangtb2023-05-051-2/+2
* Too many stupid things whine about these being used uninitializedtb2023-04-281-2/+2
* ssl_tlsext.c: Add an accessor for the tls extension type.tb2023-04-271-1/+7
* Bump majors after symbol addition and removaltb2023-04-251-2/+2
* Fix allocation sizetb2023-04-251-3/+3
* Unbreak tree: file missed in last committb2023-04-251-1/+3
* Free and calloc() the tlsext_build_order and remember its lengthtb2023-04-241-2/+14
* Use TLSEXT_TYPE_alpn instead of the stupid long onetb2023-04-241-2/+2
* Randomize the order of TLS extensionstb2023-04-234-5/+71
* Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)schwarze2023-04-111-2/+11
* Crankl libcrypto/libssl/libtls minors after symbol additiontb2023-03-101-1/+1
* libressl *_namespace.h: adjust *_ALIAS() to require a semicolontb2023-02-162-7/+7
* fix another typo in comment in a line touched by the last commit (thissthen2022-12-261-1/+1
* spelling fixes; from paul tagliamontejmc2022-12-2610-23/+23
* document the interaction with BIO_dup_chain(3)schwarze2022-12-181-2/+14
* Add a small blurb on @SECLEVEL=nlibressl-v3.7.0tb2022-12-111-2/+8
* Make header guards of internal headers consistenttb2022-11-262-4/+4
* Make internal header file names consistenttb2022-11-2646-104/+103
* Reverse arguments in CBS_dup()tb2022-11-231-2/+2
* Bump libssl minor to match libcryptotb2022-11-131-1/+1
* Convert the legacy TLS stack to tls_content.jsing2022-11-1110-190/+292
* Symbols.list: Drop comments and sort.tb2022-11-111-33/+22
* Add support for symbol hiding disabled by default.beck2022-11-114-2/+78
* Use tls_buffer for alert and handshake fragments in the legacy stack.jsing2022-11-105-49/+94