summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make BN_mod_exp_simple() internaltb2024-03-026-10/+7
* Remove BIO_set()tb2024-03-025-15/+3
* Remove BIO_dump_*{cb,fp}()tb2024-03-025-53/+5
* Remove BIO_{sn,v,vsn}printf(3)tb2024-03-028-138/+18
* Expose OPENSSL_{gmtime,posix_to_tm,timegm,tm_to_posix}()tb2024-03-022-3/+5
* Garbage collect ASN1_TIME_set_tm()tb2024-03-022-13/+2
* Remove beck's ASN.1 time API from public visibilitytb2024-03-027-20/+10
* Remove ASN1_PCTX nonsensetb2024-03-025-144/+3
* Make ASN1_add_oid_module internaltb2024-03-026-17/+5
* Remove unused M_ASN1_* macrostb2024-03-021-14/+1
* Remove unused, incomplete ub_* macrostb2024-03-021-12/+1
* Remove DECLARE_STACK_OF(ASN1_STRING_TABLE)tb2024-03-021-4/+1
* Remove ASN1_STRING_TABLE_{add,cleanup}tb2024-03-025-27/+3
* const correct ASN1_STRING_TABLE_get()tb2024-03-022-7/+6
* Add mkdtemps(3), like mkdtemp(3) but with a suffix.millert2024-03-012-8/+32
* Fix OPENSSL_{gmtime,timegm} in namespace buildtb2024-03-012-4/+3
* Remove the ciphers_by_values_test()tb2024-03-011-56/+0
* exporter: use the atrocious SSL_CIPHER_find() rather than get_by_id()tb2024-03-011-2/+5
* ssltest: drop another use of CRYPTO_mem_leaks()tb2024-03-011-2/+1
* Detect OPENSSL_NO_GOST correctlytb2024-02-291-1/+2
* CRYPTO_mem_leaks* will go away. Remove calls in legacy teststb2024-02-293-6/+3
* Link x509_algor test statically and switch to the internaltb2024-02-292-9/+18
* OBJ_NAME_TYPE_PKEY_METH is no longer supportedtb2024-02-291-5/+1