diff options
Diffstat (limited to 'src/lib/libcrypto/objects/objects.txt')
-rw-r--r-- | src/lib/libcrypto/objects/objects.txt | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/src/lib/libcrypto/objects/objects.txt b/src/lib/libcrypto/objects/objects.txt index 50e9031e61..2635c4e667 100644 --- a/src/lib/libcrypto/objects/objects.txt +++ b/src/lib/libcrypto/objects/objects.txt | |||
@@ -63,6 +63,11 @@ 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 | ||
66 | 71 | ||
67 | pkcs 3 : pkcs3 | 72 | pkcs 3 : pkcs3 |
68 | pkcs3 1 : : dhKeyAgreement | 73 | pkcs3 1 : : dhKeyAgreement |
@@ -341,9 +346,9 @@ id-pe 3 : qcStatements | |||
341 | id-pe 4 : ac-auditEntity | 346 | id-pe 4 : ac-auditEntity |
342 | id-pe 5 : ac-targeting | 347 | id-pe 5 : ac-targeting |
343 | id-pe 6 : aaControls | 348 | id-pe 6 : aaControls |
344 | id-pe 7 : sbqp-ipAddrBlock | 349 | id-pe 7 : sbgp-ipAddrBlock |
345 | id-pe 8 : sbqp-autonomousSysNum | 350 | id-pe 8 : sbgp-autonomousSysNum |
346 | id-pe 9 : sbqp-routerIdentifier | 351 | id-pe 9 : sbgp-routerIdentifier |
347 | id-pe 10 : ac-proxying | 352 | id-pe 10 : ac-proxying |
348 | !Cname sinfo-access | 353 | !Cname sinfo-access |
349 | id-pe 11 : subjectInfoAccess : Subject Information Access | 354 | id-pe 11 : subjectInfoAccess : Subject Information Access |
@@ -584,6 +589,8 @@ id-ce 21 : CRLReason : X509v3 CRL Reason Code | |||
584 | id-ce 24 : invalidityDate : Invalidity Date | 589 | id-ce 24 : invalidityDate : Invalidity Date |
585 | !Cname delta-crl | 590 | !Cname delta-crl |
586 | id-ce 27 : deltaCRL : X509v3 Delta CRL Indicator | 591 | id-ce 27 : deltaCRL : X509v3 Delta CRL Indicator |
592 | !Cname name-constraints | ||
593 | id-ce 30 : nameConstraints : X509v3 Name Constraints | ||
587 | !Cname crl-distribution-points | 594 | !Cname crl-distribution-points |
588 | id-ce 31 : crlDistributionPoints : X509v3 CRL Distribution Points | 595 | id-ce 31 : crlDistributionPoints : X509v3 CRL Distribution Points |
589 | !Cname certificate-policies | 596 | !Cname certificate-policies |
@@ -703,6 +710,13 @@ aes 44 : AES-256-CFB : aes-256-cfb | |||
703 | : DES-EDE3-CFB1 : des-ede3-cfb1 | 710 | : DES-EDE3-CFB1 : des-ede3-cfb1 |
704 | : DES-EDE3-CFB8 : des-ede3-cfb8 | 711 | : DES-EDE3-CFB8 : des-ede3-cfb8 |
705 | 712 | ||
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 | |||
706 | # Hold instruction CRL entry extension | 720 | # Hold instruction CRL entry extension |
707 | !Cname hold-instruction-code | 721 | !Cname hold-instruction-code |
708 | id-ce 23 : holdInstructionCode : Hold Instruction Code | 722 | id-ce 23 : holdInstructionCode : Hold Instruction Code |