1*0Sstevel@tonic-gate /* crypto/asn1/asn1_err.c */ 2*0Sstevel@tonic-gate /* ==================================================================== 3*0Sstevel@tonic-gate * Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved. 4*0Sstevel@tonic-gate * 5*0Sstevel@tonic-gate * Redistribution and use in source and binary forms, with or without 6*0Sstevel@tonic-gate * modification, are permitted provided that the following conditions 7*0Sstevel@tonic-gate * are met: 8*0Sstevel@tonic-gate * 9*0Sstevel@tonic-gate * 1. Redistributions of source code must retain the above copyright 10*0Sstevel@tonic-gate * notice, this list of conditions and the following disclaimer. 11*0Sstevel@tonic-gate * 12*0Sstevel@tonic-gate * 2. Redistributions in binary form must reproduce the above copyright 13*0Sstevel@tonic-gate * notice, this list of conditions and the following disclaimer in 14*0Sstevel@tonic-gate * the documentation and/or other materials provided with the 15*0Sstevel@tonic-gate * distribution. 16*0Sstevel@tonic-gate * 17*0Sstevel@tonic-gate * 3. All advertising materials mentioning features or use of this 18*0Sstevel@tonic-gate * software must display the following acknowledgment: 19*0Sstevel@tonic-gate * "This product includes software developed by the OpenSSL Project 20*0Sstevel@tonic-gate * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" 21*0Sstevel@tonic-gate * 22*0Sstevel@tonic-gate * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 23*0Sstevel@tonic-gate * endorse or promote products derived from this software without 24*0Sstevel@tonic-gate * prior written permission. For written permission, please contact 25*0Sstevel@tonic-gate * openssl-core@OpenSSL.org. 26*0Sstevel@tonic-gate * 27*0Sstevel@tonic-gate * 5. Products derived from this software may not be called "OpenSSL" 28*0Sstevel@tonic-gate * nor may "OpenSSL" appear in their names without prior written 29*0Sstevel@tonic-gate * permission of the OpenSSL Project. 30*0Sstevel@tonic-gate * 31*0Sstevel@tonic-gate * 6. Redistributions of any form whatsoever must retain the following 32*0Sstevel@tonic-gate * acknowledgment: 33*0Sstevel@tonic-gate * "This product includes software developed by the OpenSSL Project 34*0Sstevel@tonic-gate * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" 35*0Sstevel@tonic-gate * 36*0Sstevel@tonic-gate * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY 37*0Sstevel@tonic-gate * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 38*0Sstevel@tonic-gate * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 39*0Sstevel@tonic-gate * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 40*0Sstevel@tonic-gate * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 41*0Sstevel@tonic-gate * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 42*0Sstevel@tonic-gate * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 43*0Sstevel@tonic-gate * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 44*0Sstevel@tonic-gate * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 45*0Sstevel@tonic-gate * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 46*0Sstevel@tonic-gate * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 47*0Sstevel@tonic-gate * OF THE POSSIBILITY OF SUCH DAMAGE. 48*0Sstevel@tonic-gate * ==================================================================== 49*0Sstevel@tonic-gate * 50*0Sstevel@tonic-gate * This product includes cryptographic software written by Eric Young 51*0Sstevel@tonic-gate * (eay@cryptsoft.com). This product includes software written by Tim 52*0Sstevel@tonic-gate * Hudson (tjh@cryptsoft.com). 53*0Sstevel@tonic-gate * 54*0Sstevel@tonic-gate */ 55*0Sstevel@tonic-gate 56*0Sstevel@tonic-gate /* NOTE: this file was auto generated by the mkerr.pl script: any changes 57*0Sstevel@tonic-gate * made to it will be overwritten when the script next updates this file, 58*0Sstevel@tonic-gate * only reason strings will be preserved. 59*0Sstevel@tonic-gate */ 60*0Sstevel@tonic-gate 61*0Sstevel@tonic-gate #include <stdio.h> 62*0Sstevel@tonic-gate #include <openssl/err.h> 63*0Sstevel@tonic-gate #include <openssl/asn1.h> 64*0Sstevel@tonic-gate 65*0Sstevel@tonic-gate /* BEGIN ERROR CODES */ 66*0Sstevel@tonic-gate #ifndef OPENSSL_NO_ERR 67*0Sstevel@tonic-gate static ERR_STRING_DATA ASN1_str_functs[]= 68*0Sstevel@tonic-gate { 69*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_A2D_ASN1_OBJECT,0), "a2d_ASN1_OBJECT"}, 70*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_A2I_ASN1_ENUMERATED,0), "a2i_ASN1_ENUMERATED"}, 71*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_A2I_ASN1_INTEGER,0), "a2i_ASN1_INTEGER"}, 72*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_A2I_ASN1_STRING,0), "a2i_ASN1_STRING"}, 73*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_CHECK_TLEN,0), "ASN1_CHECK_TLEN"}, 74*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_COLLATE_PRIMITIVE,0), "ASN1_COLLATE_PRIMITIVE"}, 75*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_COLLECT,0), "ASN1_COLLECT"}, 76*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_D2I_BIO,0), "ASN1_d2i_bio"}, 77*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_D2I_EX_PRIMITIVE,0), "ASN1_D2I_EX_PRIMITIVE"}, 78*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_D2I_FP,0), "ASN1_d2i_fp"}, 79*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_DO_ADB,0), "ASN1_DO_ADB"}, 80*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_DUP,0), "ASN1_dup"}, 81*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_ENUMERATED_SET,0), "ASN1_ENUMERATED_set"}, 82*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_ENUMERATED_TO_BN,0), "ASN1_ENUMERATED_to_BN"}, 83*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_GET_OBJECT,0), "ASN1_get_object"}, 84*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_HEADER_NEW,0), "ASN1_HEADER_new"}, 85*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_I2D_BIO,0), "ASN1_i2d_bio"}, 86*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_I2D_FP,0), "ASN1_i2d_fp"}, 87*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_INTEGER_SET,0), "ASN1_INTEGER_set"}, 88*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_INTEGER_TO_BN,0), "ASN1_INTEGER_to_BN"}, 89*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_ITEM_EX_D2I,0), "ASN1_ITEM_EX_D2I"}, 90*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_ITEM_NEW,0), "ASN1_item_new"}, 91*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_MBSTRING_COPY,0), "ASN1_mbstring_copy"}, 92*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_OBJECT_NEW,0), "ASN1_OBJECT_new"}, 93*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_PACK_STRING,0), "ASN1_pack_string"}, 94*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_PBE_SET,0), "ASN1_PBE_SET"}, 95*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_SEQ_PACK,0), "ASN1_seq_pack"}, 96*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_SEQ_UNPACK,0), "ASN1_seq_unpack"}, 97*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_SIGN,0), "ASN1_sign"}, 98*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_STRING_TABLE_ADD,0), "ASN1_STRING_TABLE_add"}, 99*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_STRING_TYPE_NEW,0), "ASN1_STRING_type_new"}, 100*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_TEMPLATE_D2I,0), "ASN1_TEMPLATE_D2I"}, 101*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_TEMPLATE_EX_D2I,0), "ASN1_TEMPLATE_EX_D2I"}, 102*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_TEMPLATE_NEW,0), "ASN1_TEMPLATE_NEW"}, 103*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_TIME_SET,0), "ASN1_TIME_set"}, 104*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_TYPE_GET_INT_OCTETSTRING,0), "ASN1_TYPE_get_int_octetstring"}, 105*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_TYPE_GET_OCTETSTRING,0), "ASN1_TYPE_get_octetstring"}, 106*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_UNPACK_STRING,0), "ASN1_unpack_string"}, 107*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_ASN1_VERIFY,0), "ASN1_verify"}, 108*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_BN_TO_ASN1_ENUMERATED,0), "BN_to_ASN1_ENUMERATED"}, 109*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_BN_TO_ASN1_INTEGER,0), "BN_to_ASN1_INTEGER"}, 110*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_COLLECT_DATA,0), "COLLECT_DATA"}, 111*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_D2I_ASN1_BIT_STRING,0), "D2I_ASN1_BIT_STRING"}, 112*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_D2I_ASN1_BOOLEAN,0), "d2i_ASN1_BOOLEAN"}, 113*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_D2I_ASN1_BYTES,0), "d2i_ASN1_bytes"}, 114*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_D2I_ASN1_GENERALIZEDTIME,0), "D2I_ASN1_GENERALIZEDTIME"}, 115*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_D2I_ASN1_HEADER,0), "d2i_ASN1_HEADER"}, 116*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_D2I_ASN1_INTEGER,0), "D2I_ASN1_INTEGER"}, 117*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_D2I_ASN1_OBJECT,0), "d2i_ASN1_OBJECT"}, 118*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_D2I_ASN1_SET,0), "d2i_ASN1_SET"}, 119*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_D2I_ASN1_TYPE_BYTES,0), "d2i_ASN1_type_bytes"}, 120*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_D2I_ASN1_UINTEGER,0), "d2i_ASN1_UINTEGER"}, 121*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_D2I_ASN1_UTCTIME,0), "D2I_ASN1_UTCTIME"}, 122*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_D2I_NETSCAPE_RSA,0), "d2i_Netscape_RSA"}, 123*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_D2I_NETSCAPE_RSA_2,0), "D2I_NETSCAPE_RSA_2"}, 124*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_D2I_PRIVATEKEY,0), "d2i_PrivateKey"}, 125*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_D2I_PUBLICKEY,0), "d2i_PublicKey"}, 126*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_D2I_X509,0), "D2I_X509"}, 127*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_D2I_X509_CINF,0), "D2I_X509_CINF"}, 128*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_D2I_X509_NAME,0), "D2I_X509_NAME"}, 129*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_D2I_X509_PKEY,0), "d2i_X509_PKEY"}, 130*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_I2D_ASN1_TIME,0), "I2D_ASN1_TIME"}, 131*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_I2D_DSA_PUBKEY,0), "i2d_DSA_PUBKEY"}, 132*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_I2D_NETSCAPE_RSA,0), "i2d_Netscape_RSA"}, 133*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_I2D_PRIVATEKEY,0), "i2d_PrivateKey"}, 134*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_I2D_PUBLICKEY,0), "i2d_PublicKey"}, 135*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_I2D_RSA_PUBKEY,0), "i2d_RSA_PUBKEY"}, 136*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_LONG_C2I,0), "LONG_C2I"}, 137*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_OID_MODULE_INIT,0), "OID_MODULE_INIT"}, 138*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_PKCS5_PBE2_SET,0), "PKCS5_pbe2_set"}, 139*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_X509_CINF_NEW,0), "X509_CINF_NEW"}, 140*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_X509_CRL_ADD0_REVOKED,0), "X509_CRL_add0_revoked"}, 141*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_X509_INFO_NEW,0), "X509_INFO_new"}, 142*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_X509_NAME_NEW,0), "X509_NAME_NEW"}, 143*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_X509_NEW,0), "X509_NEW"}, 144*0Sstevel@tonic-gate {ERR_PACK(0,ASN1_F_X509_PKEY_NEW,0), "X509_PKEY_new"}, 145*0Sstevel@tonic-gate {0,NULL} 146*0Sstevel@tonic-gate }; 147*0Sstevel@tonic-gate 148*0Sstevel@tonic-gate static ERR_STRING_DATA ASN1_str_reasons[]= 149*0Sstevel@tonic-gate { 150*0Sstevel@tonic-gate {ASN1_R_ADDING_OBJECT ,"adding object"}, 151*0Sstevel@tonic-gate {ASN1_R_AUX_ERROR ,"aux error"}, 152*0Sstevel@tonic-gate {ASN1_R_BAD_CLASS ,"bad class"}, 153*0Sstevel@tonic-gate {ASN1_R_BAD_OBJECT_HEADER ,"bad object header"}, 154*0Sstevel@tonic-gate {ASN1_R_BAD_PASSWORD_READ ,"bad password read"}, 155*0Sstevel@tonic-gate {ASN1_R_BAD_TAG ,"bad tag"}, 156*0Sstevel@tonic-gate {ASN1_R_BN_LIB ,"bn lib"}, 157*0Sstevel@tonic-gate {ASN1_R_BOOLEAN_IS_WRONG_LENGTH ,"boolean is wrong length"}, 158*0Sstevel@tonic-gate {ASN1_R_BUFFER_TOO_SMALL ,"buffer too small"}, 159*0Sstevel@tonic-gate {ASN1_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER ,"cipher has no object identifier"}, 160*0Sstevel@tonic-gate {ASN1_R_DATA_IS_WRONG ,"data is wrong"}, 161*0Sstevel@tonic-gate {ASN1_R_DECODE_ERROR ,"decode error"}, 162*0Sstevel@tonic-gate {ASN1_R_DECODING_ERROR ,"decoding error"}, 163*0Sstevel@tonic-gate {ASN1_R_ENCODE_ERROR ,"encode error"}, 164*0Sstevel@tonic-gate {ASN1_R_ERROR_GETTING_TIME ,"error getting time"}, 165*0Sstevel@tonic-gate {ASN1_R_ERROR_LOADING_SECTION ,"error loading section"}, 166*0Sstevel@tonic-gate {ASN1_R_ERROR_PARSING_SET_ELEMENT ,"error parsing set element"}, 167*0Sstevel@tonic-gate {ASN1_R_ERROR_SETTING_CIPHER_PARAMS ,"error setting cipher params"}, 168*0Sstevel@tonic-gate {ASN1_R_EXPECTING_AN_INTEGER ,"expecting an integer"}, 169*0Sstevel@tonic-gate {ASN1_R_EXPECTING_AN_OBJECT ,"expecting an object"}, 170*0Sstevel@tonic-gate {ASN1_R_EXPECTING_A_BOOLEAN ,"expecting a boolean"}, 171*0Sstevel@tonic-gate {ASN1_R_EXPECTING_A_TIME ,"expecting a time"}, 172*0Sstevel@tonic-gate {ASN1_R_EXPLICIT_LENGTH_MISMATCH ,"explicit length mismatch"}, 173*0Sstevel@tonic-gate {ASN1_R_EXPLICIT_TAG_NOT_CONSTRUCTED ,"explicit tag not constructed"}, 174*0Sstevel@tonic-gate {ASN1_R_FIELD_MISSING ,"field missing"}, 175*0Sstevel@tonic-gate {ASN1_R_FIRST_NUM_TOO_LARGE ,"first num too large"}, 176*0Sstevel@tonic-gate {ASN1_R_HEADER_TOO_LONG ,"header too long"}, 177*0Sstevel@tonic-gate {ASN1_R_ILLEGAL_CHARACTERS ,"illegal characters"}, 178*0Sstevel@tonic-gate {ASN1_R_ILLEGAL_NULL ,"illegal null"}, 179*0Sstevel@tonic-gate {ASN1_R_ILLEGAL_OPTIONAL_ANY ,"illegal optional any"}, 180*0Sstevel@tonic-gate {ASN1_R_ILLEGAL_OPTIONS_ON_ITEM_TEMPLATE ,"illegal options on item template"}, 181*0Sstevel@tonic-gate {ASN1_R_ILLEGAL_TAGGED_ANY ,"illegal tagged any"}, 182*0Sstevel@tonic-gate {ASN1_R_INTEGER_TOO_LARGE_FOR_LONG ,"integer too large for long"}, 183*0Sstevel@tonic-gate {ASN1_R_INVALID_BMPSTRING_LENGTH ,"invalid bmpstring length"}, 184*0Sstevel@tonic-gate {ASN1_R_INVALID_DIGIT ,"invalid digit"}, 185*0Sstevel@tonic-gate {ASN1_R_INVALID_SEPARATOR ,"invalid separator"}, 186*0Sstevel@tonic-gate {ASN1_R_INVALID_TIME_FORMAT ,"invalid time format"}, 187*0Sstevel@tonic-gate {ASN1_R_INVALID_UNIVERSALSTRING_LENGTH ,"invalid universalstring length"}, 188*0Sstevel@tonic-gate {ASN1_R_INVALID_UTF8STRING ,"invalid utf8string"}, 189*0Sstevel@tonic-gate {ASN1_R_IV_TOO_LARGE ,"iv too large"}, 190*0Sstevel@tonic-gate {ASN1_R_LENGTH_ERROR ,"length error"}, 191*0Sstevel@tonic-gate {ASN1_R_MISSING_EOC ,"missing eoc"}, 192*0Sstevel@tonic-gate {ASN1_R_MISSING_SECOND_NUMBER ,"missing second number"}, 193*0Sstevel@tonic-gate {ASN1_R_MSTRING_NOT_UNIVERSAL ,"mstring not universal"}, 194*0Sstevel@tonic-gate {ASN1_R_MSTRING_WRONG_TAG ,"mstring wrong tag"}, 195*0Sstevel@tonic-gate {ASN1_R_NON_HEX_CHARACTERS ,"non hex characters"}, 196*0Sstevel@tonic-gate {ASN1_R_NOT_ENOUGH_DATA ,"not enough data"}, 197*0Sstevel@tonic-gate {ASN1_R_NO_MATCHING_CHOICE_TYPE ,"no matching choice type"}, 198*0Sstevel@tonic-gate {ASN1_R_NULL_IS_WRONG_LENGTH ,"null is wrong length"}, 199*0Sstevel@tonic-gate {ASN1_R_ODD_NUMBER_OF_CHARS ,"odd number of chars"}, 200*0Sstevel@tonic-gate {ASN1_R_PRIVATE_KEY_HEADER_MISSING ,"private key header missing"}, 201*0Sstevel@tonic-gate {ASN1_R_SECOND_NUMBER_TOO_LARGE ,"second number too large"}, 202*0Sstevel@tonic-gate {ASN1_R_SEQUENCE_LENGTH_MISMATCH ,"sequence length mismatch"}, 203*0Sstevel@tonic-gate {ASN1_R_SEQUENCE_NOT_CONSTRUCTED ,"sequence not constructed"}, 204*0Sstevel@tonic-gate {ASN1_R_SHORT_LINE ,"short line"}, 205*0Sstevel@tonic-gate {ASN1_R_STRING_TOO_LONG ,"string too long"}, 206*0Sstevel@tonic-gate {ASN1_R_STRING_TOO_SHORT ,"string too short"}, 207*0Sstevel@tonic-gate {ASN1_R_TAG_VALUE_TOO_HIGH ,"tag value too high"}, 208*0Sstevel@tonic-gate {ASN1_R_THE_ASN1_OBJECT_IDENTIFIER_IS_NOT_KNOWN_FOR_THIS_MD,"the asn1 object identifier is not known for this md"}, 209*0Sstevel@tonic-gate {ASN1_R_TOO_LONG ,"too long"}, 210*0Sstevel@tonic-gate {ASN1_R_TYPE_NOT_CONSTRUCTED ,"type not constructed"}, 211*0Sstevel@tonic-gate {ASN1_R_UNABLE_TO_DECODE_RSA_KEY ,"unable to decode rsa key"}, 212*0Sstevel@tonic-gate {ASN1_R_UNABLE_TO_DECODE_RSA_PRIVATE_KEY ,"unable to decode rsa private key"}, 213*0Sstevel@tonic-gate {ASN1_R_UNEXPECTED_EOC ,"unexpected eoc"}, 214*0Sstevel@tonic-gate {ASN1_R_UNKNOWN_FORMAT ,"unknown format"}, 215*0Sstevel@tonic-gate {ASN1_R_UNKNOWN_MESSAGE_DIGEST_ALGORITHM ,"unknown message digest algorithm"}, 216*0Sstevel@tonic-gate {ASN1_R_UNKNOWN_OBJECT_TYPE ,"unknown object type"}, 217*0Sstevel@tonic-gate {ASN1_R_UNKNOWN_PUBLIC_KEY_TYPE ,"unknown public key type"}, 218*0Sstevel@tonic-gate {ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE ,"unsupported any defined by type"}, 219*0Sstevel@tonic-gate {ASN1_R_UNSUPPORTED_CIPHER ,"unsupported cipher"}, 220*0Sstevel@tonic-gate {ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM ,"unsupported encryption algorithm"}, 221*0Sstevel@tonic-gate {ASN1_R_UNSUPPORTED_PUBLIC_KEY_TYPE ,"unsupported public key type"}, 222*0Sstevel@tonic-gate {ASN1_R_WRONG_TAG ,"wrong tag"}, 223*0Sstevel@tonic-gate {ASN1_R_WRONG_TYPE ,"wrong type"}, 224*0Sstevel@tonic-gate {0,NULL} 225*0Sstevel@tonic-gate }; 226*0Sstevel@tonic-gate 227*0Sstevel@tonic-gate #endif 228*0Sstevel@tonic-gate 229*0Sstevel@tonic-gate void ERR_load_ASN1_strings(void) 230*0Sstevel@tonic-gate { 231*0Sstevel@tonic-gate static int init=1; 232*0Sstevel@tonic-gate 233*0Sstevel@tonic-gate if (init) 234*0Sstevel@tonic-gate { 235*0Sstevel@tonic-gate init=0; 236*0Sstevel@tonic-gate #ifndef OPENSSL_NO_ERR 237*0Sstevel@tonic-gate ERR_load_strings(ERR_LIB_ASN1,ASN1_str_functs); 238*0Sstevel@tonic-gate ERR_load_strings(ERR_LIB_ASN1,ASN1_str_reasons); 239*0Sstevel@tonic-gate #endif 240*0Sstevel@tonic-gate 241*0Sstevel@tonic-gate } 242*0Sstevel@tonic-gate } 243