summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2023-06-15 17:58:07 +0000
committertb <>2023-06-15 17:58:07 +0000
commit752115024c668f7069f2a5b650664903ec775fb1 (patch)
tree3692c8a280e7ebe51c5cc6df330d84723fe71165
parentbd288c529bf066c47fdb8df314043440d9a0c50f (diff)
downloadopenbsd-752115024c668f7069f2a5b650664903ec775fb1.tar.gz
openbsd-752115024c668f7069f2a5b650664903ec775fb1.tar.bz2
openbsd-752115024c668f7069f2a5b650664903ec775fb1.zip
Add RSA with the sha3s to obj_xref.txt
ok jsing
-rw-r--r--src/lib/libcrypto/objects/obj_xref.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/libcrypto/objects/obj_xref.txt b/src/lib/libcrypto/objects/obj_xref.txt
index 955977fc21..712b21a08e 100644
--- a/src/lib/libcrypto/objects/obj_xref.txt
+++ b/src/lib/libcrypto/objects/obj_xref.txt
@@ -15,6 +15,10 @@ sha512WithRSAEncryption sha512 rsaEncryption
15sha224WithRSAEncryption sha224 rsaEncryption 15sha224WithRSAEncryption sha224 rsaEncryption
16mdc2WithRSA mdc2 rsaEncryption 16mdc2WithRSA mdc2 rsaEncryption
17ripemd160WithRSA ripemd160 rsaEncryption 17ripemd160WithRSA ripemd160 rsaEncryption
18RSA_SHA3_224 sha3_224 rsaEncryption
19RSA_SHA3_256 sha3_256 rsaEncryption
20RSA_SHA3_384 sha3_384 rsaEncryption
21RSA_SHA3_512 sha3_512 rsaEncryption
18# For PSS the digest algorithm can vary and depends on the included 22# For PSS the digest algorithm can vary and depends on the included
19# AlgorithmIdentifier. 23# AlgorithmIdentifier.
20rsassaPss undef rsaEncryption 24rsassaPss undef rsaEncryption