| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Clean up and fix int_ctx_new() | tb | 2023-06-20 | 1 | -34/+30 |
* | Clean up EVP_PKEY_CTX_meth_dup() | tb | 2023-06-20 | 1 | -22/+19 |
* | Remove e_old.c again | tb | 2023-04-26 | 1 | -159/+0 |
* | Reinstate e_old.c it is still used by -portable | tb | 2023-04-25 | 1 | -0/+159 |
* | e_old can also go | tb | 2023-04-25 | 1 | -159/+0 |
* | Move truncated sha-2 and sha3 out of #ifdef wrappers | tb | 2023-04-25 | 1 | -5/+1 |
* | Remove X9.31 support | tb | 2023-04-25 | 1 | -2/+1 |
* | Wire up truncated SHA-2, SHA-3 and related things | tb | 2023-04-25 | 1 | -1/+9 |
* | Provide EVP methods for SHA3 224/256/384/512. | jsing | 2023-04-16 | 2 | -1/+182 |
* | Provide EVP methods for SHA512/224 and SHA512/256. | jsing | 2023-04-16 | 2 | -2/+83 |
* | Provide and use sha{224,384}_{update,final} functions. | jsing | 2023-04-09 | 1 | -28/+54 |
* | Rename SHA functions to have sha{1,224,256,384,512}_ prefix. | jsing | 2023-04-09 | 1 | -31/+31 |
* | Expose the EVP_CIPHER_meth_* API (setter only) in evp.h | tb | 2023-03-10 | 1 | -3/+1 |
* | Convert EVP_CIPHER_meth_dup() to using calloc() | tb | 2023-03-01 | 1 | -3/+2 |
* | Make cipher_method_lib.c compile with LibreSSL | tb | 2023-03-01 | 1 | -15/+29 |
* | Add EVP_CIPHER_meth_* prototypes to evp.h | tb | 2023-03-01 | 1 | -1/+25 |
* | Make the cleanup() method return an int again | tb | 2023-03-01 | 4 | -7/+12 |
* | Fix line wrapping of function pointer arguments | tb | 2023-03-01 | 1 | -15/+8 |
* | First KNF approximation as per knfmt(1) | tb | 2023-03-01 | 1 | -60/+72 |
* | Drop the EVP_CIPHER_METH_get_* functions | tb | 2023-03-01 | 1 | -42/+1 |
* | Add RCS tag | tb | 2023-03-01 | 1 | -0/+1 |
* | Revert OpenSSL commit aa6bb135 | tb | 2023-03-01 | 1 | -5/+54 |
* | libcrypto: import a copy of OpenSSL 1.1's cmeth_lib.c | tb | 2023-03-01 | 1 | -0/+151 |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 3 | -6/+6 |
* | Make header guards of internal headers consistent | tb | 2022-11-26 | 1 | -4/+4 |
* | Make internal header file names consistent | tb | 2022-11-26 | 53 | -113/+113 |
* | Change the pkey.ptr from char * to void * | tb | 2022-11-18 | 2 | -4/+4 |
* | Expose various EVP hooks for Ed25519 and X25519 | tb | 2022-11-13 | 1 | -6/+3 |
* | Implement EVP interfaces for Ed25519 and X25519. | jsing | 2022-11-10 | 3 | -3/+26 |
* | Provide digestsign/digestverify hooks for EVP_PKEY_METHOD. | jsing | 2022-11-10 | 4 | -4/+32 |
* | Port EVP raw key API from OpenSSL. | jsing | 2022-11-10 | 3 | -4/+106 |
* | Fix up indentation for EVP_PKEY_* defines. | jsing | 2022-11-09 | 1 | -19/+19 |