diff options
author | djm <> | 2012-10-13 21:23:50 +0000 |
---|---|---|
committer | djm <> | 2012-10-13 21:23:50 +0000 |
commit | 228cae30b117c2493f69ad3c195341cd6ec8d430 (patch) | |
tree | 29ff00b10d52c0978077c4fd83c33b065bade73e /src/lib/libcrypto/objects/obj_xref.txt | |
parent | 731838c66b52c0ae5888333005b74115a620aa96 (diff) | |
download | openbsd-228cae30b117c2493f69ad3c195341cd6ec8d430.tar.gz openbsd-228cae30b117c2493f69ad3c195341cd6ec8d430.tar.bz2 openbsd-228cae30b117c2493f69ad3c195341cd6ec8d430.zip |
import OpenSSL-1.0.1c
Diffstat (limited to 'src/lib/libcrypto/objects/obj_xref.txt')
-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 e45b3d34b9..cb917182ee 100644 --- a/src/lib/libcrypto/objects/obj_xref.txt +++ b/src/lib/libcrypto/objects/obj_xref.txt | |||
@@ -13,6 +13,10 @@ sha512WithRSAEncryption sha512 rsaEncryption | |||
13 | sha224WithRSAEncryption sha224 rsaEncryption | 13 | sha224WithRSAEncryption sha224 rsaEncryption |
14 | mdc2WithRSA mdc2 rsaEncryption | 14 | mdc2WithRSA mdc2 rsaEncryption |
15 | ripemd160WithRSA ripemd160 rsaEncryption | 15 | ripemd160WithRSA ripemd160 rsaEncryption |
16 | # For PSS the digest algorithm can vary and depends on the included | ||
17 | # AlgorithmIdentifier. The digest "undef" indicates the public key | ||
18 | # method should handle this explicitly. | ||
19 | rsassaPss undef rsaEncryption | ||
16 | 20 | ||
17 | # Alternative deprecated OIDs. By using the older "rsa" OID this | 21 | # Alternative deprecated OIDs. By using the older "rsa" OID this |
18 | # type will be recognized by not normally used. | 22 | # type will be recognized by not normally used. |