Age | Commit message (Expand) | Author |
2023-09-10 | Make EVP_PKEY_get1_$TYPE a wrapper of EVP_PKEY_get0_$TYPE | Theo Buehler |
2023-09-10 | EVP_CipherInit(): use EVP_CIPHER_CTX_cleanup() | Theo Buehler |
2023-09-02 | whitespace | Theo Buehler |
2023-09-02 | Align EVP_PKEY_get1_RSA() with EVP_PKEY_get0_RSA() | Theo Buehler |
2023-09-01 | Fix EVP_PKEY_get0_RSA() for RSA-PSS | Theo Buehler |
2023-08-26 | Remove two unnecessary local variables | Theo Buehler |
2023-08-25 | KNF, no assembly change | Ingo Schwarze |
2023-08-24 | Update references from RFC 7539 to RFC 8439 | Theo Buehler |
2023-08-24 | Clarify how the EVP IV is used with ChaCha | Theo Buehler |
2023-08-11 | Rename env_md{,_ctx}_st to evp_md{,_ctx}_st | Theo Buehler |
2023-07-24 | Remove OPENSSL_cpuid_setup() call from OPENSSL_add_all_algorithms_noconf() | Joel Sing |
2023-07-22 | No need to call OBJ_sigid_free() in EVP_cleanup() anymore. | Theo Buehler |
2023-07-07 | Unbreak the namespace build after a broken mk.conf and tool misfire had | Bob Beck |
2023-07-07 | Hide symbols in hkdf, evp, err, ecdsa, and ec | Bob Beck |
2023-06-29 | Move check_defer() and obj_cleanup_defer to evp/names.c | Theo Buehler |
2023-06-20 | Rename all occurrences of e in this file to engine | Theo Buehler |
2023-06-20 | Rename int_ctx_new() into evp_pkey_ctx_new() | Theo Buehler |
2023-06-20 | Clean up and fix int_ctx_new() | Theo Buehler |
2023-06-20 | Clean up EVP_PKEY_CTX_meth_dup() | Theo Buehler |
2023-04-26 | Remove e_old.c again | Theo Buehler |
2023-04-25 | Reinstate e_old.c it is still used by -portable | Theo Buehler |
2023-04-25 | e_old can also go | Theo Buehler |
2023-04-25 | Move truncated sha-2 and sha3 out of #ifdef wrappers | Theo Buehler |
2023-04-25 | Remove X9.31 support | Theo Buehler |
2023-04-25 | Wire up truncated SHA-2, SHA-3 and related things | Theo Buehler |
2023-04-16 | Provide EVP methods for SHA3 224/256/384/512. | Joel Sing |
2023-04-16 | Provide EVP methods for SHA512/224 and SHA512/256. | Joel Sing |
2023-04-09 | Provide and use sha{224,384}_{update,final} functions. | Joel Sing |
2023-04-09 | Rename SHA functions to have sha{1,224,256,384,512}_ prefix. | Joel Sing |
2023-03-10 | Expose the EVP_CIPHER_meth_* API (setter only) in evp.h | Theo Buehler |
2023-03-01 | Convert EVP_CIPHER_meth_dup() to using calloc() | Theo Buehler |
2023-03-01 | Make cipher_method_lib.c compile with LibreSSL | Theo Buehler |
2023-03-01 | Add EVP_CIPHER_meth_* prototypes to evp.h | Theo Buehler |
2023-03-01 | Make the cleanup() method return an int again | Theo Buehler |
2023-03-01 | Fix line wrapping of function pointer arguments | Theo Buehler |
2023-03-01 | First KNF approximation as per knfmt(1) | Theo Buehler |
2023-03-01 | Drop the EVP_CIPHER_METH_get_* functions | Theo Buehler |
2023-03-01 | Add RCS tag | Theo Buehler |
2023-03-01 | Revert OpenSSL commit aa6bb135 | Theo Buehler |
2023-03-01 | libcrypto: import a copy of OpenSSL 1.1's cmeth_lib.c | Theo Buehler |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-11-26 | Make header guards of internal headers consistent | Theo Buehler |
2022-11-26 | Make internal header file names consistent | Theo Buehler |
2022-11-18 | Change the pkey.ptr from char * to void * | Theo Buehler |
2022-11-13 | Expose various EVP hooks for Ed25519 and X25519 | Theo Buehler |
2022-11-10 | Implement EVP interfaces for Ed25519 and X25519. | Joel Sing |
2022-11-10 | Provide digestsign/digestverify hooks for EVP_PKEY_METHOD. | Joel Sing |
2022-11-10 | Port EVP raw key API from OpenSSL. | Joel Sing |
2022-11-09 | Fix up indentation for EVP_PKEY_* defines. | Joel Sing |
2022-11-09 | Clean up EVP_PKEY_METHOD related tables and code. | Joel Sing |