diff options
author | Shane Lontis <shane.lontis@oracle.com> | 2019-08-20 00:54:41 +0200 |
---|---|---|
committer | Shane Lontis <shane.lontis@oracle.com> | 2019-08-20 00:54:41 +0200 |
commit | 3bfe9005e5ae0b513bf5f449d6cf558f9b4d9e1f (patch) | |
tree | dbdfca3362d551abc73fc9219fbc456b97664bd7 /test/recipes/30-test_evp_data | |
parent | Get rid of using deprecated function isascii (diff) | |
download | openssl-3bfe9005e5ae0b513bf5f449d6cf558f9b4d9e1f.tar.xz openssl-3bfe9005e5ae0b513bf5f449d6cf558f9b4d9e1f.zip |
Add aes_ccm to provider
Add Cleanups for gcm - based on the changes to ccm.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Patrick Steuer <patrick.steuer@de.ibm.com>
(Merged from https://github.com/openssl/openssl/pull/9280)
Diffstat (limited to 'test/recipes/30-test_evp_data')
-rw-r--r-- | test/recipes/30-test_evp_data/evpciph.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/recipes/30-test_evp_data/evpciph.txt b/test/recipes/30-test_evp_data/evpciph.txt index 182c456896..4bff1c2dbf 100644 --- a/test/recipes/30-test_evp_data/evpciph.txt +++ b/test/recipes/30-test_evp_data/evpciph.txt @@ -2371,6 +2371,7 @@ Title = ARIA CCM test vectors from IETF draft-ietf-avtcore-aria-srtp-02 # 16-byte Tag Cipher = ARIA-128-CCM +Availablein = default Key = 974bee725d44fc3992267b284c3c6750 IV = 000020e8f5eb00000000315e AAD = 8008315ebf2e6fe020e8f5eb @@ -2379,6 +2380,7 @@ Plaintext = f57af5fd4ae19562976ec57a5a7ad55a5af5c5e5c5fdf5c55ad57a4a7272d57262e9 Ciphertext = 621e408a2e455505b39f704dcbac4307daabbd6d670abc4e42f2fd2fca263f094f4683e6fb0b10c5093d42b69dce0ba546520e7c4400975713f3bde93ef131160b9cbcd6df78a1502be7c6ea8d395b9ed0078819c3105c0ab92cb67b16ba51bb1f53508738bf7a37c9a905439b88b7af9d51a407916fdfea8d43bf253721846dc1671391225fc58d9d0693c8ade6a4ffb034ee6543dd4e651b7a084eae60f855 Cipher = ARIA-256-CCM +Availablein = default Key = 0c5ffd37a11edc42c325287fc0604f2e3e8cd5671a00fe3216aa5eb105783b54 IV = 000020e8f5eb00000000315e AAD = 8008315ebf2e6fe020e8f5eb @@ -2389,6 +2391,7 @@ Ciphertext = ff78128ee18ee3cb9fb0d20726a017ff67fbd09d3a4c38aa32f6d306d3fdda378e4 # 8-byte Tag Cipher = ARIA-128-CCM +Availablein = default Key = 974bee725d44fc3992267b284c3c6750 IV = 000020e8f5eb00000000315e AAD = 8008315ebf2e6fe020e8f5eb @@ -2397,6 +2400,7 @@ Plaintext = f57af5fd4ae19562976ec57a5a7ad55a5af5c5e5c5fdf5c55ad57a4a7272d57262e9 Ciphertext = 621e408a2e455505b39f704dcbac4307daabbd6d670abc4e42f2fd2fca263f094f4683e6fb0b10c5093d42b69dce0ba546520e7c4400975713f3bde93ef131160b9cbcd6df78a1502be7c6ea8d395b9ed0078819c3105c0ab92cb67b16ba51bb1f53508738bf7a37c9a905439b88b7af9d51a407916fdfea8d43bf253721846dc1671391225fc58d9d0693c8ade6a4ffb034ee6543dd4e651b7a084eae60f855 Cipher = ARIA-256-CCM +Availablein = default Key = 0c5ffd37a11edc42c325287fc0604f2e3e8cd5671a00fe3216aa5eb105783b54 IV = 000020e8f5eb00000000315e AAD = 8008315ebf2e6fe020e8f5eb @@ -2407,6 +2411,7 @@ Ciphertext = ff78128ee18ee3cb9fb0d20726a017ff67fbd09d3a4c38aa32f6d306d3fdda378e4 # 12-byte Tag Cipher = ARIA-128-CCM +Availablein = default Key = 974bee725d44fc3992267b284c3c6750 IV = 000020e8f5eb00000000315e AAD = 8008315ebf2e6fe020e8f5eb @@ -2415,6 +2420,7 @@ Plaintext = f57af5fd4ae19562976ec57a5a7ad55a5af5c5e5c5fdf5c55ad57a4a7272d57262e9 Ciphertext = 621e408a2e455505b39f704dcbac4307daabbd6d670abc4e42f2fd2fca263f094f4683e6fb0b10c5093d42b69dce0ba546520e7c4400975713f3bde93ef131160b9cbcd6df78a1502be7c6ea8d395b9ed0078819c3105c0ab92cb67b16ba51bb1f53508738bf7a37c9a905439b88b7af9d51a407916fdfea8d43bf253721846dc1671391225fc58d9d0693c8ade6a4ffb034ee6543dd4e651b7a084eae60f855 Cipher = ARIA-256-CCM +Availablein = default Key = 0c5ffd37a11edc42c325287fc0604f2e3e8cd5671a00fe3216aa5eb105783b54 IV = 000020e8f5eb00000000315e AAD = 8008315ebf2e6fe020e8f5eb |