diff options
author | tb <> | 2023-06-15 17:58:07 +0000 |
---|---|---|
committer | tb <> | 2023-06-15 17:58:07 +0000 |
commit | 752115024c668f7069f2a5b650664903ec775fb1 (patch) | |
tree | 3692c8a280e7ebe51c5cc6df330d84723fe71165 | |
parent | bd288c529bf066c47fdb8df314043440d9a0c50f (diff) | |
download | openbsd-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.txt | 4 |
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 | |||
15 | sha224WithRSAEncryption sha224 rsaEncryption | 15 | sha224WithRSAEncryption sha224 rsaEncryption |
16 | mdc2WithRSA mdc2 rsaEncryption | 16 | mdc2WithRSA mdc2 rsaEncryption |
17 | ripemd160WithRSA ripemd160 rsaEncryption | 17 | ripemd160WithRSA ripemd160 rsaEncryption |
18 | RSA_SHA3_224 sha3_224 rsaEncryption | ||
19 | RSA_SHA3_256 sha3_256 rsaEncryption | ||
20 | RSA_SHA3_384 sha3_384 rsaEncryption | ||
21 | RSA_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. |
20 | rsassaPss undef rsaEncryption | 24 | rsassaPss undef rsaEncryption |