diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-06-15 17:58:08 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-06-15 17:58:08 +0000 |
commit | 236c4c2352875850cf14be4f7d82e23a14ff4e0a (patch) | |
tree | 458b990cbad3ab61cfc0fe1730a72f7935481c12 /lib | |
parent | f0bbb9f4779cdd9efc32bdaf1f987b5bc94e677f (diff) |
Add RSA with the sha3s to obj_xref.txt
ok jsing
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/objects/obj_xref.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libcrypto/objects/obj_xref.txt b/lib/libcrypto/objects/obj_xref.txt index 955977fc21e..712b21a08e0 100644 --- a/lib/libcrypto/objects/obj_xref.txt +++ b/lib/libcrypto/objects/obj_xref.txt @@ -15,6 +15,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. rsassaPss undef rsaEncryption |