summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused parts of the purpose APItb2024-03-029-74/+13
* Remove X509V3_EXT extensibility APItb2024-03-025-53/+3
* Remove X509_ALGOR_set_md()tb2024-03-023-12/+2
* Adjust signature of ERR_load_strings()tb2024-03-021-3/+3
* Remove ERR_get_statetb2024-03-025-19/+17
* Simplify engine.htb2024-03-021-45/+1
* Garbage collect CUSTOM_KEY_LENGTH/SET_KEY_LENGTHtb2024-03-021-4/+1
* Remove more PBE stuff from the public APItb2024-03-027-35/+24
* Remove most PBEPARAM stuff from public visibilitytb2024-03-026-50/+40
* Remove a lot of PKCS12 garbage from the public APItb2024-03-0213-205/+94
* Remove RC4-HMAC-MD5 and AES-{128,256}-CBC-HMAC-SHA-1tb2024-03-026-951/+3
* Make legacy cipher methods internaltb2024-03-023-14/+8
* Remove EVP_PBE_* API from public visibilitytb2024-03-024-67/+6
* Remove EVP_PKEY_meth_*() APItb2024-03-023-260/+2
* Remove the ameth libtb2024-03-024-239/+2
* Remove EVP_MD_meth* againtb2024-03-023-145/+2
* Fix signature and semantics of EVP_{CIPHER,MD}_CTX_init()tb2024-03-023-13/+13
* Remove unused OBJ_create_and_add_object()tb2024-03-021-3/+1
* Remove no longer supported OBJ_NAME_TYPEstb2024-03-021-4/+2
* Make OBJ_add_object() statictb2024-03-025-9/+4
* Remove OBJ_bsearch_()tb2024-03-026-36/+7
* Switch name member of OBJ_NAME to const void *tb2024-03-022-5/+5
* Remove unused public OBJ_NAME_* APItb2024-03-025-82/+3
* Remove EVP_{add,delete}_{cipher,digest}_alias()tb2024-03-021-10/+1
* Remove EVP_add_{cipher,digest}() from public APItb2024-03-023-19/+2
* Remove DSA_generate_parameterstb2024-03-025-33/+3
* Remove CMAC_resume()tb2024-03-026-46/+5
* Make BN_mod_exp2_mont() and BN_mod_exp_mont_word() internaltb2024-03-026-17/+10