VirtualBox

Ignore:
Timestamp:
Mar 3, 2022 7:17:34 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150325
Message:

libs/openssl-3.0.1: started applying and adjusting our OpenSSL changes to 3.0.1. bugref:10128

Location:
trunk/src/libs/openssl-3.0.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/openssl-3.0.1

    • Property svn:mergeinfo
      •  

        old new  
        1212/vendor/openssl/1.1.1c:131722-131725
        1313/vendor/openssl/1.1.1k:145841-145843
         14/vendor/openssl/3.0.1:150323-150324
         15/vendor/openssl/current:147554-150322
  • trunk/src/libs/openssl-3.0.1/include/openssl/cryptoerr.h

    r91772 r94082  
    11/*
    22 * Generated by util/mkerr.pl DO NOT EDIT
    3  * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
     3 * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
    44 *
    5  * Licensed under the OpenSSL license (the "License").  You may not use
     5 * Licensed under the Apache License 2.0 (the "License").  You may not use
    66 * this file except in compliance with the License.  You can obtain a copy
    77 * in the file LICENSE in the source distribution or at
     
    99 */
    1010
    11 #ifndef HEADER_CRYPTOERR_H
    12 # define HEADER_CRYPTOERR_H
     11#ifndef OPENSSL_CRYPTOERR_H
     12# define OPENSSL_CRYPTOERR_H
     13# pragma once
    1314
    14 # ifndef HEADER_SYMHACKS_H
    15 #  include <openssl/symhacks.h>
    16 # endif
     15# include <openssl/opensslconf.h>
     16# include <openssl/symhacks.h>
     17# include <openssl/cryptoerr_legacy.h>
    1718
    18 # ifdef  __cplusplus
    19 extern "C"
    20 # endif
    21 int ERR_load_CRYPTO_strings(void);
    2219
    23 /*
    24  * CRYPTO function codes.
    25  */
    26 # define CRYPTO_F_CMAC_CTX_NEW                            120
    27 # define CRYPTO_F_CRYPTO_DUP_EX_DATA                      110
    28 # define CRYPTO_F_CRYPTO_FREE_EX_DATA                     111
    29 # define CRYPTO_F_CRYPTO_GET_EX_NEW_INDEX                 100
    30 # define CRYPTO_F_CRYPTO_MEMDUP                           115
    31 # define CRYPTO_F_CRYPTO_NEW_EX_DATA                      112
    32 # define CRYPTO_F_CRYPTO_OCB128_COPY_CTX                  121
    33 # define CRYPTO_F_CRYPTO_OCB128_INIT                      122
    34 # define CRYPTO_F_CRYPTO_SET_EX_DATA                      102
    35 # define CRYPTO_F_FIPS_MODE_SET                           109
    36 # define CRYPTO_F_GET_AND_LOCK                            113
    37 # define CRYPTO_F_OPENSSL_ATEXIT                          114
    38 # define CRYPTO_F_OPENSSL_BUF2HEXSTR                      117
    39 # define CRYPTO_F_OPENSSL_FOPEN                           119
    40 # define CRYPTO_F_OPENSSL_HEXSTR2BUF                      118
    41 # define CRYPTO_F_OPENSSL_INIT_CRYPTO                     116
    42 # define CRYPTO_F_OPENSSL_LH_NEW                          126
    43 # define CRYPTO_F_OPENSSL_SK_DEEP_COPY                    127
    44 # define CRYPTO_F_OPENSSL_SK_DUP                          128
    45 # define CRYPTO_F_PKEY_HMAC_INIT                          123
    46 # define CRYPTO_F_PKEY_POLY1305_INIT                      124
    47 # define CRYPTO_F_PKEY_SIPHASH_INIT                       125
    48 # define CRYPTO_F_SK_RESERVE                              129
    4920
    5021/*
    5122 * CRYPTO reason codes.
    5223 */
    53 # define CRYPTO_R_FIPS_MODE_NOT_SUPPORTED                 101
     24# define CRYPTO_R_BAD_ALGORITHM_NAME                      117
     25# define CRYPTO_R_CONFLICTING_NAMES                       118
     26# define CRYPTO_R_HEX_STRING_TOO_SHORT                    121
    5427# define CRYPTO_R_ILLEGAL_HEX_DIGIT                       102
     28# define CRYPTO_R_INSUFFICIENT_DATA_SPACE                 106
     29# define CRYPTO_R_INSUFFICIENT_PARAM_SIZE                 107
     30# define CRYPTO_R_INSUFFICIENT_SECURE_DATA_SPACE          108
     31# define CRYPTO_R_INVALID_NEGATIVE_VALUE                  122
     32# define CRYPTO_R_INVALID_NULL_ARGUMENT                   109
     33# define CRYPTO_R_INVALID_OSSL_PARAM_TYPE                 110
    5534# define CRYPTO_R_ODD_NUMBER_OF_DIGITS                    103
     35# define CRYPTO_R_PROVIDER_ALREADY_EXISTS                 104
     36# define CRYPTO_R_PROVIDER_SECTION_ERROR                  105
     37# define CRYPTO_R_RANDOM_SECTION_ERROR                    119
     38# define CRYPTO_R_SECURE_MALLOC_FAILURE                   111
     39# define CRYPTO_R_STRING_TOO_LONG                         112
     40# define CRYPTO_R_TOO_MANY_BYTES                          113
     41# define CRYPTO_R_TOO_MANY_RECORDS                        114
     42# define CRYPTO_R_TOO_SMALL_BUFFER                        116
     43# define CRYPTO_R_UNKNOWN_NAME_IN_RANDOM_SECTION          120
     44# define CRYPTO_R_ZERO_LENGTH_NUMBER                      115
    5645
    5746#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette