diff options
author | Shane Lontis <shane.lontis@oracle.com> | 2019-09-14 01:27:49 +0200 |
---|---|---|
committer | Shane Lontis <shane.lontis@oracle.com> | 2019-09-14 01:27:49 +0200 |
commit | 3a9f26f3308c5b3e59ec0e589310fd137b0399f6 (patch) | |
tree | 7eee906072dbc4679fbb2007ab8bf14f4ee91637 /test | |
parent | Fix S390X bad size_t that causes memory trash in legacy ciphers (diff) | |
download | openssl-3a9f26f3308c5b3e59ec0e589310fd137b0399f6.tar.xz openssl-3a9f26f3308c5b3e59ec0e589310fd137b0399f6.zip |
Add aes_xts cipher to providers
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9327)
Diffstat (limited to 'test')
-rw-r--r-- | test/recipes/30-test_evp_data/evpciph.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/recipes/30-test_evp_data/evpciph.txt b/test/recipes/30-test_evp_data/evpciph.txt index 28820ecf52..3d7d817bc8 100644 --- a/test/recipes/30-test_evp_data/evpciph.txt +++ b/test/recipes/30-test_evp_data/evpciph.txt @@ -1258,18 +1258,18 @@ Ciphertext = 917cf69ebd68b2ec9b9fe9a3eadda692cd43d2f59598ed858c02c2652fbf922e Result = KEY_SET_ERROR # Using the same key twice for decryption is banned in FIPS mode. -#Cipher = aes-128-xts -#FIPS = YES -#Operation = DECRYPT -#Key = 0000000000000000000000000000000000000000000000000000000000000000 -#IV = 00000000000000000000000000000000 -#Plaintext = 0000000000000000000000000000000000000000000000000000000000000000 -#Ciphertext = 917cf69ebd68b2ec9b9fe9a3eadda692cd43d2f59598ed858c02c2652fbf922e -#Result = KEY_SET_ERROR +Cipher = aes-128-xts +Availablein = fips +Operation = DECRYPT +Key = 0000000000000000000000000000000000000000000000000000000000000000 +IV = 00000000000000000000000000000000 +Plaintext = 0000000000000000000000000000000000000000000000000000000000000000 +Ciphertext = 917cf69ebd68b2ec9b9fe9a3eadda692cd43d2f59598ed858c02c2652fbf922e +Result = KEY_SET_ERROR # Using the same key twice for decryption is allowed outside of FIPS mode. Cipher = aes-128-xts -#FIPS = NO +Availablein = default Operation = DECRYPT Key = 0000000000000000000000000000000000000000000000000000000000000000 IV = 00000000000000000000000000000000 |