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