summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/obj_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/objects/obj_mac.h')
-rw-r--r--src/lib/libcrypto/objects/obj_mac.h593
1 files changed, 551 insertions, 42 deletions
diff --git a/src/lib/libcrypto/objects/obj_mac.h b/src/lib/libcrypto/objects/obj_mac.h
index 401b1e5a1b..6d77fcba3f 100644
--- a/src/lib/libcrypto/objects/obj_mac.h
+++ b/src/lib/libcrypto/objects/obj_mac.h
@@ -1,4 +1,10 @@
1/* lib/obj/obj_mac.h */ 1/* crypto/objects/obj_mac.h */
2
3/* THIS FILE IS GENERATED FROM objects.txt by objects.pl via the
4 * following command:
5 * perl objects.pl objects.txt obj_mac.num obj_mac.h
6 */
7
2/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) 8/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 9 * All rights reserved.
4 * 10 *
@@ -56,26 +62,40 @@
56 * [including the GNU Public Licence.] 62 * [including the GNU Public Licence.]
57 */ 63 */
58 64
59/* THIS FILE IS GENERATED FROM objects.txt by objects.pl via the
60 * following command:
61 * perl objects.pl objects.txt obj_mac.num obj_mac.h
62 */
63
64#define SN_undef "UNDEF" 65#define SN_undef "UNDEF"
65#define LN_undef "undefined" 66#define LN_undef "undefined"
66#define NID_undef 0 67#define NID_undef 0
67#define OBJ_undef 0L 68#define OBJ_undef 0L
68 69
70#define SN_ccitt "CCITT"
71#define LN_ccitt "ccitt"
72#define NID_ccitt 404
73#define OBJ_ccitt 0L
74
69#define SN_iso "ISO" 75#define SN_iso "ISO"
70#define LN_iso "iso" 76#define LN_iso "iso"
71#define NID_iso 181 77#define NID_iso 181
72#define OBJ_iso 1L 78#define OBJ_iso 1L
73 79
80#define SN_joint_iso_ccitt "JOINT-ISO-CCITT"
81#define LN_joint_iso_ccitt "joint-iso-ccitt"
82#define NID_joint_iso_ccitt 393
83#define OBJ_joint_iso_ccitt 2L
84
74#define SN_member_body "member-body" 85#define SN_member_body "member-body"
75#define LN_member_body "ISO Member Body" 86#define LN_member_body "ISO Member Body"
76#define NID_member_body 182 87#define NID_member_body 182
77#define OBJ_member_body OBJ_iso,2L 88#define OBJ_member_body OBJ_iso,2L
78 89
90#define SN_selected_attribute_types "selected-attribute-types"
91#define LN_selected_attribute_types "Selected Attribute Types"
92#define NID_selected_attribute_types 394
93#define OBJ_selected_attribute_types OBJ_joint_iso_ccitt,5L,1L,5L
94
95#define SN_clearance "clearance"
96#define NID_clearance 395
97#define OBJ_clearance OBJ_selected_attribute_types,55L
98
79#define SN_ISO_US "ISO-US" 99#define SN_ISO_US "ISO-US"
80#define LN_ISO_US "ISO US Member Body" 100#define LN_ISO_US "ISO US Member Body"
81#define NID_ISO_US 183 101#define NID_ISO_US 183
@@ -101,6 +121,67 @@
101#define NID_dsaWithSHA1 113 121#define NID_dsaWithSHA1 113
102#define OBJ_dsaWithSHA1 OBJ_X9cm,3L 122#define OBJ_dsaWithSHA1 OBJ_X9cm,3L
103 123
124#define SN_ansi_X9_62 "ansi-X9-62"
125#define LN_ansi_X9_62 "ANSI X9.62"
126#define NID_ansi_X9_62 405
127#define OBJ_ansi_X9_62 OBJ_ISO_US,10045L
128
129#define OBJ_X9_62_id_fieldType OBJ_ansi_X9_62,1L
130
131#define SN_X9_62_prime_field "prime-field"
132#define NID_X9_62_prime_field 406
133#define OBJ_X9_62_prime_field OBJ_X9_62_id_fieldType,1L
134
135#define SN_X9_62_characteristic_two_field "characteristic-two-field"
136#define NID_X9_62_characteristic_two_field 407
137#define OBJ_X9_62_characteristic_two_field OBJ_X9_62_id_fieldType,2L
138
139#define OBJ_X9_62_id_publicKeyType OBJ_ansi_X9_62,2L
140
141#define SN_X9_62_id_ecPublicKey "id-ecPublicKey"
142#define NID_X9_62_id_ecPublicKey 408
143#define OBJ_X9_62_id_ecPublicKey OBJ_X9_62_id_publicKeyType,1L
144
145#define OBJ_X9_62_ellipticCurve OBJ_ansi_X9_62,3L
146
147#define OBJ_X9_62_c_TwoCurve OBJ_X9_62_ellipticCurve,0L
148
149#define OBJ_X9_62_primeCurve OBJ_X9_62_ellipticCurve,1L
150
151#define SN_X9_62_prime192v1 "prime192v1"
152#define NID_X9_62_prime192v1 409
153#define OBJ_X9_62_prime192v1 OBJ_X9_62_primeCurve,1L
154
155#define SN_X9_62_prime192v2 "prime192v2"
156#define NID_X9_62_prime192v2 410
157#define OBJ_X9_62_prime192v2 OBJ_X9_62_primeCurve,2L
158
159#define SN_X9_62_prime192v3 "prime192v3"
160#define NID_X9_62_prime192v3 411
161#define OBJ_X9_62_prime192v3 OBJ_X9_62_primeCurve,3L
162
163#define SN_X9_62_prime239v1 "prime239v1"
164#define NID_X9_62_prime239v1 412
165#define OBJ_X9_62_prime239v1 OBJ_X9_62_primeCurve,4L
166
167#define SN_X9_62_prime239v2 "prime239v2"
168#define NID_X9_62_prime239v2 413
169#define OBJ_X9_62_prime239v2 OBJ_X9_62_primeCurve,5L
170
171#define SN_X9_62_prime239v3 "prime239v3"
172#define NID_X9_62_prime239v3 414
173#define OBJ_X9_62_prime239v3 OBJ_X9_62_primeCurve,6L
174
175#define SN_X9_62_prime256v1 "prime256v1"
176#define NID_X9_62_prime256v1 415
177#define OBJ_X9_62_prime256v1 OBJ_X9_62_primeCurve,7L
178
179#define OBJ_X9_62_id_ecSigType OBJ_ansi_X9_62,4L
180
181#define SN_ecdsa_with_SHA1 "ecdsa-with-SHA1"
182#define NID_ecdsa_with_SHA1 416
183#define OBJ_ecdsa_with_SHA1 OBJ_X9_62_id_ecSigType,1L
184
104#define SN_cast5_cbc "CAST5-CBC" 185#define SN_cast5_cbc "CAST5-CBC"
105#define LN_cast5_cbc "cast5-cbc" 186#define LN_cast5_cbc "cast5-cbc"
106#define NID_cast5_cbc 108 187#define NID_cast5_cbc 108
@@ -145,6 +226,11 @@
145#define NID_md2WithRSAEncryption 7 226#define NID_md2WithRSAEncryption 7
146#define OBJ_md2WithRSAEncryption OBJ_pkcs1,2L 227#define OBJ_md2WithRSAEncryption OBJ_pkcs1,2L
147 228
229#define SN_md4WithRSAEncryption "RSA-MD4"
230#define LN_md4WithRSAEncryption "md4WithRSAEncryption"
231#define NID_md4WithRSAEncryption 396
232#define OBJ_md4WithRSAEncryption OBJ_pkcs1,3L
233
148#define SN_md5WithRSAEncryption "RSA-MD5" 234#define SN_md5WithRSAEncryption "RSA-MD5"
149#define LN_md5WithRSAEncryption "md5WithRSAEncryption" 235#define LN_md5WithRSAEncryption "md5WithRSAEncryption"
150#define NID_md5WithRSAEncryption 8 236#define NID_md5WithRSAEncryption 8
@@ -241,7 +327,6 @@
241#define NID_pkcs9 47 327#define NID_pkcs9 47
242#define OBJ_pkcs9 OBJ_pkcs,9L 328#define OBJ_pkcs9 OBJ_pkcs,9L
243 329
244#define SN_pkcs9_emailAddress "Email"
245#define LN_pkcs9_emailAddress "emailAddress" 330#define LN_pkcs9_emailAddress "emailAddress"
246#define NID_pkcs9_emailAddress 48 331#define NID_pkcs9_emailAddress 48
247#define OBJ_pkcs9_emailAddress OBJ_pkcs9,1L 332#define OBJ_pkcs9_emailAddress OBJ_pkcs9,1L
@@ -573,6 +658,11 @@
573#define NID_localKeyID 157 658#define NID_localKeyID 157
574#define OBJ_localKeyID OBJ_pkcs9,21L 659#define OBJ_localKeyID OBJ_pkcs9,21L
575 660
661#define SN_ms_csp_name "CSPName"
662#define LN_ms_csp_name "Microsoft CSP Name"
663#define NID_ms_csp_name 417
664#define OBJ_ms_csp_name 1L,3L,6L,1L,4L,1L,311L,17L,1L
665
576#define OBJ_certTypes OBJ_pkcs9,22L 666#define OBJ_certTypes OBJ_pkcs9,22L
577 667
578#define LN_x509Certificate "x509Certificate" 668#define LN_x509Certificate "x509Certificate"
@@ -956,6 +1046,15 @@
956#define NID_sbqp_routerIdentifier 292 1046#define NID_sbqp_routerIdentifier 292
957#define OBJ_sbqp_routerIdentifier OBJ_id_pe,9L 1047#define OBJ_sbqp_routerIdentifier OBJ_id_pe,9L
958 1048
1049#define SN_ac_proxying "ac-proxying"
1050#define NID_ac_proxying 397
1051#define OBJ_ac_proxying OBJ_id_pe,10L
1052
1053#define SN_sinfo_access "subjectInfoAccess"
1054#define LN_sinfo_access "Subject Information Access"
1055#define NID_sinfo_access 398
1056#define OBJ_sinfo_access OBJ_id_pe,11L
1057
959#define SN_id_qt_cps "id-qt-cps" 1058#define SN_id_qt_cps "id-qt-cps"
960#define LN_id_qt_cps "Policy Qualifier CPS" 1059#define LN_id_qt_cps "Policy Qualifier CPS"
961#define NID_id_qt_cps 164 1060#define NID_id_qt_cps 164
@@ -1228,21 +1327,17 @@
1228#define NID_id_pda_placeOfBirth 349 1327#define NID_id_pda_placeOfBirth 349
1229#define OBJ_id_pda_placeOfBirth OBJ_id_pda,2L 1328#define OBJ_id_pda_placeOfBirth OBJ_id_pda,2L
1230 1329
1231#define SN_id_pda_pseudonym "id-pda-pseudonym"
1232#define NID_id_pda_pseudonym 350
1233#define OBJ_id_pda_pseudonym OBJ_id_pda,3L
1234
1235#define SN_id_pda_gender "id-pda-gender" 1330#define SN_id_pda_gender "id-pda-gender"
1236#define NID_id_pda_gender 351 1331#define NID_id_pda_gender 351
1237#define OBJ_id_pda_gender OBJ_id_pda,4L 1332#define OBJ_id_pda_gender OBJ_id_pda,3L
1238 1333
1239#define SN_id_pda_countryOfCitizenship "id-pda-countryOfCitizenship" 1334#define SN_id_pda_countryOfCitizenship "id-pda-countryOfCitizenship"
1240#define NID_id_pda_countryOfCitizenship 352 1335#define NID_id_pda_countryOfCitizenship 352
1241#define OBJ_id_pda_countryOfCitizenship OBJ_id_pda,5L 1336#define OBJ_id_pda_countryOfCitizenship OBJ_id_pda,4L
1242 1337
1243#define SN_id_pda_countryOfResidence "id-pda-countryOfResidence" 1338#define SN_id_pda_countryOfResidence "id-pda-countryOfResidence"
1244#define NID_id_pda_countryOfResidence 353 1339#define NID_id_pda_countryOfResidence 353
1245#define OBJ_id_pda_countryOfResidence OBJ_id_pda,6L 1340#define OBJ_id_pda_countryOfResidence OBJ_id_pda,5L
1246 1341
1247#define SN_id_aca_authenticationInfo "id-aca-authenticationInfo" 1342#define SN_id_aca_authenticationInfo "id-aca-authenticationInfo"
1248#define NID_id_aca_authenticationInfo 354 1343#define NID_id_aca_authenticationInfo 354
@@ -1264,6 +1359,10 @@
1264#define NID_id_aca_role 358 1359#define NID_id_aca_role 358
1265#define OBJ_id_aca_role OBJ_id_aca,5L 1360#define OBJ_id_aca_role OBJ_id_aca,5L
1266 1361
1362#define SN_id_aca_encAttrs "id-aca-encAttrs"
1363#define NID_id_aca_encAttrs 399
1364#define OBJ_id_aca_encAttrs OBJ_id_aca,6L
1365
1267#define SN_id_qcs_pkixQCSyntax_v1 "id-qcs-pkixQCSyntax-v1" 1366#define SN_id_qcs_pkixQCSyntax_v1 "id-qcs-pkixQCSyntax-v1"
1268#define NID_id_qcs_pkixQCSyntax_v1 359 1367#define NID_id_qcs_pkixQCSyntax_v1 359
1269#define OBJ_id_qcs_pkixQCSyntax_v1 OBJ_id_qcs,1L 1368#define OBJ_id_qcs_pkixQCSyntax_v1 OBJ_id_qcs,1L
@@ -1323,6 +1422,7 @@
1323#define OBJ_id_pkix_OCSP_acceptableResponses OBJ_id_pkix_OCSP,4L 1422#define OBJ_id_pkix_OCSP_acceptableResponses OBJ_id_pkix_OCSP,4L
1324 1423
1325#define SN_id_pkix_OCSP_noCheck "noCheck" 1424#define SN_id_pkix_OCSP_noCheck "noCheck"
1425#define LN_id_pkix_OCSP_noCheck "OCSP No Check"
1326#define NID_id_pkix_OCSP_noCheck 369 1426#define NID_id_pkix_OCSP_noCheck 369
1327#define OBJ_id_pkix_OCSP_noCheck OBJ_id_pkix_OCSP,5L 1427#define OBJ_id_pkix_OCSP_noCheck OBJ_id_pkix_OCSP,5L
1328 1428
@@ -1403,14 +1503,14 @@
1403#define NID_shaWithRSAEncryption 42 1503#define NID_shaWithRSAEncryption 42
1404#define OBJ_shaWithRSAEncryption OBJ_algorithm,15L 1504#define OBJ_shaWithRSAEncryption OBJ_algorithm,15L
1405 1505
1406#define SN_des_ede "DES-EDE" 1506#define SN_des_ede_ecb "DES-EDE"
1407#define LN_des_ede "des-ede" 1507#define LN_des_ede_ecb "des-ede"
1408#define NID_des_ede 32 1508#define NID_des_ede_ecb 32
1409#define OBJ_des_ede OBJ_algorithm,17L 1509#define OBJ_des_ede_ecb OBJ_algorithm,17L
1410 1510
1411#define SN_des_ede3 "DES-EDE3" 1511#define SN_des_ede3_ecb "DES-EDE3"
1412#define LN_des_ede3 "des-ede3" 1512#define LN_des_ede3_ecb "des-ede3"
1413#define NID_des_ede3 33 1513#define NID_des_ede3_ecb 33
1414 1514
1415#define SN_des_ede_cbc "DES-EDE-CBC" 1515#define SN_des_ede_cbc "DES-EDE-CBC"
1416#define LN_des_ede_cbc "des-ede-cbc" 1516#define LN_des_ede_cbc "des-ede-cbc"
@@ -1485,12 +1585,11 @@
1485#define NID_commonName 13 1585#define NID_commonName 13
1486#define OBJ_commonName OBJ_X509,3L 1586#define OBJ_commonName OBJ_X509,3L
1487 1587
1488#define SN_surname "S" 1588#define SN_surname "SN"
1489#define LN_surname "surname" 1589#define LN_surname "surname"
1490#define NID_surname 100 1590#define NID_surname 100
1491#define OBJ_surname OBJ_X509,4L 1591#define OBJ_surname OBJ_X509,4L
1492 1592
1493#define SN_serialNumber "SN"
1494#define LN_serialNumber "serialNumber" 1593#define LN_serialNumber "serialNumber"
1495#define NID_serialNumber 105 1594#define NID_serialNumber 105
1496#define OBJ_serialNumber OBJ_X509,5L 1595#define OBJ_serialNumber OBJ_X509,5L
@@ -1520,12 +1619,10 @@
1520#define NID_organizationalUnitName 18 1619#define NID_organizationalUnitName 18
1521#define OBJ_organizationalUnitName OBJ_X509,11L 1620#define OBJ_organizationalUnitName OBJ_X509,11L
1522 1621
1523#define SN_title "T"
1524#define LN_title "title" 1622#define LN_title "title"
1525#define NID_title 106 1623#define NID_title 106
1526#define OBJ_title OBJ_X509,12L 1624#define OBJ_title OBJ_X509,12L
1527 1625
1528#define SN_description "D"
1529#define LN_description "description" 1626#define LN_description "description"
1530#define NID_description 107 1627#define NID_description 107
1531#define OBJ_description OBJ_X509,13L 1628#define OBJ_description OBJ_X509,13L
@@ -1535,26 +1632,33 @@
1535#define NID_name 173 1632#define NID_name 173
1536#define OBJ_name OBJ_X509,41L 1633#define OBJ_name OBJ_X509,41L
1537 1634
1538#define SN_givenName "G" 1635#define SN_givenName "gn"
1539#define LN_givenName "givenName" 1636#define LN_givenName "givenName"
1540#define NID_givenName 99 1637#define NID_givenName 99
1541#define OBJ_givenName OBJ_X509,42L 1638#define OBJ_givenName OBJ_X509,42L
1542 1639
1543#define SN_initials "I"
1544#define LN_initials "initials" 1640#define LN_initials "initials"
1545#define NID_initials 101 1641#define NID_initials 101
1546#define OBJ_initials OBJ_X509,43L 1642#define OBJ_initials OBJ_X509,43L
1547 1643
1548#define SN_uniqueIdentifier "UID" 1644#define LN_generationQualifier "generationQualifier"
1549#define LN_uniqueIdentifier "uniqueIdentifier" 1645#define NID_generationQualifier 509
1550#define NID_uniqueIdentifier 102 1646#define OBJ_generationQualifier OBJ_X509,44L
1551#define OBJ_uniqueIdentifier OBJ_X509,45L 1647
1648#define LN_x500UniqueIdentifier "x500UniqueIdentifier"
1649#define NID_x500UniqueIdentifier 503
1650#define OBJ_x500UniqueIdentifier OBJ_X509,45L
1552 1651
1553#define SN_dnQualifier "dnQualifier" 1652#define SN_dnQualifier "dnQualifier"
1554#define LN_dnQualifier "dnQualifier" 1653#define LN_dnQualifier "dnQualifier"
1555#define NID_dnQualifier 174 1654#define NID_dnQualifier 174
1556#define OBJ_dnQualifier OBJ_X509,46L 1655#define OBJ_dnQualifier OBJ_X509,46L
1557 1656
1657#define SN_role "role"
1658#define LN_role "role"
1659#define NID_role 400
1660#define OBJ_role OBJ_X509,72L
1661
1558#define SN_X500algorithms "X500algorithms" 1662#define SN_X500algorithms "X500algorithms"
1559#define LN_X500algorithms "directory services - algorithms" 1663#define LN_X500algorithms "directory services - algorithms"
1560#define NID_X500algorithms 378 1664#define NID_X500algorithms 378
@@ -1644,11 +1748,26 @@
1644#define NID_authority_key_identifier 90 1748#define NID_authority_key_identifier 90
1645#define OBJ_authority_key_identifier OBJ_id_ce,35L 1749#define OBJ_authority_key_identifier OBJ_id_ce,35L
1646 1750
1751#define SN_policy_constraints "policyConstraints"
1752#define LN_policy_constraints "X509v3 Policy Constraints"
1753#define NID_policy_constraints 401
1754#define OBJ_policy_constraints OBJ_id_ce,36L
1755
1647#define SN_ext_key_usage "extendedKeyUsage" 1756#define SN_ext_key_usage "extendedKeyUsage"
1648#define LN_ext_key_usage "X509v3 Extended Key Usage" 1757#define LN_ext_key_usage "X509v3 Extended Key Usage"
1649#define NID_ext_key_usage 126 1758#define NID_ext_key_usage 126
1650#define OBJ_ext_key_usage OBJ_id_ce,37L 1759#define OBJ_ext_key_usage OBJ_id_ce,37L
1651 1760
1761#define SN_target_information "targetInformation"
1762#define LN_target_information "X509v3 AC Targeting"
1763#define NID_target_information 402
1764#define OBJ_target_information OBJ_id_ce,55L
1765
1766#define SN_no_rev_avail "noRevAvail"
1767#define LN_no_rev_avail "X509v3 No Revocation Available"
1768#define NID_no_rev_avail 403
1769#define OBJ_no_rev_avail OBJ_id_ce,56L
1770
1652#define SN_netscape "Netscape" 1771#define SN_netscape "Netscape"
1653#define LN_netscape "Netscape Communications Corp." 1772#define LN_netscape "Netscape Communications Corp."
1654#define NID_netscape 57 1773#define NID_netscape 57
@@ -1761,7 +1880,6 @@
1761#define NID_SNMPv2 387 1880#define NID_SNMPv2 387
1762#define OBJ_SNMPv2 OBJ_internet,6L 1881#define OBJ_SNMPv2 OBJ_internet,6L
1763 1882
1764#define SN_Mail "mail"
1765#define LN_Mail "Mail" 1883#define LN_Mail "Mail"
1766#define NID_Mail 388 1884#define NID_Mail 388
1767#define OBJ_Mail OBJ_internet,7L 1885#define OBJ_Mail OBJ_internet,7L
@@ -1769,22 +1887,37 @@
1769#define SN_Enterprises "enterprises" 1887#define SN_Enterprises "enterprises"
1770#define LN_Enterprises "Enterprises" 1888#define LN_Enterprises "Enterprises"
1771#define NID_Enterprises 389 1889#define NID_Enterprises 389
1772#define OBJ_Enterprises OBJ_private,1L 1890#define OBJ_Enterprises OBJ_Private,1L
1773 1891
1774#define SN_dcObject "dcobject" 1892#define SN_dcObject "dcobject"
1775#define LN_dcObject "dcObject" 1893#define LN_dcObject "dcObject"
1776#define NID_dcObject 390 1894#define NID_dcObject 390
1777#define OBJ_dcObject OBJ_enterprises,1466L,344L 1895#define OBJ_dcObject OBJ_Enterprises,1466L,344L
1778 1896
1779#define SN_domainComponent "DC" 1897#define SN_mime_mhs "mime-mhs"
1780#define LN_domainComponent "domainComponent" 1898#define LN_mime_mhs "MIME MHS"
1781#define NID_domainComponent 391 1899#define NID_mime_mhs 504
1782#define OBJ_domainComponent 0L,9L,2342L,19200300L,100L,1L,25L 1900#define OBJ_mime_mhs OBJ_Mail,1L
1783 1901
1784#define SN_Domain "domain" 1902#define SN_mime_mhs_headings "mime-mhs-headings"
1785#define LN_Domain "Domain" 1903#define LN_mime_mhs_headings "mime-mhs-headings"
1786#define NID_Domain 392 1904#define NID_mime_mhs_headings 505
1787#define OBJ_Domain 0L,9L,2342L,19200300L,100L,4L,13L 1905#define OBJ_mime_mhs_headings OBJ_mime_mhs,1L
1906
1907#define SN_mime_mhs_bodies "mime-mhs-bodies"
1908#define LN_mime_mhs_bodies "mime-mhs-bodies"
1909#define NID_mime_mhs_bodies 506
1910#define OBJ_mime_mhs_bodies OBJ_mime_mhs,2L
1911
1912#define SN_id_hex_partial_message "id-hex-partial-message"
1913#define LN_id_hex_partial_message "id-hex-partial-message"
1914#define NID_id_hex_partial_message 507
1915#define OBJ_id_hex_partial_message OBJ_mime_mhs_headings,1L
1916
1917#define SN_id_hex_multipart_message "id-hex-multipart-message"
1918#define LN_id_hex_multipart_message "id-hex-multipart-message"
1919#define NID_id_hex_multipart_message 508
1920#define OBJ_id_hex_multipart_message OBJ_mime_mhs_headings,2L
1788 1921
1789#define SN_rle_compression "RLE" 1922#define SN_rle_compression "RLE"
1790#define LN_rle_compression "run length compression" 1923#define LN_rle_compression "run length compression"
@@ -1796,3 +1929,379 @@
1796#define NID_zlib_compression 125 1929#define NID_zlib_compression 125
1797#define OBJ_zlib_compression 1L,1L,1L,1L,666L,2L 1930#define OBJ_zlib_compression 1L,1L,1L,1L,666L,2L
1798 1931
1932#define OBJ_csor 2L,16L,840L,1L,101L,3L
1933
1934#define OBJ_nistAlgorithms OBJ_csor,4L
1935
1936#define OBJ_aes OBJ_nistAlgorithms,1L
1937
1938#define SN_aes_128_ecb "AES-128-ECB"
1939#define LN_aes_128_ecb "aes-128-ecb"
1940#define NID_aes_128_ecb 418
1941#define OBJ_aes_128_ecb OBJ_aes,1L
1942
1943#define SN_aes_128_cbc "AES-128-CBC"
1944#define LN_aes_128_cbc "aes-128-cbc"
1945#define NID_aes_128_cbc 419
1946#define OBJ_aes_128_cbc OBJ_aes,2L
1947
1948#define SN_aes_128_ofb128 "AES-128-OFB"
1949#define LN_aes_128_ofb128 "aes-128-ofb"
1950#define NID_aes_128_ofb128 420
1951#define OBJ_aes_128_ofb128 OBJ_aes,3L
1952
1953#define SN_aes_128_cfb128 "AES-128-CFB"
1954#define LN_aes_128_cfb128 "aes-128-cfb"
1955#define NID_aes_128_cfb128 421
1956#define OBJ_aes_128_cfb128 OBJ_aes,4L
1957
1958#define SN_aes_192_ecb "AES-192-ECB"
1959#define LN_aes_192_ecb "aes-192-ecb"
1960#define NID_aes_192_ecb 422
1961#define OBJ_aes_192_ecb OBJ_aes,21L
1962
1963#define SN_aes_192_cbc "AES-192-CBC"
1964#define LN_aes_192_cbc "aes-192-cbc"
1965#define NID_aes_192_cbc 423
1966#define OBJ_aes_192_cbc OBJ_aes,22L
1967
1968#define SN_aes_192_ofb128 "AES-192-OFB"
1969#define LN_aes_192_ofb128 "aes-192-ofb"
1970#define NID_aes_192_ofb128 424
1971#define OBJ_aes_192_ofb128 OBJ_aes,23L
1972
1973#define SN_aes_192_cfb128 "AES-192-CFB"
1974#define LN_aes_192_cfb128 "aes-192-cfb"
1975#define NID_aes_192_cfb128 425
1976#define OBJ_aes_192_cfb128 OBJ_aes,24L
1977
1978#define SN_aes_256_ecb "AES-256-ECB"
1979#define LN_aes_256_ecb "aes-256-ecb"
1980#define NID_aes_256_ecb 426
1981#define OBJ_aes_256_ecb OBJ_aes,41L
1982
1983#define SN_aes_256_cbc "AES-256-CBC"
1984#define LN_aes_256_cbc "aes-256-cbc"
1985#define NID_aes_256_cbc 427
1986#define OBJ_aes_256_cbc OBJ_aes,42L
1987
1988#define SN_aes_256_ofb128 "AES-256-OFB"
1989#define LN_aes_256_ofb128 "aes-256-ofb"
1990#define NID_aes_256_ofb128 428
1991#define OBJ_aes_256_ofb128 OBJ_aes,43L
1992
1993#define SN_aes_256_cfb128 "AES-256-CFB"
1994#define LN_aes_256_cfb128 "aes-256-cfb"
1995#define NID_aes_256_cfb128 429
1996#define OBJ_aes_256_cfb128 OBJ_aes,44L
1997
1998#define SN_hold_instruction_code "holdInstructionCode"
1999#define LN_hold_instruction_code "Hold Instruction Code"
2000#define NID_hold_instruction_code 430
2001#define OBJ_hold_instruction_code OBJ_id_ce,23L
2002
2003#define OBJ_holdInstruction OBJ_X9_57,2L
2004
2005#define SN_hold_instruction_none "holdInstructionNone"
2006#define LN_hold_instruction_none "Hold Instruction None"
2007#define NID_hold_instruction_none 431
2008#define OBJ_hold_instruction_none OBJ_holdInstruction,1L
2009
2010#define SN_hold_instruction_call_issuer "holdInstructionCallIssuer"
2011#define LN_hold_instruction_call_issuer "Hold Instruction Call Issuer"
2012#define NID_hold_instruction_call_issuer 432
2013#define OBJ_hold_instruction_call_issuer OBJ_holdInstruction,2L
2014
2015#define SN_hold_instruction_reject "holdInstructionReject"
2016#define LN_hold_instruction_reject "Hold Instruction Reject"
2017#define NID_hold_instruction_reject 433
2018#define OBJ_hold_instruction_reject OBJ_holdInstruction,3L
2019
2020#define SN_data "data"
2021#define NID_data 434
2022#define OBJ_data OBJ_ccitt,9L
2023
2024#define SN_pss "pss"
2025#define NID_pss 435
2026#define OBJ_pss OBJ_data,2342L
2027
2028#define SN_ucl "ucl"
2029#define NID_ucl 436
2030#define OBJ_ucl OBJ_pss,19200300L
2031
2032#define SN_pilot "pilot"
2033#define NID_pilot 437
2034#define OBJ_pilot OBJ_ucl,100L
2035
2036#define LN_pilotAttributeType "pilotAttributeType"
2037#define NID_pilotAttributeType 438
2038#define OBJ_pilotAttributeType OBJ_pilot,1L
2039
2040#define LN_pilotAttributeSyntax "pilotAttributeSyntax"
2041#define NID_pilotAttributeSyntax 439
2042#define OBJ_pilotAttributeSyntax OBJ_pilot,3L
2043
2044#define LN_pilotObjectClass "pilotObjectClass"
2045#define NID_pilotObjectClass 440
2046#define OBJ_pilotObjectClass OBJ_pilot,4L
2047
2048#define LN_pilotGroups "pilotGroups"
2049#define NID_pilotGroups 441
2050#define OBJ_pilotGroups OBJ_pilot,10L
2051
2052#define LN_iA5StringSyntax "iA5StringSyntax"
2053#define NID_iA5StringSyntax 442
2054#define OBJ_iA5StringSyntax OBJ_pilotAttributeSyntax,4L
2055
2056#define LN_caseIgnoreIA5StringSyntax "caseIgnoreIA5StringSyntax"
2057#define NID_caseIgnoreIA5StringSyntax 443
2058#define OBJ_caseIgnoreIA5StringSyntax OBJ_pilotAttributeSyntax,5L
2059
2060#define LN_pilotObject "pilotObject"
2061#define NID_pilotObject 444
2062#define OBJ_pilotObject OBJ_pilotObjectClass,3L
2063
2064#define LN_pilotPerson "pilotPerson"
2065#define NID_pilotPerson 445
2066#define OBJ_pilotPerson OBJ_pilotObjectClass,4L
2067
2068#define SN_account "account"
2069#define NID_account 446
2070#define OBJ_account OBJ_pilotObjectClass,5L
2071
2072#define SN_document "document"
2073#define NID_document 447
2074#define OBJ_document OBJ_pilotObjectClass,6L
2075
2076#define SN_room "room"
2077#define NID_room 448
2078#define OBJ_room OBJ_pilotObjectClass,7L
2079
2080#define LN_documentSeries "documentSeries"
2081#define NID_documentSeries 449
2082#define OBJ_documentSeries OBJ_pilotObjectClass,9L
2083
2084#define SN_Domain "domain"
2085#define LN_Domain "Domain"
2086#define NID_Domain 392
2087#define OBJ_Domain OBJ_pilotObjectClass,13L
2088
2089#define LN_rFC822localPart "rFC822localPart"
2090#define NID_rFC822localPart 450
2091#define OBJ_rFC822localPart OBJ_pilotObjectClass,14L
2092
2093#define LN_dNSDomain "dNSDomain"
2094#define NID_dNSDomain 451
2095#define OBJ_dNSDomain OBJ_pilotObjectClass,15L
2096
2097#define LN_domainRelatedObject "domainRelatedObject"
2098#define NID_domainRelatedObject 452
2099#define OBJ_domainRelatedObject OBJ_pilotObjectClass,17L
2100
2101#define LN_friendlyCountry "friendlyCountry"
2102#define NID_friendlyCountry 453
2103#define OBJ_friendlyCountry OBJ_pilotObjectClass,18L
2104
2105#define LN_simpleSecurityObject "simpleSecurityObject"
2106#define NID_simpleSecurityObject 454
2107#define OBJ_simpleSecurityObject OBJ_pilotObjectClass,19L
2108
2109#define LN_pilotOrganization "pilotOrganization"
2110#define NID_pilotOrganization 455
2111#define OBJ_pilotOrganization OBJ_pilotObjectClass,20L
2112
2113#define LN_pilotDSA "pilotDSA"
2114#define NID_pilotDSA 456
2115#define OBJ_pilotDSA OBJ_pilotObjectClass,21L
2116
2117#define LN_qualityLabelledData "qualityLabelledData"
2118#define NID_qualityLabelledData 457
2119#define OBJ_qualityLabelledData OBJ_pilotObjectClass,22L
2120
2121#define SN_userId "UID"
2122#define LN_userId "userId"
2123#define NID_userId 458
2124#define OBJ_userId OBJ_pilotAttributeType,1L
2125
2126#define LN_textEncodedORAddress "textEncodedORAddress"
2127#define NID_textEncodedORAddress 459
2128#define OBJ_textEncodedORAddress OBJ_pilotAttributeType,2L
2129
2130#define SN_rfc822Mailbox "mail"
2131#define LN_rfc822Mailbox "rfc822Mailbox"
2132#define NID_rfc822Mailbox 460
2133#define OBJ_rfc822Mailbox OBJ_pilotAttributeType,3L
2134
2135#define SN_info "info"
2136#define NID_info 461
2137#define OBJ_info OBJ_pilotAttributeType,4L
2138
2139#define LN_favouriteDrink "favouriteDrink"
2140#define NID_favouriteDrink 462
2141#define OBJ_favouriteDrink OBJ_pilotAttributeType,5L
2142
2143#define LN_roomNumber "roomNumber"
2144#define NID_roomNumber 463
2145#define OBJ_roomNumber OBJ_pilotAttributeType,6L
2146
2147#define SN_photo "photo"
2148#define NID_photo 464
2149#define OBJ_photo OBJ_pilotAttributeType,7L
2150
2151#define LN_userClass "userClass"
2152#define NID_userClass 465
2153#define OBJ_userClass OBJ_pilotAttributeType,8L
2154
2155#define SN_host "host"
2156#define NID_host 466
2157#define OBJ_host OBJ_pilotAttributeType,9L
2158
2159#define SN_manager "manager"
2160#define NID_manager 467
2161#define OBJ_manager OBJ_pilotAttributeType,10L
2162
2163#define LN_documentIdentifier "documentIdentifier"
2164#define NID_documentIdentifier 468
2165#define OBJ_documentIdentifier OBJ_pilotAttributeType,11L
2166
2167#define LN_documentTitle "documentTitle"
2168#define NID_documentTitle 469
2169#define OBJ_documentTitle OBJ_pilotAttributeType,12L
2170
2171#define LN_documentVersion "documentVersion"
2172#define NID_documentVersion 470
2173#define OBJ_documentVersion OBJ_pilotAttributeType,13L
2174
2175#define LN_documentAuthor "documentAuthor"
2176#define NID_documentAuthor 471
2177#define OBJ_documentAuthor OBJ_pilotAttributeType,14L
2178
2179#define LN_documentLocation "documentLocation"
2180#define NID_documentLocation 472
2181#define OBJ_documentLocation OBJ_pilotAttributeType,15L
2182
2183#define LN_homeTelephoneNumber "homeTelephoneNumber"
2184#define NID_homeTelephoneNumber 473
2185#define OBJ_homeTelephoneNumber OBJ_pilotAttributeType,20L
2186
2187#define SN_secretary "secretary"
2188#define NID_secretary 474
2189#define OBJ_secretary OBJ_pilotAttributeType,21L
2190
2191#define LN_otherMailbox "otherMailbox"
2192#define NID_otherMailbox 475
2193#define OBJ_otherMailbox OBJ_pilotAttributeType,22L
2194
2195#define LN_lastModifiedTime "lastModifiedTime"
2196#define NID_lastModifiedTime 476
2197#define OBJ_lastModifiedTime OBJ_pilotAttributeType,23L
2198
2199#define LN_lastModifiedBy "lastModifiedBy"
2200#define NID_lastModifiedBy 477
2201#define OBJ_lastModifiedBy OBJ_pilotAttributeType,24L
2202
2203#define SN_domainComponent "DC"
2204#define LN_domainComponent "domainComponent"
2205#define NID_domainComponent 391
2206#define OBJ_domainComponent OBJ_pilotAttributeType,25L
2207
2208#define LN_aRecord "aRecord"
2209#define NID_aRecord 478
2210#define OBJ_aRecord OBJ_pilotAttributeType,26L
2211
2212#define LN_pilotAttributeType27 "pilotAttributeType27"
2213#define NID_pilotAttributeType27 479
2214#define OBJ_pilotAttributeType27 OBJ_pilotAttributeType,27L
2215
2216#define LN_mXRecord "mXRecord"
2217#define NID_mXRecord 480
2218#define OBJ_mXRecord OBJ_pilotAttributeType,28L
2219
2220#define LN_nSRecord "nSRecord"
2221#define NID_nSRecord 481
2222#define OBJ_nSRecord OBJ_pilotAttributeType,29L
2223
2224#define LN_sOARecord "sOARecord"
2225#define NID_sOARecord 482
2226#define OBJ_sOARecord OBJ_pilotAttributeType,30L
2227
2228#define LN_cNAMERecord "cNAMERecord"
2229#define NID_cNAMERecord 483
2230#define OBJ_cNAMERecord OBJ_pilotAttributeType,31L
2231
2232#define LN_associatedDomain "associatedDomain"
2233#define NID_associatedDomain 484
2234#define OBJ_associatedDomain OBJ_pilotAttributeType,37L
2235
2236#define LN_associatedName "associatedName"
2237#define NID_associatedName 485
2238#define OBJ_associatedName OBJ_pilotAttributeType,38L
2239
2240#define LN_homePostalAddress "homePostalAddress"
2241#define NID_homePostalAddress 486
2242#define OBJ_homePostalAddress OBJ_pilotAttributeType,39L
2243
2244#define LN_personalTitle "personalTitle"
2245#define NID_personalTitle 487
2246#define OBJ_personalTitle OBJ_pilotAttributeType,40L
2247
2248#define LN_mobileTelephoneNumber "mobileTelephoneNumber"
2249#define NID_mobileTelephoneNumber 488
2250#define OBJ_mobileTelephoneNumber OBJ_pilotAttributeType,41L
2251
2252#define LN_pagerTelephoneNumber "pagerTelephoneNumber"
2253#define NID_pagerTelephoneNumber 489
2254#define OBJ_pagerTelephoneNumber OBJ_pilotAttributeType,42L
2255
2256#define LN_friendlyCountryName "friendlyCountryName"
2257#define NID_friendlyCountryName 490
2258#define OBJ_friendlyCountryName OBJ_pilotAttributeType,43L
2259
2260#define LN_organizationalStatus "organizationalStatus"
2261#define NID_organizationalStatus 491
2262#define OBJ_organizationalStatus OBJ_pilotAttributeType,45L
2263
2264#define LN_janetMailbox "janetMailbox"
2265#define NID_janetMailbox 492
2266#define OBJ_janetMailbox OBJ_pilotAttributeType,46L
2267
2268#define LN_mailPreferenceOption "mailPreferenceOption"
2269#define NID_mailPreferenceOption 493
2270#define OBJ_mailPreferenceOption OBJ_pilotAttributeType,47L
2271
2272#define LN_buildingName "buildingName"
2273#define NID_buildingName 494
2274#define OBJ_buildingName OBJ_pilotAttributeType,48L
2275
2276#define LN_dSAQuality "dSAQuality"
2277#define NID_dSAQuality 495
2278#define OBJ_dSAQuality OBJ_pilotAttributeType,49L
2279
2280#define LN_singleLevelQuality "singleLevelQuality"
2281#define NID_singleLevelQuality 496
2282#define OBJ_singleLevelQuality OBJ_pilotAttributeType,50L
2283
2284#define LN_subtreeMinimumQuality "subtreeMinimumQuality"
2285#define NID_subtreeMinimumQuality 497
2286#define OBJ_subtreeMinimumQuality OBJ_pilotAttributeType,51L
2287
2288#define LN_subtreeMaximumQuality "subtreeMaximumQuality"
2289#define NID_subtreeMaximumQuality 498
2290#define OBJ_subtreeMaximumQuality OBJ_pilotAttributeType,52L
2291
2292#define LN_personalSignature "personalSignature"
2293#define NID_personalSignature 499
2294#define OBJ_personalSignature OBJ_pilotAttributeType,53L
2295
2296#define LN_dITRedirect "dITRedirect"
2297#define NID_dITRedirect 500
2298#define OBJ_dITRedirect OBJ_pilotAttributeType,54L
2299
2300#define SN_audio "audio"
2301#define NID_audio 501
2302#define OBJ_audio OBJ_pilotAttributeType,55L
2303
2304#define LN_documentPublisher "documentPublisher"
2305#define NID_documentPublisher 502
2306#define OBJ_documentPublisher OBJ_pilotAttributeType,56L
2307