diff options
Diffstat (limited to 'src/lib/libcrypto/objects/objects.txt')
-rw-r--r-- | src/lib/libcrypto/objects/objects.txt | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/src/lib/libcrypto/objects/objects.txt b/src/lib/libcrypto/objects/objects.txt index 2635c4e667..50e9031e61 100644 --- a/src/lib/libcrypto/objects/objects.txt +++ b/src/lib/libcrypto/objects/objects.txt | |||
@@ -63,11 +63,6 @@ pkcs1 2 : RSA-MD2 : md2WithRSAEncryption | |||
63 | pkcs1 3 : RSA-MD4 : md4WithRSAEncryption | 63 | pkcs1 3 : RSA-MD4 : md4WithRSAEncryption |
64 | pkcs1 4 : RSA-MD5 : md5WithRSAEncryption | 64 | pkcs1 4 : RSA-MD5 : md5WithRSAEncryption |
65 | pkcs1 5 : RSA-SHA1 : sha1WithRSAEncryption | 65 | pkcs1 5 : RSA-SHA1 : sha1WithRSAEncryption |
66 | # According to PKCS #1 version 2.1 | ||
67 | pkcs1 11 : RSA-SHA256 : sha256WithRSAEncryption | ||
68 | pkcs1 12 : RSA-SHA384 : sha384WithRSAEncryption | ||
69 | pkcs1 13 : RSA-SHA512 : sha512WithRSAEncryption | ||
70 | pkcs1 14 : RSA-SHA224 : sha224WithRSAEncryption | ||
71 | 66 | ||
72 | pkcs 3 : pkcs3 | 67 | pkcs 3 : pkcs3 |
73 | pkcs3 1 : : dhKeyAgreement | 68 | pkcs3 1 : : dhKeyAgreement |
@@ -346,9 +341,9 @@ id-pe 3 : qcStatements | |||
346 | id-pe 4 : ac-auditEntity | 341 | id-pe 4 : ac-auditEntity |
347 | id-pe 5 : ac-targeting | 342 | id-pe 5 : ac-targeting |
348 | id-pe 6 : aaControls | 343 | id-pe 6 : aaControls |
349 | id-pe 7 : sbgp-ipAddrBlock | 344 | id-pe 7 : sbqp-ipAddrBlock |
350 | id-pe 8 : sbgp-autonomousSysNum | 345 | id-pe 8 : sbqp-autonomousSysNum |
351 | id-pe 9 : sbgp-routerIdentifier | 346 | id-pe 9 : sbqp-routerIdentifier |
352 | id-pe 10 : ac-proxying | 347 | id-pe 10 : ac-proxying |
353 | !Cname sinfo-access | 348 | !Cname sinfo-access |
354 | id-pe 11 : subjectInfoAccess : Subject Information Access | 349 | id-pe 11 : subjectInfoAccess : Subject Information Access |
@@ -589,8 +584,6 @@ id-ce 21 : CRLReason : X509v3 CRL Reason Code | |||
589 | id-ce 24 : invalidityDate : Invalidity Date | 584 | id-ce 24 : invalidityDate : Invalidity Date |
590 | !Cname delta-crl | 585 | !Cname delta-crl |
591 | id-ce 27 : deltaCRL : X509v3 Delta CRL Indicator | 586 | id-ce 27 : deltaCRL : X509v3 Delta CRL Indicator |
592 | !Cname name-constraints | ||
593 | id-ce 30 : nameConstraints : X509v3 Name Constraints | ||
594 | !Cname crl-distribution-points | 587 | !Cname crl-distribution-points |
595 | id-ce 31 : crlDistributionPoints : X509v3 CRL Distribution Points | 588 | id-ce 31 : crlDistributionPoints : X509v3 CRL Distribution Points |
596 | !Cname certificate-policies | 589 | !Cname certificate-policies |
@@ -710,13 +703,6 @@ aes 44 : AES-256-CFB : aes-256-cfb | |||
710 | : DES-EDE3-CFB1 : des-ede3-cfb1 | 703 | : DES-EDE3-CFB1 : des-ede3-cfb1 |
711 | : DES-EDE3-CFB8 : des-ede3-cfb8 | 704 | : DES-EDE3-CFB8 : des-ede3-cfb8 |
712 | 705 | ||
713 | # OIDs for SHA224, SHA256, SHA385 and SHA512, according to x9.84. | ||
714 | !Alias nist_hashalgs nistAlgorithms 2 | ||
715 | nist_hashalgs 1 : SHA256 : sha256 | ||
716 | nist_hashalgs 2 : SHA384 : sha384 | ||
717 | nist_hashalgs 3 : SHA512 : sha512 | ||
718 | nist_hashalgs 4 : SHA224 : sha224 | ||
719 | |||
720 | # Hold instruction CRL entry extension | 706 | # Hold instruction CRL entry extension |
721 | !Cname hold-instruction-code | 707 | !Cname hold-instruction-code |
722 | id-ce 23 : holdInstructionCode : Hold Instruction Code | 708 | id-ce 23 : holdInstructionCode : Hold Instruction Code |