diff options
author | Matt Caswell <matt@openssl.org> | 2019-10-01 10:40:57 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2019-11-14 10:29:46 +0100 |
commit | 2c938e2ee8b420e3a1260a2446f3f820f01e71d5 (patch) | |
tree | 5370007a48ceab27d4bfd40dea8eede840491371 /crypto/err/openssl.txt | |
parent | Allow strings in params to be of zero length (diff) | |
download | openssl-2c938e2ee8b420e3a1260a2446f3f820f01e71d5.tar.xz openssl-2c938e2ee8b420e3a1260a2446f3f820f01e71d5.zip |
Implement provider support for Asym Ciphers
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10152)
Diffstat (limited to 'crypto/err/openssl.txt')
-rw-r--r-- | crypto/err/openssl.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/err/openssl.txt b/crypto/err/openssl.txt index f3fb8a55d9..9c0f94413a 100644 --- a/crypto/err/openssl.txt +++ b/crypto/err/openssl.txt @@ -2695,6 +2695,7 @@ PROV_R_INVALID_DIGEST:122:invalid digest PROV_R_INVALID_ITERATION_COUNT:123:invalid iteration count PROV_R_INVALID_IVLEN:116:invalid ivlen PROV_R_INVALID_IV_LENGTH:109:invalid iv length +PROV_R_INVALID_KEY:158:invalid key PROV_R_INVALID_KEYLEN:117:invalid keylen PROV_R_INVALID_KEY_LEN:124:invalid key len PROV_R_INVALID_KEY_LENGTH:105:invalid key length |