| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Adjust signature of ERR_load_strings() | tb | 2024-03-02 | 1 | -3/+3 |
* | Remove ERR_get_state | tb | 2024-03-02 | 5 | -19/+17 |
* | Simplify engine.h | tb | 2024-03-02 | 1 | -45/+1 |
* | Garbage collect CUSTOM_KEY_LENGTH/SET_KEY_LENGTH | tb | 2024-03-02 | 1 | -4/+1 |
* | Remove more PBE stuff from the public API | tb | 2024-03-02 | 7 | -35/+24 |
* | Remove most PBEPARAM stuff from public visibility | tb | 2024-03-02 | 6 | -50/+40 |
* | Remove a lot of PKCS12 garbage from the public API | tb | 2024-03-02 | 13 | -205/+94 |
* | Remove RC4-HMAC-MD5 and AES-{128,256}-CBC-HMAC-SHA-1 | tb | 2024-03-02 | 6 | -951/+3 |
* | Make legacy cipher methods internal | tb | 2024-03-02 | 3 | -14/+8 |
* | Remove EVP_PBE_* API from public visibility | tb | 2024-03-02 | 4 | -67/+6 |
* | Remove EVP_PKEY_meth_*() API | tb | 2024-03-02 | 3 | -260/+2 |
* | Remove the ameth lib | tb | 2024-03-02 | 4 | -239/+2 |
* | Remove EVP_MD_meth* again | tb | 2024-03-02 | 3 | -145/+2 |
* | Fix signature and semantics of EVP_{CIPHER,MD}_CTX_init() | tb | 2024-03-02 | 3 | -13/+13 |
* | Remove unused OBJ_create_and_add_object() | tb | 2024-03-02 | 1 | -3/+1 |
* | Remove no longer supported OBJ_NAME_TYPEs | tb | 2024-03-02 | 1 | -4/+2 |
* | Make OBJ_add_object() static | tb | 2024-03-02 | 5 | -9/+4 |
* | Remove OBJ_bsearch_() | tb | 2024-03-02 | 6 | -36/+7 |
* | Switch name member of OBJ_NAME to const void * | tb | 2024-03-02 | 2 | -5/+5 |
* | Remove unused public OBJ_NAME_* API | tb | 2024-03-02 | 5 | -82/+3 |
* | Remove EVP_{add,delete}_{cipher,digest}_alias() | tb | 2024-03-02 | 1 | -10/+1 |
* | Remove EVP_add_{cipher,digest}() from public API | tb | 2024-03-02 | 3 | -19/+2 |