diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2010-10-01 22:54:09 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2010-10-01 22:54:09 +0000 |
commit | 5cb281961dd2ae3733afa8493a481995da16a129 (patch) | |
tree | 44eb3bbcfc2cd03962b17e5a6ea0972119ddd550 /lib | |
parent | c579f6705f50e867d7181f48d1e572d169c4ab23 (diff) |
import OpenSSL-1.0.0a
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/src/crypto/objects/obj_xref.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libssl/src/crypto/objects/obj_xref.txt b/lib/libssl/src/crypto/objects/obj_xref.txt index cb917182ee2..e45b3d34b9b 100644 --- a/lib/libssl/src/crypto/objects/obj_xref.txt +++ b/lib/libssl/src/crypto/objects/obj_xref.txt @@ -13,10 +13,6 @@ sha512WithRSAEncryption sha512 rsaEncryption sha224WithRSAEncryption sha224 rsaEncryption mdc2WithRSA mdc2 rsaEncryption ripemd160WithRSA ripemd160 rsaEncryption -# For PSS the digest algorithm can vary and depends on the included -# AlgorithmIdentifier. The digest "undef" indicates the public key -# method should handle this explicitly. -rsassaPss undef rsaEncryption # Alternative deprecated OIDs. By using the older "rsa" OID this # type will be recognized by not normally used. |