| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Less confusing variable names in EVP_PKEY_{de,en}crypt_old() | tb | 2023-12-20 | 2 | -10/+10 |
| * | Improve local variable names | tb | 2023-12-20 | 1 | -29/+29 |
| * | Rename buf_len into partial_len in EVP_CIPHER_CTX | tb | 2023-12-20 | 2 | -11/+11 |
| * | Clean up EVP_DecryptFinal_ex() | tb | 2023-12-20 | 1 | -32/+35 |
| * | Clean up EVP_EncryptFinal_ex() | tb | 2023-12-20 | 1 | -16/+13 |
| * | Simplify EVP_DecryptUpdate() a bit | tb | 2023-12-20 | 1 | -26/+28 |
| * | Remove commented out version of EVP_SealUpdate() | tb | 2023-12-20 | 1 | -13/+1 |
| * | Remove preprocessor mess in EVP_PKEY_{de,en}crypt_old() | tb | 2023-12-20 | 2 | -39/+8 |
| * | Clean up EVP_PBE_CipherInit() a little | tb | 2023-12-18 | 1 | -25/+18 |
| * | EVP_EncryptUpdate(): make block_size and block_mask const | tb | 2023-12-16 | 1 | -3/+3 |
| * | First cleanup pass over EVP_EncryptUpdate() | tb | 2023-12-16 | 1 | -36/+37 |
| * | Move EVP_PBE_find() next to the tables | tb | 2023-12-16 | 1 | -46/+46 |
| * | Remove OBJ_bsearch_() usage from PBE | tb | 2023-12-16 | 1 | -79/+175 |
| * | Using two different spellings of NULL in the same line is an achievement | tb | 2023-12-16 | 1 | -2/+2 |
| * | Implement and use a do_cipher() wrapper | tb | 2023-12-16 | 1 | -59/+63 |
| * | Remove EVP_PBE_cleanup() from EVP_cleanup() | tb | 2023-12-15 | 1 | -2/+1 |
| * | Move all the neutered PBE API to the bottom of the file | tb | 2023-12-15 | 1 | -17/+17 |
| * | Remove unprotected global state from EVP_PBE | tb | 2023-12-15 | 1 | -76/+8 |
| * | Fix a return value confusion in chacha20_poly1305_cipher() | tb | 2023-12-15 | 1 | -2/+2 |
| * | Document EVP_Cipher() in code | tb | 2023-12-15 | 1 | -1/+13 |
| * | Move EVP_Cipher() from evp_lib.c to evp_enc.c | tb | 2023-12-15 | 2 | -9/+9 |
| * | Remove misuse warnings for EVP_*Final() | tb | 2023-12-03 | 1 | -12/+1 |
| * | Fix some NULL misspellings | tb | 2023-12-02 | 1 | -10/+10 |
| * | Revert a hunk of r1.23 that makes no sense | tb | 2023-12-02 | 1 | -8/+2 |
| * | Unify various EVP_*{Update,Final}*() wrappers | tb | 2023-12-01 | 1 | -18/+10 |
| * | Ignore ENGINE at the API boundary | tb | 2023-11-29 | 7 | -52/+36 |
| * | Unifdef OPENSSL_NO_ENGINE in libcrypto | tb | 2023-11-19 | 3 | -135/+3 |
| * | Unifdef OPENSSL_NO_ENGINE in pmeth_lib.c | tb | 2023-11-19 | 1 | -41/+3 |
| * | Forgot to fix one unsigned int vs int confusion | tb | 2023-11-18 | 1 | -3/+3 |
| * | Check for negative IV length | tb | 2023-11-18 | 5 | -27/+45 |
| * | Add chacha aliases for OpenSSL compatibility | tb | 2023-10-24 | 1 | -1/+3 |
| * | Remove EVP_add_alg_module() prototype | tb | 2023-10-18 | 1 | -3/+1 |
| * | Fix EVP_CIPHER_CTX_iv_length() | tb | 2023-09-28 | 4 | -9/+45 |
| * | Make EVP_PKEY_get1_$TYPE a wrapper of EVP_PKEY_get0_$TYPE | tb | 2023-09-10 | 1 | -22/+29 |
| * | EVP_CipherInit(): use EVP_CIPHER_CTX_cleanup() | tb | 2023-09-10 | 1 | -3/+3 |
| * | whitespace | tb | 2023-09-02 | 1 | -2/+2 |
| * | Align EVP_PKEY_get1_RSA() with EVP_PKEY_get0_RSA() | tb | 2023-09-02 | 1 | -6/+7 |
| * | Fix EVP_PKEY_get0_RSA() for RSA-PSS | tb | 2023-09-01 | 1 | -6/+6 |
| * | Remove two unnecessary local variables | tb | 2023-08-26 | 1 | -9/+3 |
| * | KNF, no assembly change | schwarze | 2023-08-25 | 1 | -6/+6 |
| * | Update references from RFC 7539 to RFC 8439 | tb | 2023-08-24 | 1 | -3/+3 |
| * | Clarify how the EVP IV is used with ChaCha | tb | 2023-08-24 | 1 | -8/+6 |
| * | Rename env_md{,_ctx}_st to evp_md{,_ctx}_st | tb | 2023-08-11 | 1 | -3/+3 |
| * | Remove OPENSSL_cpuid_setup() call from OPENSSL_add_all_algorithms_noconf() | jsing | 2023-07-24 | 1 | -2/+1 |
| * | No need to call OBJ_sigid_free() in EVP_cleanup() anymore. | tb | 2023-07-22 | 1 | -2/+1 |
| * | Unbreak the namespace build after a broken mk.conf and tool misfire had | beck | 2023-07-07 | 57 | -470/+57 |
| * | Hide symbols in hkdf, evp, err, ecdsa, and ec | beck | 2023-07-07 | 57 | -57/+470 |
| * | Move check_defer() and obj_cleanup_defer to evp/names.c | tb | 2023-06-29 | 1 | -1/+4 |
| * | Rename all occurrences of e in this file to engine | tb | 2023-06-20 | 1 | -15/+15 |
| * | Rename int_ctx_new() into evp_pkey_ctx_new() | tb | 2023-06-20 | 1 | -4/+4 |