summaryrefslogtreecommitdiff
path: root/tests/ssl_gtests
diff options
context:
space:
mode:
authorKevin Jacobs <kjacobs@mozilla.com>2019-10-16 18:18:35 +0000
committerKevin Jacobs <kjacobs@mozilla.com>2019-10-16 18:18:35 +0000
commit12f24624250b1dff9c0225b3d9f57ad72ca2f9ca (patch)
treef26b217fbe96bf266e9e8605e5f263d1c8fc6e9e /tests/ssl_gtests
parent0322069ba6ff88ba5cd9498479979d1067529ae4 (diff)
downloadnss-hg-12f24624250b1dff9c0225b3d9f57ad72ca2f9ca.tar.gz
Bug 1588244 - SSLExp_DelegateCredential to support 'rsaEncryption' end-entity certs with default scheme override r=mt
If an end-entity cert has an SPKI type of 'rsaEncryption', override the DC alg to be `ssl_sig_rsa_pss_rsae_sha256`. Differential Revision: https://phabricator.services.mozilla.com/D49176
Diffstat (limited to 'tests/ssl_gtests')
-rwxr-xr-xtests/ssl_gtests/ssl_gtests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ssl_gtests/ssl_gtests.sh b/tests/ssl_gtests/ssl_gtests.sh
index d3a10303e..b5e90b1d0 100755
--- a/tests/ssl_gtests/ssl_gtests.sh
+++ b/tests/ssl_gtests/ssl_gtests.sh
@@ -58,6 +58,7 @@ ssl_gtest_certs() {
make_cert ecdh_rsa ecdh_rsa kex
make_cert dsa dsa sign
make_cert delegator_ecdsa256 delegator_p256 sign
+ make_cert delegator_rsae2048 delegator_rsae2048 sign
}
############################## ssl_gtest_init ##########################