summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-06-15 16:58:38 +0000
committertb <>2023-06-15 16:58:38 +0000
commit811e3ee1542ee441922d956352f01f82fccf5d7b (patch)
treeb98c298226ea919d3af6f2ae7bc509aac96059b6 /src
parent75e8ef4e0868cb20c6c917b5ab76034652b5b199 (diff)
downloadopenbsd-811e3ee1542ee441922d956352f01f82fccf5d7b.tar.gz
openbsd-811e3ee1542ee441922d956352f01f82fccf5d7b.tar.bz2
openbsd-811e3ee1542ee441922d956352f01f82fccf5d7b.zip
Add Ed25519 to the obj_xref table.
Also move part of for RSA-PSS to the top since it doesn't only apply to RSA-PSS.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/objects/obj_xref.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/libcrypto/objects/obj_xref.txt b/src/lib/libcrypto/objects/obj_xref.txt
index e874611a44..955977fc21 100644
--- a/src/lib/libcrypto/objects/obj_xref.txt
+++ b/src/lib/libcrypto/objects/obj_xref.txt
@@ -1,6 +1,8 @@
1# OID cross reference table. 1# OID cross reference table.
2# Links signatures OIDs to their corresponding public key algorithms 2# Links signatures OIDs to their corresponding public key algorithms
3# and digests. 3# and digests. The digest "undef" indicates the public key's ASN.1
4# method should handle AlgorithmIdentifiers and (at least part of) the
5# message digest explicitly.
4 6
5md2WithRSAEncryption md2 rsaEncryption 7md2WithRSAEncryption md2 rsaEncryption
6md5WithRSAEncryption md5 rsaEncryption 8md5WithRSAEncryption md5 rsaEncryption
@@ -14,10 +16,11 @@ sha224WithRSAEncryption sha224 rsaEncryption
14mdc2WithRSA mdc2 rsaEncryption 16mdc2WithRSA mdc2 rsaEncryption
15ripemd160WithRSA ripemd160 rsaEncryption 17ripemd160WithRSA ripemd160 rsaEncryption
16# For PSS the digest algorithm can vary and depends on the included 18# For PSS the digest algorithm can vary and depends on the included
17# AlgorithmIdentifier. The digest "undef" indicates the public key 19# AlgorithmIdentifier.
18# method should handle this explicitly.
19rsassaPss undef rsaEncryption 20rsassaPss undef rsaEncryption
20 21
22Ed25519 undef Ed25519
23
21# Alternative deprecated OIDs. By using the older "rsa" OID this 24# Alternative deprecated OIDs. By using the older "rsa" OID this
22# type will be recognized by not normally used. 25# type will be recognized by not normally used.
23 26