summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-11A missing bounds check could lead to a crash due to dereferencing a zero-sizedlibressl-v3.9.2OPENBSD_7_5mlarkin1-2/+4
2024-03-06Clarify ownership in X509_STORE_add_lookup()tb1-3/+4
2024-03-06POSIX defines inet_ntoa, not inet_aton.bentley1-3/+3
2024-03-06Remove CRL method API documentationtb7-243/+11
2024-03-05lh_<type>_error() is no longer implemented as a macrotb1-4/+2
2024-03-05Ugly workaround to let this compile again on non-clang platforms.miod1-1/+9
2024-03-05Remove GOST documentationtb7-42/+17
2024-03-05Remove ASN1_time_parse documentationtb6-157/+9
2024-03-05Remove EVP_MD_meth* documentationtb8-378/+70
2024-03-04Remove EVP_add_{cipher,digest}* docstb4-198/+5
2024-03-04lh_new.3: zap a trailing commatb1-3/+3
2024-03-04EVP_CIPH_CUSTOM_KEY_LENGTH and EVP_CTRL_SET_KEY_LENGTH are gonetb1-14/+2
2024-03-04Remove docs for sk_find_ex()tb1-47/+3
2024-03-04Remove documentation of some CRYPTO_THREADID APItb1-58/+2
2024-03-04Document X509_STORE_get1_objects and deprecate the get0 versiontb1-4/+38
2024-03-03Reinstate a test that was accidentally removed in previoustb1-1/+7
2024-03-02include <time.h> for time_t and struct tm, needed for macostb1-1/+2
2024-03-02Remove some GOST relicstb4-210/+2
2024-03-02Unhook some gost teststb1-121/+1
2024-03-02Crank libressl version to 3.9.0 (finally!)tb1-3/+3
2024-03-02crank libtls majortb1-1/+1
2024-03-02crank libssl majortb1-1/+1
2024-03-02Remove SSL_debugtb4-13/+3
2024-03-02Garbage collect TLS1_FLAGS_SKIP_CERT_VERIFYtb1-2/+1
2024-03-02Make {SSL3,TLS}_CT_* internaltb3-28/+8
2024-03-02Remove SSL_CIPHER_get_by_{id,value}()tb4-23/+3
2024-03-02Export SSL_get_{peer_,}signature_type_nid()tb5-8/+13
2024-03-02crank libcrypto majortb1-1/+1
2024-03-02Change sk in CRYPTO_EX_DATA from STACK_OF(void) * to void *tb1-2/+2
2024-03-02tedu OPENSSL_isservice() prototypetb1-3/+1
2024-03-02Make CRYPTO_THREADID opaquetb8-25/+149
2024-03-02Fix CRYPTO_malloc/free signaturestb2-10/+8
2024-03-02Remove CRYPTO_*infotb5-43/+3
2024-03-02Remove a bunch of CRYPTO memory APItb6-354/+4
2024-03-02Update list of OPENSSL_NO_*tb1-5/+25
2024-03-02Remove a few no longer used sk_FOO_* stanzastb1-85/+1
2024-03-02Remove sk_find_ex()tb8-97/+5
2024-03-02Unhook and remove GOST and STREEBOGtb25-6776/+5
2024-03-02Make LHASH_OF() and STACK_OF() use opaque structstb13-80/+211
2024-03-02Remove lh statstb11-573/+7
2024-03-02Remove X509_CRL_METHOD APItb3-52/+2
2024-03-02Garbage collect most of the public LOOKUP APItb5-84/+5
2024-03-02Expose X509_STORE_get1_objects()tb2-3/+2
2024-03-02Make X509_CERT_AUX internaltb3-18/+11
2024-03-02Remove X509_TRUST from the public APItb2-13/+11
2024-03-02Remove DECLARE_STACK_OF(X509_TRUST)tb1-3/+1
2024-03-02Remove unused public X509_TRUST APItb5-123/+3
2024-03-02const correct X509_PURPOSE_get0{,_{,s}name}()tb2-10/+11
2024-03-02Make X509_PURPOSE opaquetb2-11/+13
2024-03-02Remove unused parts of the purpose APItb9-74/+13