summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A missing bounds check could lead to a crash due to dereferencing a zero-sizedlibressl-v3.9.2OPENBSD_7_5mlarkin2024-05-111-2/+4
* This commit was manufactured by cvs2git to create branch 'OPENBSD_7_5'.libressl-v3.9.1libressl-v3.9.0cvs2svn2024-03-060-0/+0
* Clarify ownership in X509_STORE_add_lookup()tb2024-03-061-3/+4
* POSIX defines inet_ntoa, not inet_aton.bentley2024-03-061-3/+3
* Remove CRL method API documentationtb2024-03-067-243/+11
* lh_<type>_error() is no longer implemented as a macrotb2024-03-051-4/+2
* Ugly workaround to let this compile again on non-clang platforms.miod2024-03-051-1/+9
* Remove GOST documentationtb2024-03-057-42/+17
* Remove ASN1_time_parse documentationtb2024-03-056-157/+9
* Remove EVP_MD_meth* documentationtb2024-03-058-378/+70
* Remove EVP_add_{cipher,digest}* docstb2024-03-044-198/+5
* lh_new.3: zap a trailing commatb2024-03-041-3/+3
* EVP_CIPH_CUSTOM_KEY_LENGTH and EVP_CTRL_SET_KEY_LENGTH are gonetb2024-03-041-14/+2
* Remove docs for sk_find_ex()tb2024-03-041-47/+3
* Remove documentation of some CRYPTO_THREADID APItb2024-03-041-58/+2
* Document X509_STORE_get1_objects and deprecate the get0 versiontb2024-03-041-4/+38
* Reinstate a test that was accidentally removed in previoustb2024-03-031-1/+7
* include <time.h> for time_t and struct tm, needed for macostb2024-03-021-1/+2
* Remove some GOST relicstb2024-03-024-210/+2
* Unhook some gost teststb2024-03-021-121/+1
* Crank libressl version to 3.9.0 (finally!)tb2024-03-021-3/+3
* crank libtls majortb2024-03-021-1/+1
* 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
* crank libcrypto majortb2024-03-021-1/+1
* Change sk in CRYPTO_EX_DATA from STACK_OF(void) * to void *tb2024-03-021-2/+2
* tedu OPENSSL_isservice() prototypetb2024-03-021-3/+1
* Make CRYPTO_THREADID opaquetb2024-03-028-25/+149
* Fix CRYPTO_malloc/free signaturestb2024-03-022-10/+8
* Remove CRYPTO_*infotb2024-03-025-43/+3
* Remove a bunch of CRYPTO memory APItb2024-03-026-354/+4
* Update list of OPENSSL_NO_*tb2024-03-021-5/+25
* Remove a few no longer used sk_FOO_* stanzastb2024-03-021-85/+1
* Remove sk_find_ex()tb2024-03-028-97/+5
* Unhook and remove GOST and STREEBOGtb2024-03-0225-6776/+5
* Make LHASH_OF() and STACK_OF() use opaque structstb2024-03-0213-80/+211
* Remove lh statstb2024-03-0211-573/+7
* Remove X509_CRL_METHOD APItb2024-03-023-52/+2
* Garbage collect most of the public LOOKUP APItb2024-03-025-84/+5
* Expose X509_STORE_get1_objects()tb2024-03-022-3/+2
* Make X509_CERT_AUX internaltb2024-03-023-18/+11
* Remove X509_TRUST from the public APItb2024-03-022-13/+11
* Remove DECLARE_STACK_OF(X509_TRUST)tb2024-03-021-3/+1
* Remove unused public X509_TRUST APItb2024-03-025-123/+3
* const correct X509_PURPOSE_get0{,_{,s}name}()tb2024-03-022-10/+11
* Make X509_PURPOSE opaquetb2024-03-022-11/+13