summaryrefslogtreecommitdiffstats
path: root/crypto/objects/obj_xref.txt
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2017-09-10 21:41:14 +0200
committerAndy Polyakov <appro@openssl.org>2017-09-11 22:18:14 +0200
commitb290bac18278832a11790d2cf5df085ffd3cdb69 (patch)
tree8ee8d051bba59e0ab312a2699c8f70207ae17cf8 /crypto/objects/obj_xref.txt
parentf9f3e175336bd5d6ae109c103b1646efd6b85c6e (diff)
objects/obj_xref.txt: cross-reference SHA3 and rsaEncryption.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/objects/obj_xref.txt')
-rw-r--r--crypto/objects/obj_xref.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/objects/obj_xref.txt b/crypto/objects/obj_xref.txt
index c36695c9ab..c8dee7b880 100644
--- a/crypto/objects/obj_xref.txt
+++ b/crypto/objects/obj_xref.txt
@@ -13,6 +13,10 @@ sha512WithRSAEncryption sha512 rsaEncryption
sha224WithRSAEncryption sha224 rsaEncryption
mdc2WithRSA mdc2 rsaEncryption
ripemd160WithRSA ripemd160 rsaEncryption
+RSA_SHA3_224 sha3_224 rsaEncryption
+RSA_SHA3_256 sha3_256 rsaEncryption
+RSA_SHA3_384 sha3_384 rsaEncryption
+RSA_SHA3_512 sha3_512 rsaEncryption
# For PSS the digest algorithm can vary and depends on the included
# AlgorithmIdentifier. The digest "undef" indicates the public key
# method should handle this explicitly.