summaryrefslogtreecommitdiff
path: root/tests/ssl_gtests
diff options
context:
space:
mode:
authorKevin Jacobs <kjacobs@mozilla.com>2020-03-16 22:06:14 +0000
committerKevin Jacobs <kjacobs@mozilla.com>2020-03-16 22:06:14 +0000
commit6ea4341163d6bd979283116d880e92ea55709e2e (patch)
tree2a7b4d53429d2cd57714986b56cd5c932c06db96 /tests/ssl_gtests
parentc1c2a24c1d88caf6d7758449955820970c305bd0 (diff)
downloadnss-hg-6ea4341163d6bd979283116d880e92ea55709e2e.tar.gz
Bug 1617968 - Update Delegated Credentials implementation to draft-07 r=mt
Remove support for RSAE in delegated credentials (both in DC signatures and SPKIs), add SignatureScheme list functionality to initial DC extension. Differential Revision: https://phabricator.services.mozilla.com/D65252
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 b5e90b1d0..1783ef436 100755
--- a/tests/ssl_gtests/ssl_gtests.sh
+++ b/tests/ssl_gtests/ssl_gtests.sh
@@ -59,6 +59,7 @@ ssl_gtest_certs() {
make_cert dsa dsa sign
make_cert delegator_ecdsa256 delegator_p256 sign
make_cert delegator_rsae2048 delegator_rsae2048 sign
+ make_cert delegator_rsa_pss2048 delegator_rsa_pss2048 sign
}
############################## ssl_gtest_init ##########################