aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/suites/test_rsa.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2016-09-22 08:50:43 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2016-09-22 17:34:31 +0200
commit40f2589abfc8959fee01cad41ab94b840bcbfeb4 (patch)
tree3a346a7cbeea200af1ba20265bcbc0ff1b7e5482 /src/libstrongswan/tests/suites/test_rsa.c
parentc54d1ef12cfd6082356970ec08b3982938919f19 (diff)
downloadstrongswan-40f2589abfc8.tar.bz2
strongswan-40f2589abfc8.tar.xz
gmp: Support of SHA-3 RSA signatures
Diffstat (limited to 'src/libstrongswan/tests/suites/test_rsa.c')
-rw-r--r--src/libstrongswan/tests/suites/test_rsa.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libstrongswan/tests/suites/test_rsa.c b/src/libstrongswan/tests/suites/test_rsa.c
index 2c1c6fb8d..41e783521 100644
--- a/src/libstrongswan/tests/suites/test_rsa.c
+++ b/src/libstrongswan/tests/suites/test_rsa.c
@@ -24,10 +24,10 @@ static signature_scheme_t schemes[] = {
SIGN_RSA_EMSA_PKCS1_NULL,
SIGN_RSA_EMSA_PKCS1_MD5,
SIGN_RSA_EMSA_PKCS1_SHA1,
- SIGN_RSA_EMSA_PKCS1_SHA224,
- SIGN_RSA_EMSA_PKCS1_SHA256,
- SIGN_RSA_EMSA_PKCS1_SHA384,
- SIGN_RSA_EMSA_PKCS1_SHA512,
+ SIGN_RSA_EMSA_PKCS1_SHA2_224,
+ SIGN_RSA_EMSA_PKCS1_SHA2_256,
+ SIGN_RSA_EMSA_PKCS1_SHA2_384,
+ SIGN_RSA_EMSA_PKCS1_SHA2_512,
};
/**