VirtualBox

忽略:
時間撮記:
2022-3-3 下午07:17:34 (3 年 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
150325
訊息:

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

位置:
trunk/src/libs/openssl-3.0.1
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/libs/openssl-3.0.1

    • 屬性 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/bioerr.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_BIOERR_H
    12 # define HEADER_BIOERR_H
     11#ifndef OPENSSL_BIOERR_H
     12# define OPENSSL_BIOERR_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_BIO_strings(void);
    2219
    23 /*
    24  * BIO function codes.
    25  */
    26 # define BIO_F_ACPT_STATE                                 100
    27 # define BIO_F_ADDRINFO_WRAP                              148
    28 # define BIO_F_ADDR_STRINGS                               134
    29 # define BIO_F_BIO_ACCEPT                                 101
    30 # define BIO_F_BIO_ACCEPT_EX                              137
    31 # define BIO_F_BIO_ACCEPT_NEW                             152
    32 # define BIO_F_BIO_ADDR_NEW                               144
    33 # define BIO_F_BIO_BIND                                   147
    34 # define BIO_F_BIO_CALLBACK_CTRL                          131
    35 # define BIO_F_BIO_CONNECT                                138
    36 # define BIO_F_BIO_CONNECT_NEW                            153
    37 # define BIO_F_BIO_CTRL                                   103
    38 # define BIO_F_BIO_GETS                                   104
    39 # define BIO_F_BIO_GET_HOST_IP                            106
    40 # define BIO_F_BIO_GET_NEW_INDEX                          102
    41 # define BIO_F_BIO_GET_PORT                               107
    42 # define BIO_F_BIO_LISTEN                                 139
    43 # define BIO_F_BIO_LOOKUP                                 135
    44 # define BIO_F_BIO_LOOKUP_EX                              143
    45 # define BIO_F_BIO_MAKE_PAIR                              121
    46 # define BIO_F_BIO_METH_NEW                               146
    47 # define BIO_F_BIO_NEW                                    108
    48 # define BIO_F_BIO_NEW_DGRAM_SCTP                         145
    49 # define BIO_F_BIO_NEW_FILE                               109
    50 # define BIO_F_BIO_NEW_MEM_BUF                            126
    51 # define BIO_F_BIO_NREAD                                  123
    52 # define BIO_F_BIO_NREAD0                                 124
    53 # define BIO_F_BIO_NWRITE                                 125
    54 # define BIO_F_BIO_NWRITE0                                122
    55 # define BIO_F_BIO_PARSE_HOSTSERV                         136
    56 # define BIO_F_BIO_PUTS                                   110
    57 # define BIO_F_BIO_READ                                   111
    58 # define BIO_F_BIO_READ_EX                                105
    59 # define BIO_F_BIO_READ_INTERN                            120
    60 # define BIO_F_BIO_SOCKET                                 140
    61 # define BIO_F_BIO_SOCKET_NBIO                            142
    62 # define BIO_F_BIO_SOCK_INFO                              141
    63 # define BIO_F_BIO_SOCK_INIT                              112
    64 # define BIO_F_BIO_WRITE                                  113
    65 # define BIO_F_BIO_WRITE_EX                               119
    66 # define BIO_F_BIO_WRITE_INTERN                           128
    67 # define BIO_F_BUFFER_CTRL                                114
    68 # define BIO_F_CONN_CTRL                                  127
    69 # define BIO_F_CONN_STATE                                 115
    70 # define BIO_F_DGRAM_SCTP_NEW                             149
    71 # define BIO_F_DGRAM_SCTP_READ                            132
    72 # define BIO_F_DGRAM_SCTP_WRITE                           133
    73 # define BIO_F_DOAPR_OUTCH                                150
    74 # define BIO_F_FILE_CTRL                                  116
    75 # define BIO_F_FILE_READ                                  130
    76 # define BIO_F_LINEBUFFER_CTRL                            129
    77 # define BIO_F_LINEBUFFER_NEW                             151
    78 # define BIO_F_MEM_WRITE                                  117
    79 # define BIO_F_NBIOF_NEW                                  154
    80 # define BIO_F_SLG_WRITE                                  155
    81 # define BIO_F_SSL_NEW                                    118
    8220
    8321/*
     
    9028# define BIO_R_BROKEN_PIPE                                124
    9129# define BIO_R_CONNECT_ERROR                              103
     30# define BIO_R_CONNECT_TIMEOUT                            147
    9231# define BIO_R_GETHOSTBYNAME_ADDR_IS_NOT_AF_INET          107
    9332# define BIO_R_GETSOCKNAME_ERROR                          132
     
    10645# define BIO_R_NO_PORT_DEFINED                            113
    10746# define BIO_R_NO_SUCH_FILE                               128
    108 # define BIO_R_NULL_PARAMETER                             115
     47# define BIO_R_NULL_PARAMETER                             115 /* unused */
     48# define BIO_R_TRANSFER_ERROR                             104
     49# define BIO_R_TRANSFER_TIMEOUT                           105
    10950# define BIO_R_UNABLE_TO_BIND_SOCKET                      117
    11051# define BIO_R_UNABLE_TO_CREATE_SOCKET                    118
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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