| Commit message (Expand) | Author | Files | Lines |
2024-03-06 | Clarify ownership in X509_STORE_add_lookup() | tb | 1 | -3/+4 |
2024-03-06 | POSIX defines inet_ntoa, not inet_aton. | bentley | 1 | -3/+3 |
2024-03-06 | Remove CRL method API documentation | tb | 7 | -243/+11 |
2024-03-05 | lh_<type>_error() is no longer implemented as a macro | tb | 1 | -4/+2 |
2024-03-05 | Ugly workaround to let this compile again on non-clang platforms. | miod | 1 | -1/+9 |
2024-03-05 | Remove GOST documentation | tb | 7 | -42/+17 |
2024-03-05 | Remove ASN1_time_parse documentation | tb | 6 | -157/+9 |
2024-03-05 | Remove EVP_MD_meth* documentation | tb | 8 | -378/+70 |
2024-03-04 | Remove EVP_add_{cipher,digest}* docs | tb | 4 | -198/+5 |
2024-03-04 | lh_new.3: zap a trailing comma | tb | 1 | -3/+3 |
2024-03-04 | EVP_CIPH_CUSTOM_KEY_LENGTH and EVP_CTRL_SET_KEY_LENGTH are gone | tb | 1 | -14/+2 |
2024-03-04 | Remove docs for sk_find_ex() | tb | 1 | -47/+3 |
2024-03-04 | Remove documentation of some CRYPTO_THREADID API | tb | 1 | -58/+2 |
2024-03-04 | Document X509_STORE_get1_objects and deprecate the get0 version | tb | 1 | -4/+38 |
2024-03-03 | Reinstate a test that was accidentally removed in previous | tb | 1 | -1/+7 |
2024-03-02 | include <time.h> for time_t and struct tm, needed for macos | tb | 1 | -1/+2 |
2024-03-02 | Remove some GOST relics | tb | 4 | -210/+2 |
2024-03-02 | Unhook some gost tests | tb | 1 | -121/+1 |
2024-03-02 | Crank libressl version to 3.9.0 (finally!) | tb | 1 | -3/+3 |
2024-03-02 | crank libtls major | tb | 1 | -1/+1 |
2024-03-02 | crank libssl major | tb | 1 | -1/+1 |
2024-03-02 | Remove SSL_debug | tb | 4 | -13/+3 |
2024-03-02 | Garbage collect TLS1_FLAGS_SKIP_CERT_VERIFY | tb | 1 | -2/+1 |
2024-03-02 | Make {SSL3,TLS}_CT_* internal | tb | 3 | -28/+8 |
2024-03-02 | Remove SSL_CIPHER_get_by_{id,value}() | tb | 4 | -23/+3 |
2024-03-02 | Export SSL_get_{peer_,}signature_type_nid() | tb | 5 | -8/+13 |
2024-03-02 | crank libcrypto major | tb | 1 | -1/+1 |
2024-03-02 | Change sk in CRYPTO_EX_DATA from STACK_OF(void) * to void * | tb | 1 | -2/+2 |
2024-03-02 | tedu OPENSSL_isservice() prototype | tb | 1 | -3/+1 |
2024-03-02 | Make CRYPTO_THREADID opaque | tb | 8 | -25/+149 |
2024-03-02 | Fix CRYPTO_malloc/free signatures | tb | 2 | -10/+8 |
2024-03-02 | Remove CRYPTO_*info | tb | 5 | -43/+3 |
2024-03-02 | Remove a bunch of CRYPTO memory API | tb | 6 | -354/+4 |
2024-03-02 | Update list of OPENSSL_NO_* | tb | 1 | -5/+25 |
2024-03-02 | Remove a few no longer used sk_FOO_* stanzas | tb | 1 | -85/+1 |
2024-03-02 | Remove sk_find_ex() | tb | 8 | -97/+5 |
2024-03-02 | Unhook and remove GOST and STREEBOG | tb | 25 | -6776/+5 |
2024-03-02 | Make LHASH_OF() and STACK_OF() use opaque structs | tb | 13 | -80/+211 |
2024-03-02 | Remove lh stats | tb | 11 | -573/+7 |
2024-03-02 | Remove X509_CRL_METHOD API | tb | 3 | -52/+2 |
2024-03-02 | Garbage collect most of the public LOOKUP API | tb | 5 | -84/+5 |
2024-03-02 | Expose X509_STORE_get1_objects() | tb | 2 | -3/+2 |
2024-03-02 | Make X509_CERT_AUX internal | tb | 3 | -18/+11 |
2024-03-02 | Remove X509_TRUST from the public API | tb | 2 | -13/+11 |
2024-03-02 | Remove DECLARE_STACK_OF(X509_TRUST) | tb | 1 | -3/+1 |
2024-03-02 | Remove unused public X509_TRUST API | tb | 5 | -123/+3 |
2024-03-02 | const correct X509_PURPOSE_get0{,_{,s}name}() | tb | 2 | -10/+11 |
2024-03-02 | Make X509_PURPOSE opaque | tb | 2 | -11/+13 |
2024-03-02 | Remove unused parts of the purpose API | tb | 9 | -74/+13 |
2024-03-02 | Remove X509V3_EXT extensibility API | tb | 5 | -53/+3 |