diff options
Diffstat (limited to 'src/lib/libcrypto/objects/objects.txt')
-rw-r--r-- | src/lib/libcrypto/objects/objects.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/lib/libcrypto/objects/objects.txt b/src/lib/libcrypto/objects/objects.txt index 3ba11f65cc..50e9031e61 100644 --- a/src/lib/libcrypto/objects/objects.txt +++ b/src/lib/libcrypto/objects/objects.txt | |||
@@ -312,6 +312,7 @@ id-pkix 9 : id-pda | |||
312 | id-pkix 10 : id-aca | 312 | id-pkix 10 : id-aca |
313 | id-pkix 11 : id-qcs | 313 | id-pkix 11 : id-qcs |
314 | id-pkix 12 : id-cct | 314 | id-pkix 12 : id-cct |
315 | id-pkix 21 : id-ppl | ||
315 | id-pkix 48 : id-ad | 316 | id-pkix 48 : id-ad |
316 | 317 | ||
317 | # PKIX Modules | 318 | # PKIX Modules |
@@ -346,6 +347,7 @@ id-pe 9 : sbqp-routerIdentifier | |||
346 | id-pe 10 : ac-proxying | 347 | id-pe 10 : ac-proxying |
347 | !Cname sinfo-access | 348 | !Cname sinfo-access |
348 | id-pe 11 : subjectInfoAccess : Subject Information Access | 349 | id-pe 11 : subjectInfoAccess : Subject Information Access |
350 | id-pe 14 : proxyCertInfo : Proxy Certificate Information | ||
349 | 351 | ||
350 | # PKIX policyQualifiers for Internet policy qualifiers | 352 | # PKIX policyQualifiers for Internet policy qualifiers |
351 | id-qt 1 : id-qt-cps : Policy Qualifier CPS | 353 | id-qt 1 : id-qt-cps : Policy Qualifier CPS |
@@ -461,6 +463,11 @@ id-cct 1 : id-cct-crs | |||
461 | id-cct 2 : id-cct-PKIData | 463 | id-cct 2 : id-cct-PKIData |
462 | id-cct 3 : id-cct-PKIResponse | 464 | id-cct 3 : id-cct-PKIResponse |
463 | 465 | ||
466 | # Predefined Proxy Certificate policy languages | ||
467 | id-ppl 0 : id-ppl-anyLanguage : Any language | ||
468 | id-ppl 1 : id-ppl-inheritAll : Inherit all | ||
469 | id-ppl 2 : id-ppl-independent : Independent | ||
470 | |||
464 | # access descriptors for authority info access extension | 471 | # access descriptors for authority info access extension |
465 | !Cname ad-OCSP | 472 | !Cname ad-OCSP |
466 | id-ad 1 : OCSP : OCSP | 473 | id-ad 1 : OCSP : OCSP |
@@ -536,10 +543,12 @@ X509 5 : : serialNumber | |||
536 | X509 6 : C : countryName | 543 | X509 6 : C : countryName |
537 | X509 7 : L : localityName | 544 | X509 7 : L : localityName |
538 | X509 8 : ST : stateOrProvinceName | 545 | X509 8 : ST : stateOrProvinceName |
546 | X509 9 : : streetAddress | ||
539 | X509 10 : O : organizationName | 547 | X509 10 : O : organizationName |
540 | X509 11 : OU : organizationalUnitName | 548 | X509 11 : OU : organizationalUnitName |
541 | X509 12 : : title | 549 | X509 12 : : title |
542 | X509 13 : : description | 550 | X509 13 : : description |
551 | X509 17 : : postalCode | ||
543 | X509 41 : name : name | 552 | X509 41 : name : name |
544 | X509 42 : GN : givenName | 553 | X509 42 : GN : givenName |
545 | X509 43 : : initials | 554 | X509 43 : : initials |
@@ -681,6 +690,19 @@ aes 43 : AES-256-OFB : aes-256-ofb | |||
681 | !Cname aes-256-cfb128 | 690 | !Cname aes-256-cfb128 |
682 | aes 44 : AES-256-CFB : aes-256-cfb | 691 | aes 44 : AES-256-CFB : aes-256-cfb |
683 | 692 | ||
693 | # There are no OIDs for these modes... | ||
694 | |||
695 | : AES-128-CFB1 : aes-128-cfb1 | ||
696 | : AES-192-CFB1 : aes-192-cfb1 | ||
697 | : AES-256-CFB1 : aes-256-cfb1 | ||
698 | : AES-128-CFB8 : aes-128-cfb8 | ||
699 | : AES-192-CFB8 : aes-192-cfb8 | ||
700 | : AES-256-CFB8 : aes-256-cfb8 | ||
701 | : DES-CFB1 : des-cfb1 | ||
702 | : DES-CFB8 : des-cfb8 | ||
703 | : DES-EDE3-CFB1 : des-ede3-cfb1 | ||
704 | : DES-EDE3-CFB8 : des-ede3-cfb8 | ||
705 | |||
684 | # Hold instruction CRL entry extension | 706 | # Hold instruction CRL entry extension |
685 | !Cname hold-instruction-code | 707 | !Cname hold-instruction-code |
686 | id-ce 23 : holdInstructionCode : Hold Instruction Code | 708 | id-ce 23 : holdInstructionCode : Hold Instruction Code |