diff options
author | djm <> | 2006-06-27 05:05:40 +0000 |
---|---|---|
committer | djm <> | 2006-06-27 05:05:40 +0000 |
commit | 4f828b924f54507141fb95ebe49dfcd261945e85 (patch) | |
tree | f6b05913ca6b34db73a343a7bb36d57ff4105356 /src/lib/libcrypto/objects/obj_mac.h | |
parent | 588543a0946f1dbf0f1dd5135f8f6447486dc183 (diff) | |
download | openbsd-4f828b924f54507141fb95ebe49dfcd261945e85.tar.gz openbsd-4f828b924f54507141fb95ebe49dfcd261945e85.tar.bz2 openbsd-4f828b924f54507141fb95ebe49dfcd261945e85.zip |
import of openssl-0.9.7j
Diffstat (limited to 'src/lib/libcrypto/objects/obj_mac.h')
-rw-r--r-- | src/lib/libcrypto/objects/obj_mac.h | 65 |
1 files changed, 56 insertions, 9 deletions
diff --git a/src/lib/libcrypto/objects/obj_mac.h b/src/lib/libcrypto/objects/obj_mac.h index d28894cf41..51bb50047f 100644 --- a/src/lib/libcrypto/objects/obj_mac.h +++ b/src/lib/libcrypto/objects/obj_mac.h | |||
@@ -241,6 +241,26 @@ | |||
241 | #define NID_sha1WithRSAEncryption 65 | 241 | #define NID_sha1WithRSAEncryption 65 |
242 | #define OBJ_sha1WithRSAEncryption OBJ_pkcs1,5L | 242 | #define OBJ_sha1WithRSAEncryption OBJ_pkcs1,5L |
243 | 243 | ||
244 | #define SN_sha256WithRSAEncryption "RSA-SHA256" | ||
245 | #define LN_sha256WithRSAEncryption "sha256WithRSAEncryption" | ||
246 | #define NID_sha256WithRSAEncryption 668 | ||
247 | #define OBJ_sha256WithRSAEncryption OBJ_pkcs1,11L | ||
248 | |||
249 | #define SN_sha384WithRSAEncryption "RSA-SHA384" | ||
250 | #define LN_sha384WithRSAEncryption "sha384WithRSAEncryption" | ||
251 | #define NID_sha384WithRSAEncryption 669 | ||
252 | #define OBJ_sha384WithRSAEncryption OBJ_pkcs1,12L | ||
253 | |||
254 | #define SN_sha512WithRSAEncryption "RSA-SHA512" | ||
255 | #define LN_sha512WithRSAEncryption "sha512WithRSAEncryption" | ||
256 | #define NID_sha512WithRSAEncryption 670 | ||
257 | #define OBJ_sha512WithRSAEncryption OBJ_pkcs1,13L | ||
258 | |||
259 | #define SN_sha224WithRSAEncryption "RSA-SHA224" | ||
260 | #define LN_sha224WithRSAEncryption "sha224WithRSAEncryption" | ||
261 | #define NID_sha224WithRSAEncryption 671 | ||
262 | #define OBJ_sha224WithRSAEncryption OBJ_pkcs1,14L | ||
263 | |||
244 | #define SN_pkcs3 "pkcs3" | 264 | #define SN_pkcs3 "pkcs3" |
245 | #define NID_pkcs3 27 | 265 | #define NID_pkcs3 27 |
246 | #define OBJ_pkcs3 OBJ_pkcs,3L | 266 | #define OBJ_pkcs3 OBJ_pkcs,3L |
@@ -1048,17 +1068,17 @@ | |||
1048 | #define NID_aaControls 289 | 1068 | #define NID_aaControls 289 |
1049 | #define OBJ_aaControls OBJ_id_pe,6L | 1069 | #define OBJ_aaControls OBJ_id_pe,6L |
1050 | 1070 | ||
1051 | #define SN_sbqp_ipAddrBlock "sbqp-ipAddrBlock" | 1071 | #define SN_sbgp_ipAddrBlock "sbgp-ipAddrBlock" |
1052 | #define NID_sbqp_ipAddrBlock 290 | 1072 | #define NID_sbgp_ipAddrBlock 290 |
1053 | #define OBJ_sbqp_ipAddrBlock OBJ_id_pe,7L | 1073 | #define OBJ_sbgp_ipAddrBlock OBJ_id_pe,7L |
1054 | 1074 | ||
1055 | #define SN_sbqp_autonomousSysNum "sbqp-autonomousSysNum" | 1075 | #define SN_sbgp_autonomousSysNum "sbgp-autonomousSysNum" |
1056 | #define NID_sbqp_autonomousSysNum 291 | 1076 | #define NID_sbgp_autonomousSysNum 291 |
1057 | #define OBJ_sbqp_autonomousSysNum OBJ_id_pe,8L | 1077 | #define OBJ_sbgp_autonomousSysNum OBJ_id_pe,8L |
1058 | 1078 | ||
1059 | #define SN_sbqp_routerIdentifier "sbqp-routerIdentifier" | 1079 | #define SN_sbgp_routerIdentifier "sbgp-routerIdentifier" |
1060 | #define NID_sbqp_routerIdentifier 292 | 1080 | #define NID_sbgp_routerIdentifier 292 |
1061 | #define OBJ_sbqp_routerIdentifier OBJ_id_pe,9L | 1081 | #define OBJ_sbgp_routerIdentifier OBJ_id_pe,9L |
1062 | 1082 | ||
1063 | #define SN_ac_proxying "ac-proxying" | 1083 | #define SN_ac_proxying "ac-proxying" |
1064 | #define NID_ac_proxying 397 | 1084 | #define NID_ac_proxying 397 |
@@ -1779,6 +1799,11 @@ | |||
1779 | #define NID_delta_crl 140 | 1799 | #define NID_delta_crl 140 |
1780 | #define OBJ_delta_crl OBJ_id_ce,27L | 1800 | #define OBJ_delta_crl OBJ_id_ce,27L |
1781 | 1801 | ||
1802 | #define SN_name_constraints "nameConstraints" | ||
1803 | #define LN_name_constraints "X509v3 Name Constraints" | ||
1804 | #define NID_name_constraints 666 | ||
1805 | #define OBJ_name_constraints OBJ_id_ce,30L | ||
1806 | |||
1782 | #define SN_crl_distribution_points "crlDistributionPoints" | 1807 | #define SN_crl_distribution_points "crlDistributionPoints" |
1783 | #define LN_crl_distribution_points "X509v3 CRL Distribution Points" | 1808 | #define LN_crl_distribution_points "X509v3 CRL Distribution Points" |
1784 | #define NID_crl_distribution_points 103 | 1809 | #define NID_crl_distribution_points 103 |
@@ -2081,6 +2106,28 @@ | |||
2081 | #define LN_des_ede3_cfb8 "des-ede3-cfb8" | 2106 | #define LN_des_ede3_cfb8 "des-ede3-cfb8" |
2082 | #define NID_des_ede3_cfb8 659 | 2107 | #define NID_des_ede3_cfb8 659 |
2083 | 2108 | ||
2109 | #define OBJ_nist_hashalgs OBJ_nistAlgorithms,2L | ||
2110 | |||
2111 | #define SN_sha256 "SHA256" | ||
2112 | #define LN_sha256 "sha256" | ||
2113 | #define NID_sha256 672 | ||
2114 | #define OBJ_sha256 OBJ_nist_hashalgs,1L | ||
2115 | |||
2116 | #define SN_sha384 "SHA384" | ||
2117 | #define LN_sha384 "sha384" | ||
2118 | #define NID_sha384 673 | ||
2119 | #define OBJ_sha384 OBJ_nist_hashalgs,2L | ||
2120 | |||
2121 | #define SN_sha512 "SHA512" | ||
2122 | #define LN_sha512 "sha512" | ||
2123 | #define NID_sha512 674 | ||
2124 | #define OBJ_sha512 OBJ_nist_hashalgs,3L | ||
2125 | |||
2126 | #define SN_sha224 "SHA224" | ||
2127 | #define LN_sha224 "sha224" | ||
2128 | #define NID_sha224 675 | ||
2129 | #define OBJ_sha224 OBJ_nist_hashalgs,4L | ||
2130 | |||
2084 | #define SN_hold_instruction_code "holdInstructionCode" | 2131 | #define SN_hold_instruction_code "holdInstructionCode" |
2085 | #define LN_hold_instruction_code "Hold Instruction Code" | 2132 | #define LN_hold_instruction_code "Hold Instruction Code" |
2086 | #define NID_hold_instruction_code 430 | 2133 | #define NID_hold_instruction_code 430 |