summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBenjamin Kaduk <bkaduk@akamai.com>2018-01-26 09:23:57 -0600
committerBenjamin Kaduk <bkaduk@akamai.com>2018-01-26 09:23:57 -0600
commitcf8e9233f0139f8ebacbfd4fa34ccf410ec8430c (patch)
treee2d1268bd4aff61243e1c60520575cddd7394d02 /test
parent36c91d13d1272f90a722a67a2ded97706fdff102 (diff)
Catch some more old sigalg names in comments
Make the sigalg name in comments reflect one that actually exists in the draft standard. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5174)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/70-test_sslsigalgs.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/70-test_sslsigalgs.t b/test/recipes/70-test_sslsigalgs.t
index d1ed6ec7f4..35531c634b 100644
--- a/test/recipes/70-test_sslsigalgs.t
+++ b/test/recipes/70-test_sslsigalgs.t
@@ -169,7 +169,7 @@ SKIP: {
ok(TLSProxy::Message->success, "PSS only sigalgs in TLSv1.2");
#Test 14: Responding with a sig alg we did not send in TLSv1.2 should fail
- # We send rsa_pkcs1_sha256 and respond with rsa_pss_sha256
+ # We send rsa_pkcs1_sha256 and respond with rsa_pss_rsae_sha256
# TODO(TLS1.3): Add a similar test to the TLSv1.3 section above
# when we have an API capable of configuring the TLSv1.3 sig algs
$proxy->clear();