| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Use EVP_CIPHER_CTX_legacy_clear() internally | tb | 2024-02-18 | 2 | -6/+6 |
| * | Add EVP_MD_CTX_legacy_clear() | tb | 2024-02-18 | 2 | -2/+9 |
| * | Add EVP_CIPHER_CTX_legacy_clear() | tb | 2024-02-18 | 2 | -2/+10 |
| * | Inline EVP_PBE_find() in its last two callers | tb | 2024-02-01 | 1 | -140/+69 |
| * | Make EVP_{CIPHER,MD}_CTX_{cleanup,reset}() NULL-safe | tb | 2024-01-30 | 2 | -3/+8 |
| * | Dynamic EVP_PKEY_METHODs are a thing from the past | tb | 2024-01-27 | 1 | -3/+1 |
| * | Add a few aliases for ECDSA and DSA for security/xca | tb | 2024-01-27 | 1 | -1/+143 |
| * | Use ret instead of rv in a few keyivgen functions | tb | 2024-01-27 | 1 | -11/+11 |
| * | Fold keyivgen functions into evp_pbe.c | tb | 2024-01-27 | 3 | -472/+386 |
| * | Make some comments and some whitespace less ugly | tb | 2024-01-27 | 1 | -13/+14 |
| * | Whitespace tweak | tb | 2024-01-27 | 1 | -2/+4 |
| * | Throw PKCS5_PBE_add() into the trash bin at the end of evp_pbe.c | tb | 2024-01-27 | 2 | -10/+7 |
| * | Mark the functions at the end of this file for removal | tb | 2024-01-27 | 1 | -1/+5 |
| * | Support HMAC with SHA-3 as a PBE PRF | tb | 2024-01-27 | 1 | -1/+21 |
| * | Support HMAC with truncated SHA-2 as a PBE PRF | tb | 2024-01-27 | 1 | -1/+11 |
| * | Prepare to remove the EVP_PKEY_meth_* API | tb | 2024-01-13 | 1 | -89/+50 |
| * | The OBJ_NAME API joins the party in evp_names.c | tb | 2024-01-13 | 1 | -1/+50 |
| * | Move EVP_add_{cipher,digest}() to the trashcan | tb | 2024-01-13 | 2 | -78/+17 |
| * | Open a garbage bin at the bottom of evp_names.c | tb | 2024-01-13 | 2 | -7/+13 |
| * | Remove obj_cleanup_defer | tb | 2024-01-13 | 1 | -7/+1 |
| * | Garbage collect check_defer() | tb | 2024-01-13 | 1 | -2/+1 |
| * | Neuter EVP_add_{cipher,digest}() | tb | 2024-01-13 | 1 | -11/+1 |
| * | Remove most of EVP_add_{cipher,digest}() internals | tb | 2024-01-13 | 1 | -30/+6 |
| * | Remove OBJ_NAME_cleanup() calls from EVP_cleanup() | tb | 2024-01-13 | 1 | -8/+1 |
| * | Stub out {OpenSSL,OPENSSL}_add* | tb | 2024-01-13 | 1 | -331/+0 |
| * | Reimplement EVP_get_{cipher,digest}byname() | tb | 2024-01-13 | 2 | -20/+47 |
| * | Reimplement {EVP_CIPHER,EVP_MD,OBJ_NAME}_do_all{,_sorted}(3) | tb | 2024-01-13 | 2 | -95/+160 |
| * | Add a table of digest names, digests and aliases | tb | 2024-01-13 | 1 | -2/+475 |
| * | Add a table of cipher names, ciphers and aliases | tb | 2024-01-13 | 1 | -0/+1088 |
| * | const correct aesni_{128,256}_cbc_hmac_sha1_cipher | tb | 2024-01-08 | 1 | -3/+3 |
| * | const-correct r4_hmac_md5_cipher | tb | 2024-01-07 | 1 | -2/+2 |
| * | Convert the remaining legacy ciphers to C99 initializers | tb | 2024-01-07 | 5 | -76/+90 |
| * | Improve EVP_CIPHER_{get,set}_asn1_iv() | tb | 2024-01-07 | 1 | -25/+26 |
| * | EVP_PKEY_asn1_find_str() tweaks | tb | 2024-01-05 | 1 | -4/+3 |
| * | evp_key.c: Remove more unnecessary parentheses | tb | 2024-01-05 | 1 | -7/+6 |
| * | Minor tweaks in EVP_read_pw_string_min() | tb | 2024-01-05 | 1 | -4/+4 |
| * | Plug a leak in EVP_read_pw_string_min() | tb | 2024-01-05 | 1 | -9/+14 |
| * | Disable EVP_PKEY_meth_* extensibility | tb | 2024-01-04 | 1 | -46/+7 |
| * | Remove unused app_data from EVP_CIPHER | tb | 2024-01-04 | 15 | -84/+15 |
| * | Clean up EVP_PKEY_asn1_get0_info() a bit | tb | 2024-01-04 | 1 | -14/+16 |
| * | Clean up EVP_PKEY_asn1_find_str() | tb | 2024-01-04 | 1 | -9/+18 |
| * | Simplify EVP_PKEY_asn1_find() | tb | 2024-01-04 | 1 | -33/+9 |
| * | Replace .pkey_base_id with a .base_method pointer | tb | 2024-01-04 | 2 | -5/+5 |
| * | Split ameth arrays into individual methods | tb | 2024-01-04 | 1 | -14/+21 |
| * | Improve length checks for oiv and iv | tb | 2024-01-04 | 1 | -4/+5 |
| * | Improve order in ancient CMS helpers | tb | 2024-01-03 | 1 | -25/+25 |
| * | Move a t to the right place in a comment | tb | 2024-01-02 | 1 | -2/+2 |
| * | Match struct order for the EVP_CIPHER_CTX accessors | tb | 2024-01-02 | 1 | -69/+73 |
| * | Move down EVP_CIPHER_CTX accessors expose EVP_CIPHER internals | tb | 2024-01-02 | 1 | -38/+42 |
| * | Move the trivial EVP_CIPHER getters down | tb | 2024-01-02 | 1 | -31/+35 |