diff options
author | Richard Levitte <levitte@openssl.org> | 2024-07-25 12:34:06 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2024-08-27 13:56:28 +0200 |
commit | 258aaa97b86aab7fef3c6170d59053842ce2e253 (patch) | |
tree | 47848ca62fcac340e6fbab9bda73118c65b3f400 /crypto/err | |
parent | fix: in RC2 implementation, handle both old and new AID.params keys (diff) | |
download | openssl-258aaa97b86aab7fef3c6170d59053842ce2e253.tar.xz openssl-258aaa97b86aab7fef3c6170d59053842ce2e253.zip |
feat: Implement EVP_CIPHER_CTX_{set,get}_algor_params() and EVP_CIPHER_CTX_get_algor()
EVP_CIPHER_CTX_set_algor_params() and EVP_CIPHER_CTX_set_algor_params() can
be used instead of EVP_CIPHER_asn1_to_param() and EVP_CIPHER_param_to_asn1().
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25000)
Diffstat (limited to 'crypto/err')
-rw-r--r-- | crypto/err/openssl.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/err/openssl.txt b/crypto/err/openssl.txt index 88830a3cd2..007db19b76 100644 --- a/crypto/err/openssl.txt +++ b/crypto/err/openssl.txt @@ -739,6 +739,8 @@ EVP_R_EXPECTING_A_POLY1305_KEY:164:expecting a poly1305 key EVP_R_EXPECTING_A_SIPHASH_KEY:175:expecting a siphash key EVP_R_FINAL_ERROR:188:final error EVP_R_GENERATE_ERROR:214:generate error +EVP_R_GETTING_ALGORITHMIDENTIFIER_NOT_SUPPORTED:229:\ + getting AlgorithmIdentifier not supported EVP_R_GET_RAW_KEY_FAILED:182:get raw key failed EVP_R_ILLEGAL_SCRYPT_PARAMETERS:171:illegal scrypt parameters EVP_R_INACCESSIBLE_DOMAIN_PARAMETERS:204:inaccessible domain parameters |