diff options
| author | markus <> | 2002-09-05 22:44:52 +0000 |
|---|---|---|
| committer | markus <> | 2002-09-05 22:44:52 +0000 |
| commit | 715a204e4615e4a70a466fcb383a9a57cad5e6b8 (patch) | |
| tree | 2d2e93c4a34d1f7f04aba73706353332d7700641 /src/lib/libcrypto/objects | |
| parent | 15b5d84f9da2ce4bfae8580e56e34a859f74ad71 (diff) | |
| download | openbsd-715a204e4615e4a70a466fcb383a9a57cad5e6b8.tar.gz openbsd-715a204e4615e4a70a466fcb383a9a57cad5e6b8.tar.bz2 openbsd-715a204e4615e4a70a466fcb383a9a57cad5e6b8.zip | |
import openssl-0.9.7-beta3
Diffstat (limited to 'src/lib/libcrypto/objects')
| -rw-r--r-- | src/lib/libcrypto/objects/obj_dat.c | 2 | ||||
| -rw-r--r-- | src/lib/libcrypto/objects/obj_mac.num | 138 | ||||
| -rw-r--r-- | src/lib/libcrypto/objects/objects.txt | 148 |
3 files changed, 287 insertions, 1 deletions
diff --git a/src/lib/libcrypto/objects/obj_dat.c b/src/lib/libcrypto/objects/obj_dat.c index 3ff64bb8d1..02c3719f04 100644 --- a/src/lib/libcrypto/objects/obj_dat.c +++ b/src/lib/libcrypto/objects/obj_dat.c | |||
| @@ -436,7 +436,7 @@ int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name) | |||
| 436 | unsigned long l; | 436 | unsigned long l; |
| 437 | unsigned char *p; | 437 | unsigned char *p; |
| 438 | const char *s; | 438 | const char *s; |
| 439 | char tbuf[32]; | 439 | char tbuf[DECIMAL_SIZE(i)+DECIMAL_SIZE(l)+2]; |
| 440 | 440 | ||
| 441 | if (buf_len <= 0) return(0); | 441 | if (buf_len <= 0) return(0); |
| 442 | 442 | ||
diff --git a/src/lib/libcrypto/objects/obj_mac.num b/src/lib/libcrypto/objects/obj_mac.num index 02b39062fe..1486199661 100644 --- a/src/lib/libcrypto/objects/obj_mac.num +++ b/src/lib/libcrypto/objects/obj_mac.num | |||
| @@ -507,3 +507,141 @@ mime_mhs_bodies 506 | |||
| 507 | id_hex_partial_message 507 | 507 | id_hex_partial_message 507 |
| 508 | id_hex_multipart_message 508 | 508 | id_hex_multipart_message 508 |
| 509 | generationQualifier 509 | 509 | generationQualifier 509 |
| 510 | pseudonym 510 | ||
| 511 | InternationalRA 511 | ||
| 512 | id_set 512 | ||
| 513 | set_ctype 513 | ||
| 514 | set_msgExt 514 | ||
| 515 | set_attr 515 | ||
| 516 | set_policy 516 | ||
| 517 | set_certExt 517 | ||
| 518 | set_brand 518 | ||
| 519 | setct_PANData 519 | ||
| 520 | setct_PANToken 520 | ||
| 521 | setct_PANOnly 521 | ||
| 522 | setct_OIData 522 | ||
| 523 | setct_PI 523 | ||
| 524 | setct_PIData 524 | ||
| 525 | setct_PIDataUnsigned 525 | ||
| 526 | setct_HODInput 526 | ||
| 527 | setct_AuthResBaggage 527 | ||
| 528 | setct_AuthRevReqBaggage 528 | ||
| 529 | setct_AuthRevResBaggage 529 | ||
| 530 | setct_CapTokenSeq 530 | ||
| 531 | setct_PInitResData 531 | ||
| 532 | setct_PI_TBS 532 | ||
| 533 | setct_PResData 533 | ||
| 534 | setct_AuthReqTBS 534 | ||
| 535 | setct_AuthResTBS 535 | ||
| 536 | setct_AuthResTBSX 536 | ||
| 537 | setct_AuthTokenTBS 537 | ||
| 538 | setct_CapTokenData 538 | ||
| 539 | setct_CapTokenTBS 539 | ||
| 540 | setct_AcqCardCodeMsg 540 | ||
| 541 | setct_AuthRevReqTBS 541 | ||
| 542 | setct_AuthRevResData 542 | ||
| 543 | setct_AuthRevResTBS 543 | ||
| 544 | setct_CapReqTBS 544 | ||
| 545 | setct_CapReqTBSX 545 | ||
| 546 | setct_CapResData 546 | ||
| 547 | setct_CapRevReqTBS 547 | ||
| 548 | setct_CapRevReqTBSX 548 | ||
| 549 | setct_CapRevResData 549 | ||
| 550 | setct_CredReqTBS 550 | ||
| 551 | setct_CredReqTBSX 551 | ||
| 552 | setct_CredResData 552 | ||
| 553 | setct_CredRevReqTBS 553 | ||
| 554 | setct_CredRevReqTBSX 554 | ||
| 555 | setct_CredRevResData 555 | ||
| 556 | setct_PCertReqData 556 | ||
| 557 | setct_PCertResTBS 557 | ||
| 558 | setct_BatchAdminReqData 558 | ||
| 559 | setct_BatchAdminResData 559 | ||
| 560 | setct_CardCInitResTBS 560 | ||
| 561 | setct_MeAqCInitResTBS 561 | ||
| 562 | setct_RegFormResTBS 562 | ||
| 563 | setct_CertReqData 563 | ||
| 564 | setct_CertReqTBS 564 | ||
| 565 | setct_CertResData 565 | ||
| 566 | setct_CertInqReqTBS 566 | ||
| 567 | setct_ErrorTBS 567 | ||
| 568 | setct_PIDualSignedTBE 568 | ||
| 569 | setct_PIUnsignedTBE 569 | ||
| 570 | setct_AuthReqTBE 570 | ||
| 571 | setct_AuthResTBE 571 | ||
| 572 | setct_AuthResTBEX 572 | ||
| 573 | setct_AuthTokenTBE 573 | ||
| 574 | setct_CapTokenTBE 574 | ||
| 575 | setct_CapTokenTBEX 575 | ||
| 576 | setct_AcqCardCodeMsgTBE 576 | ||
| 577 | setct_AuthRevReqTBE 577 | ||
| 578 | setct_AuthRevResTBE 578 | ||
| 579 | setct_AuthRevResTBEB 579 | ||
| 580 | setct_CapReqTBE 580 | ||
| 581 | setct_CapReqTBEX 581 | ||
| 582 | setct_CapResTBE 582 | ||
| 583 | setct_CapRevReqTBE 583 | ||
| 584 | setct_CapRevReqTBEX 584 | ||
| 585 | setct_CapRevResTBE 585 | ||
| 586 | setct_CredReqTBE 586 | ||
| 587 | setct_CredReqTBEX 587 | ||
| 588 | setct_CredResTBE 588 | ||
| 589 | setct_CredRevReqTBE 589 | ||
| 590 | setct_CredRevReqTBEX 590 | ||
| 591 | setct_CredRevResTBE 591 | ||
| 592 | setct_BatchAdminReqTBE 592 | ||
| 593 | setct_BatchAdminResTBE 593 | ||
| 594 | setct_RegFormReqTBE 594 | ||
| 595 | setct_CertReqTBE 595 | ||
| 596 | setct_CertReqTBEX 596 | ||
| 597 | setct_CertResTBE 597 | ||
| 598 | setct_CRLNotificationTBS 598 | ||
| 599 | setct_CRLNotificationResTBS 599 | ||
| 600 | setct_BCIDistributionTBS 600 | ||
| 601 | setext_genCrypt 601 | ||
| 602 | setext_miAuth 602 | ||
| 603 | setext_pinSecure 603 | ||
| 604 | setext_pinAny 604 | ||
| 605 | setext_track2 605 | ||
| 606 | setext_cv 606 | ||
| 607 | set_policy_root 607 | ||
| 608 | setCext_hashedRoot 608 | ||
| 609 | setCext_certType 609 | ||
| 610 | setCext_merchData 610 | ||
| 611 | setCext_cCertRequired 611 | ||
| 612 | setCext_tunneling 612 | ||
| 613 | setCext_setExt 613 | ||
| 614 | setCext_setQualf 614 | ||
| 615 | setCext_PGWYcapabilities 615 | ||
| 616 | setCext_TokenIdentifier 616 | ||
| 617 | setCext_Track2Data 617 | ||
| 618 | setCext_TokenType 618 | ||
| 619 | setCext_IssuerCapabilities 619 | ||
| 620 | setAttr_Cert 620 | ||
| 621 | setAttr_PGWYcap 621 | ||
| 622 | setAttr_TokenType 622 | ||
| 623 | setAttr_IssCap 623 | ||
| 624 | set_rootKeyThumb 624 | ||
| 625 | set_addPolicy 625 | ||
| 626 | setAttr_Token_EMV 626 | ||
| 627 | setAttr_Token_B0Prime 627 | ||
| 628 | setAttr_IssCap_CVM 628 | ||
| 629 | setAttr_IssCap_T2 629 | ||
| 630 | setAttr_IssCap_Sig 630 | ||
| 631 | setAttr_GenCryptgrm 631 | ||
| 632 | setAttr_T2Enc 632 | ||
| 633 | setAttr_T2cleartxt 633 | ||
| 634 | setAttr_TokICCsig 634 | ||
| 635 | setAttr_SecDevSig 635 | ||
| 636 | set_brand_IATA_ATA 636 | ||
| 637 | set_brand_Diners 637 | ||
| 638 | set_brand_AmericanExpress 638 | ||
| 639 | set_brand_JCB 639 | ||
| 640 | set_brand_Visa 640 | ||
| 641 | set_brand_MasterCard 641 | ||
| 642 | set_brand_Novus 642 | ||
| 643 | des_cdmf 643 | ||
| 644 | rsaOAEPEncryptionSET 644 | ||
| 645 | itu_t 645 | ||
| 646 | joint_iso_itu_t 646 | ||
| 647 | international_organizations 647 | ||
diff --git a/src/lib/libcrypto/objects/objects.txt b/src/lib/libcrypto/objects/objects.txt index 65d0b15629..71a4908485 100644 --- a/src/lib/libcrypto/objects/objects.txt +++ b/src/lib/libcrypto/objects/objects.txt | |||
| @@ -542,6 +542,7 @@ X509 43 : : initials | |||
| 542 | X509 44 : : generationQualifier | 542 | X509 44 : : generationQualifier |
| 543 | X509 45 : : x500UniqueIdentifier | 543 | X509 45 : : x500UniqueIdentifier |
| 544 | X509 46 : dnQualifier : dnQualifier | 544 | X509 46 : dnQualifier : dnQualifier |
| 545 | X509 65 : : pseudonym | ||
| 545 | X509 72 : role : role | 546 | X509 72 : role : role |
| 546 | 547 | ||
| 547 | X500 8 : X500algorithms : directory services - algorithms | 548 | X500 8 : X500algorithms : directory services - algorithms |
| @@ -762,3 +763,150 @@ pilotAttributeType 53 : : personalSignature | |||
| 762 | pilotAttributeType 54 : : dITRedirect | 763 | pilotAttributeType 54 : : dITRedirect |
| 763 | pilotAttributeType 55 : audio | 764 | pilotAttributeType 55 : audio |
| 764 | pilotAttributeType 56 : : documentPublisher | 765 | pilotAttributeType 56 : : documentPublisher |
| 766 | |||
| 767 | 2 23 42 : id-set : Secure Electronic Transactions | ||
| 768 | |||
| 769 | id-set 0 : set-ctype : content types | ||
| 770 | id-set 1 : set-msgExt : message extensions | ||
| 771 | id-set 3 : set-attr | ||
| 772 | id-set 5 : set-policy | ||
| 773 | id-set 7 : set-certExt : certificate extensions | ||
| 774 | id-set 8 : set-brand | ||
| 775 | |||
| 776 | set-ctype 0 : setct-PANData | ||
| 777 | set-ctype 1 : setct-PANToken | ||
| 778 | set-ctype 2 : setct-PANOnly | ||
| 779 | set-ctype 3 : setct-OIData | ||
| 780 | set-ctype 4 : setct-PI | ||
| 781 | set-ctype 5 : setct-PIData | ||
| 782 | set-ctype 6 : setct-PIDataUnsigned | ||
| 783 | set-ctype 7 : setct-HODInput | ||
| 784 | set-ctype 8 : setct-AuthResBaggage | ||
| 785 | set-ctype 9 : setct-AuthRevReqBaggage | ||
| 786 | set-ctype 10 : setct-AuthRevResBaggage | ||
| 787 | set-ctype 11 : setct-CapTokenSeq | ||
| 788 | set-ctype 12 : setct-PInitResData | ||
| 789 | set-ctype 13 : setct-PI-TBS | ||
| 790 | set-ctype 14 : setct-PResData | ||
| 791 | set-ctype 16 : setct-AuthReqTBS | ||
| 792 | set-ctype 17 : setct-AuthResTBS | ||
| 793 | set-ctype 18 : setct-AuthResTBSX | ||
| 794 | set-ctype 19 : setct-AuthTokenTBS | ||
| 795 | set-ctype 20 : setct-CapTokenData | ||
| 796 | set-ctype 21 : setct-CapTokenTBS | ||
| 797 | set-ctype 22 : setct-AcqCardCodeMsg | ||
| 798 | set-ctype 23 : setct-AuthRevReqTBS | ||
| 799 | set-ctype 24 : setct-AuthRevResData | ||
| 800 | set-ctype 25 : setct-AuthRevResTBS | ||
| 801 | set-ctype 26 : setct-CapReqTBS | ||
| 802 | set-ctype 27 : setct-CapReqTBSX | ||
| 803 | set-ctype 28 : setct-CapResData | ||
| 804 | set-ctype 29 : setct-CapRevReqTBS | ||
| 805 | set-ctype 30 : setct-CapRevReqTBSX | ||
| 806 | set-ctype 31 : setct-CapRevResData | ||
| 807 | set-ctype 32 : setct-CredReqTBS | ||
| 808 | set-ctype 33 : setct-CredReqTBSX | ||
| 809 | set-ctype 34 : setct-CredResData | ||
| 810 | set-ctype 35 : setct-CredRevReqTBS | ||
| 811 | set-ctype 36 : setct-CredRevReqTBSX | ||
| 812 | set-ctype 37 : setct-CredRevResData | ||
| 813 | set-ctype 38 : setct-PCertReqData | ||
| 814 | set-ctype 39 : setct-PCertResTBS | ||
| 815 | set-ctype 40 : setct-BatchAdminReqData | ||
| 816 | set-ctype 41 : setct-BatchAdminResData | ||
| 817 | set-ctype 42 : setct-CardCInitResTBS | ||
| 818 | set-ctype 43 : setct-MeAqCInitResTBS | ||
| 819 | set-ctype 44 : setct-RegFormResTBS | ||
| 820 | set-ctype 45 : setct-CertReqData | ||
| 821 | set-ctype 46 : setct-CertReqTBS | ||
| 822 | set-ctype 47 : setct-CertResData | ||
| 823 | set-ctype 48 : setct-CertInqReqTBS | ||
| 824 | set-ctype 49 : setct-ErrorTBS | ||
| 825 | set-ctype 50 : setct-PIDualSignedTBE | ||
| 826 | set-ctype 51 : setct-PIUnsignedTBE | ||
| 827 | set-ctype 52 : setct-AuthReqTBE | ||
| 828 | set-ctype 53 : setct-AuthResTBE | ||
| 829 | set-ctype 54 : setct-AuthResTBEX | ||
| 830 | set-ctype 55 : setct-AuthTokenTBE | ||
| 831 | set-ctype 56 : setct-CapTokenTBE | ||
| 832 | set-ctype 57 : setct-CapTokenTBEX | ||
| 833 | set-ctype 58 : setct-AcqCardCodeMsgTBE | ||
| 834 | set-ctype 59 : setct-AuthRevReqTBE | ||
| 835 | set-ctype 60 : setct-AuthRevResTBE | ||
| 836 | set-ctype 61 : setct-AuthRevResTBEB | ||
| 837 | set-ctype 62 : setct-CapReqTBE | ||
| 838 | set-ctype 63 : setct-CapReqTBEX | ||
| 839 | set-ctype 64 : setct-CapResTBE | ||
| 840 | set-ctype 65 : setct-CapRevReqTBE | ||
| 841 | set-ctype 66 : setct-CapRevReqTBEX | ||
| 842 | set-ctype 67 : setct-CapRevResTBE | ||
| 843 | set-ctype 68 : setct-CredReqTBE | ||
| 844 | set-ctype 69 : setct-CredReqTBEX | ||
| 845 | set-ctype 70 : setct-CredResTBE | ||
| 846 | set-ctype 71 : setct-CredRevReqTBE | ||
| 847 | set-ctype 72 : setct-CredRevReqTBEX | ||
| 848 | set-ctype 73 : setct-CredRevResTBE | ||
| 849 | set-ctype 74 : setct-BatchAdminReqTBE | ||
| 850 | set-ctype 75 : setct-BatchAdminResTBE | ||
| 851 | set-ctype 76 : setct-RegFormReqTBE | ||
| 852 | set-ctype 77 : setct-CertReqTBE | ||
| 853 | set-ctype 78 : setct-CertReqTBEX | ||
| 854 | set-ctype 79 : setct-CertResTBE | ||
| 855 | set-ctype 80 : setct-CRLNotificationTBS | ||
| 856 | set-ctype 81 : setct-CRLNotificationResTBS | ||
| 857 | set-ctype 82 : setct-BCIDistributionTBS | ||
| 858 | |||
| 859 | set-msgExt 1 : setext-genCrypt : generic cryptogram | ||
| 860 | set-msgExt 3 : setext-miAuth : merchant initiated auth | ||
| 861 | set-msgExt 4 : setext-pinSecure | ||
| 862 | set-msgExt 5 : setext-pinAny | ||
| 863 | set-msgExt 7 : setext-track2 | ||
| 864 | set-msgExt 8 : setext-cv : additional verification | ||
| 865 | |||
| 866 | set-policy 0 : set-policy-root | ||
| 867 | |||
| 868 | set-certExt 0 : setCext-hashedRoot | ||
| 869 | set-certExt 1 : setCext-certType | ||
| 870 | set-certExt 2 : setCext-merchData | ||
| 871 | set-certExt 3 : setCext-cCertRequired | ||
| 872 | set-certExt 4 : setCext-tunneling | ||
| 873 | set-certExt 5 : setCext-setExt | ||
| 874 | set-certExt 6 : setCext-setQualf | ||
| 875 | set-certExt 7 : setCext-PGWYcapabilities | ||
| 876 | set-certExt 8 : setCext-TokenIdentifier | ||
| 877 | set-certExt 9 : setCext-Track2Data | ||
| 878 | set-certExt 10 : setCext-TokenType | ||
| 879 | set-certExt 11 : setCext-IssuerCapabilities | ||
| 880 | |||
| 881 | set-attr 0 : setAttr-Cert | ||
| 882 | set-attr 1 : setAttr-PGWYcap : payment gateway capabilities | ||
| 883 | set-attr 2 : setAttr-TokenType | ||
| 884 | set-attr 3 : setAttr-IssCap : issuer capabilities | ||
| 885 | |||
| 886 | setAttr-Cert 0 : set-rootKeyThumb | ||
| 887 | setAttr-Cert 1 : set-addPolicy | ||
| 888 | |||
| 889 | setAttr-TokenType 1 : setAttr-Token-EMV | ||
| 890 | setAttr-TokenType 2 : setAttr-Token-B0Prime | ||
| 891 | |||
| 892 | setAttr-IssCap 3 : setAttr-IssCap-CVM | ||
| 893 | setAttr-IssCap 4 : setAttr-IssCap-T2 | ||
| 894 | setAttr-IssCap 5 : setAttr-IssCap-Sig | ||
| 895 | |||
| 896 | setAttr-IssCap-CVM 1 : setAttr-GenCryptgrm : generate cryptogram | ||
| 897 | setAttr-IssCap-T2 1 : setAttr-T2Enc : encrypted track 2 | ||
| 898 | setAttr-IssCap-T2 2 : setAttr-T2cleartxt : cleartext track 2 | ||
| 899 | |||
| 900 | setAttr-IssCap-Sig 1 : setAttr-TokICCsig : ICC or token signature | ||
| 901 | setAttr-IssCap-Sig 2 : setAttr-SecDevSig : secure device signature | ||
| 902 | |||
| 903 | set-brand 1 : set-brand-IATA-ATA | ||
| 904 | set-brand 30 : set-brand-Diners | ||
| 905 | set-brand 34 : set-brand-AmericanExpress | ||
| 906 | set-brand 35 : set-brand-JCB | ||
| 907 | set-brand 4 : set-brand-Visa | ||
| 908 | set-brand 5 : set-brand-MasterCard | ||
| 909 | set-brand 6011 : set-brand-Novus | ||
| 910 | |||
| 911 | rsadsi 3 10 : DES-CDMF : des-cdmf | ||
| 912 | rsadsi 1 1 6 : rsaOAEPEncryptionSET | ||
