chromium/third_party/boringssl/src/include/openssl/x509v3_errors.h

/* Written by Dr Stephen N Henson ([email protected]) for the OpenSSL
 * project 1999. */
/* ====================================================================
 * Copyright (c) 1999-2004 The OpenSSL Project.  All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 *
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 *
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in
 *    the documentation and/or other materials provided with the
 *    distribution.
 *
 * 3. All advertising materials mentioning features or use of this
 *    software must display the following acknowledgment:
 *    "This product includes software developed by the OpenSSL Project
 *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
 *
 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
 *    endorse or promote products derived from this software without
 *    prior written permission. For written permission, please contact
 *    [email protected].
 *
 * 5. Products derived from this software may not be called "OpenSSL"
 *    nor may "OpenSSL" appear in their names without prior written
 *    permission of the OpenSSL Project.
 *
 * 6. Redistributions of any form whatsoever must retain the following
 *    acknowledgment:
 *    "This product includes software developed by the OpenSSL Project
 *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
 *
 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 * OF THE POSSIBILITY OF SUCH DAMAGE.
 * ====================================================================
 *
 * This product includes cryptographic software written by Eric Young
 * ([email protected]).  This product includes software written by Tim
 * Hudson ([email protected]). */

#ifndef OPENSSL_HEADER_X509V3_ERRORS_H
#define OPENSSL_HEADER_X509V3_ERRORS_H

#define X509V3_R_BAD_IP_ADDRESS
#define X509V3_R_BAD_OBJECT
#define X509V3_R_BN_DEC2BN_ERROR
#define X509V3_R_BN_TO_ASN1_INTEGER_ERROR
#define X509V3_R_CANNOT_FIND_FREE_FUNCTION
#define X509V3_R_DIRNAME_ERROR
#define X509V3_R_DISTPOINT_ALREADY_SET
#define X509V3_R_DUPLICATE_ZONE_ID
#define X509V3_R_ERROR_CONVERTING_ZONE
#define X509V3_R_ERROR_CREATING_EXTENSION
#define X509V3_R_ERROR_IN_EXTENSION
#define X509V3_R_EXPECTED_A_SECTION_NAME
#define X509V3_R_EXTENSION_EXISTS
#define X509V3_R_EXTENSION_NAME_ERROR
#define X509V3_R_EXTENSION_NOT_FOUND
#define X509V3_R_EXTENSION_SETTING_NOT_SUPPORTED
#define X509V3_R_EXTENSION_VALUE_ERROR
#define X509V3_R_ILLEGAL_EMPTY_EXTENSION
#define X509V3_R_ILLEGAL_HEX_DIGIT
#define X509V3_R_INCORRECT_POLICY_SYNTAX_TAG
#define X509V3_R_INVALID_BOOLEAN_STRING
#define X509V3_R_INVALID_EXTENSION_STRING
#define X509V3_R_INVALID_MULTIPLE_RDNS
#define X509V3_R_INVALID_NAME
#define X509V3_R_INVALID_NULL_ARGUMENT
#define X509V3_R_INVALID_NULL_NAME
#define X509V3_R_INVALID_NULL_VALUE
#define X509V3_R_INVALID_NUMBER
#define X509V3_R_INVALID_NUMBERS
#define X509V3_R_INVALID_OBJECT_IDENTIFIER
#define X509V3_R_INVALID_OPTION
#define X509V3_R_INVALID_POLICY_IDENTIFIER
#define X509V3_R_INVALID_PROXY_POLICY_SETTING
#define X509V3_R_INVALID_PURPOSE
#define X509V3_R_INVALID_SECTION
#define X509V3_R_INVALID_SYNTAX
#define X509V3_R_ISSUER_DECODE_ERROR
#define X509V3_R_MISSING_VALUE
#define X509V3_R_NEED_ORGANIZATION_AND_NUMBERS
#define X509V3_R_NO_CONFIG_DATABASE
#define X509V3_R_NO_ISSUER_CERTIFICATE
#define X509V3_R_NO_ISSUER_DETAILS
#define X509V3_R_NO_POLICY_IDENTIFIER
#define X509V3_R_NO_PROXY_CERT_POLICY_LANGUAGE_DEFINED
#define X509V3_R_NO_PUBLIC_KEY
#define X509V3_R_NO_SUBJECT_DETAILS
#define X509V3_R_ODD_NUMBER_OF_DIGITS
#define X509V3_R_OPERATION_NOT_DEFINED
#define X509V3_R_OTHERNAME_ERROR
#define X509V3_R_POLICY_LANGUAGE_ALREADY_DEFINED
#define X509V3_R_POLICY_PATH_LENGTH
#define X509V3_R_POLICY_PATH_LENGTH_ALREADY_DEFINED
#define X509V3_R_POLICY_WHEN_PROXY_LANGUAGE_REQUIRES_NO_POLICY
#define X509V3_R_SECTION_NOT_FOUND
#define X509V3_R_UNABLE_TO_GET_ISSUER_DETAILS
#define X509V3_R_UNABLE_TO_GET_ISSUER_KEYID
#define X509V3_R_UNKNOWN_BIT_STRING_ARGUMENT
#define X509V3_R_UNKNOWN_EXTENSION
#define X509V3_R_UNKNOWN_EXTENSION_NAME
#define X509V3_R_UNKNOWN_OPTION
#define X509V3_R_UNSUPPORTED_OPTION
#define X509V3_R_UNSUPPORTED_TYPE
#define X509V3_R_USER_TOO_LONG
#define X509V3_R_INVALID_VALUE
#define X509V3_R_TRAILING_DATA_IN_EXTENSION

#endif  // OPENSSL_HEADER_X509V3_ERRORS_H