| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Remove DSA_generate_parameters | tb | 2024-03-02 | 5 | -33/+3 |
* | Remove CMAC_resume() | tb | 2024-03-02 | 6 | -46/+5 |
* | Make BN_mod_exp2_mont() and BN_mod_exp_mont_word() internal | tb | 2024-03-02 | 6 | -17/+10 |
* | Make BN_mod_exp_simple() internal | tb | 2024-03-02 | 6 | -10/+7 |
* | Remove BIO_set() | tb | 2024-03-02 | 5 | -15/+3 |
* | Remove BIO_dump_*{cb,fp}() | tb | 2024-03-02 | 5 | -53/+5 |
* | Remove BIO_{sn,v,vsn}printf(3) | tb | 2024-03-02 | 8 | -138/+18 |
* | Expose OPENSSL_{gmtime,posix_to_tm,timegm,tm_to_posix}() | tb | 2024-03-02 | 2 | -3/+5 |
* | Garbage collect ASN1_TIME_set_tm() | tb | 2024-03-02 | 2 | -13/+2 |
* | Remove beck's ASN.1 time API from public visibility | tb | 2024-03-02 | 7 | -20/+10 |
* | Remove ASN1_PCTX nonsense | tb | 2024-03-02 | 5 | -144/+3 |
* | Make ASN1_add_oid_module internal | tb | 2024-03-02 | 6 | -17/+5 |
* | Remove unused M_ASN1_* macros | tb | 2024-03-02 | 1 | -14/+1 |
* | Remove unused, incomplete ub_* macros | tb | 2024-03-02 | 1 | -12/+1 |
* | Remove DECLARE_STACK_OF(ASN1_STRING_TABLE) | tb | 2024-03-02 | 1 | -4/+1 |
* | Remove ASN1_STRING_TABLE_{add,cleanup} | tb | 2024-03-02 | 5 | -27/+3 |
* | const correct ASN1_STRING_TABLE_get() | tb | 2024-03-02 | 2 | -7/+6 |
* | Add mkdtemps(3), like mkdtemp(3) but with a suffix. | millert | 2024-03-01 | 2 | -8/+32 |
* | Fix OPENSSL_{gmtime,timegm} in namespace build | tb | 2024-03-01 | 2 | -4/+3 |
* | Small tweak for X509_check_purpose() | tb | 2024-02-28 | 1 | -4/+6 |
* | Use an accessor instead of reaching into X509_PURPOSE | tb | 2024-02-28 | 1 | -2/+2 |
* | align read-only sections on masm/windows to 64 bytes | bcook | 2024-02-27 | 1 | -1/+9 |
* | Neuter OBJ_bsearch{_,ex_}() | tb | 2024-02-26 | 2 | -31/+40 |
* | Add a few missing endbr64 to libcrypto | tb | 2024-02-24 | 2 | -0/+6 |
* | Replace uses of endbr64 with _CET_ENDBR from cet.h | tb | 2024-02-24 | 30 | -110/+132 |
* | Remove custom key length handling | tb | 2024-02-24 | 1 | -5/+1 |
* | Remove last calls to CRYPTO_{push,pop}_info() | tb | 2024-02-24 | 1 | -9/+3 |
* | err.c: fix incorrect line wrapping | tb | 2024-02-24 | 1 | -5/+5 |
* | Prepare to provide X509_STORE_get1_objects() | tb | 2024-02-23 | 4 | -3/+73 |