summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-06-15 17:58:07 +0000
committertb <>2023-06-15 17:58:07 +0000
commita7509c43dde3cf63e0c43ac129935075bb823087 (patch)
tree3692c8a280e7ebe51c5cc6df330d84723fe71165 /src
parentcad61e5c35fbb484e781c627e9b44ec9605f257b (diff)
downloadopenbsd-a7509c43dde3cf63e0c43ac129935075bb823087.tar.gz
openbsd-a7509c43dde3cf63e0c43ac129935075bb823087.tar.bz2
openbsd-a7509c43dde3cf63e0c43ac129935075bb823087.zip
Add RSA with the sha3s to obj_xref.txt
ok jsing
Diffstat (limited to 'src')
-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