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/dsaerr.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_DSAERR_H
    12 # define HEADER_DSAERR_H
    13 
    14 # ifndef HEADER_SYMHACKS_H
    15 #  include <openssl/symhacks.h>
    16 # endif
     11#ifndef OPENSSL_DSAERR_H
     12# define OPENSSL_DSAERR_H
     13# pragma once
    1714
    1815# include <openssl/opensslconf.h>
     16# include <openssl/symhacks.h>
     17# include <openssl/cryptoerr_legacy.h>
     18
    1919
    2020# ifndef OPENSSL_NO_DSA
    2121
    22 #  ifdef  __cplusplus
    23 extern "C"
    24 #  endif
    25 int ERR_load_DSA_strings(void);
    26 
    27 /*
    28  * DSA function codes.
    29  */
    30 #  define DSA_F_DSAPARAMS_PRINT                            100
    31 #  define DSA_F_DSAPARAMS_PRINT_FP                         101
    32 #  define DSA_F_DSA_BUILTIN_PARAMGEN                       125
    33 #  define DSA_F_DSA_BUILTIN_PARAMGEN2                      126
    34 #  define DSA_F_DSA_DO_SIGN                                112
    35 #  define DSA_F_DSA_DO_VERIFY                              113
    36 #  define DSA_F_DSA_METH_DUP                               127
    37 #  define DSA_F_DSA_METH_NEW                               128
    38 #  define DSA_F_DSA_METH_SET1_NAME                         129
    39 #  define DSA_F_DSA_NEW_METHOD                             103
    40 #  define DSA_F_DSA_PARAM_DECODE                           119
    41 #  define DSA_F_DSA_PRINT_FP                               105
    42 #  define DSA_F_DSA_PRIV_DECODE                            115
    43 #  define DSA_F_DSA_PRIV_ENCODE                            116
    44 #  define DSA_F_DSA_PUB_DECODE                             117
    45 #  define DSA_F_DSA_PUB_ENCODE                             118
    46 #  define DSA_F_DSA_SIGN                                   106
    47 #  define DSA_F_DSA_SIGN_SETUP                             107
    48 #  define DSA_F_DSA_SIG_NEW                                102
    49 #  define DSA_F_OLD_DSA_PRIV_DECODE                        122
    50 #  define DSA_F_PKEY_DSA_CTRL                              120
    51 #  define DSA_F_PKEY_DSA_CTRL_STR                          104
    52 #  define DSA_F_PKEY_DSA_KEYGEN                            121
    5322
    5423/*
    5524 * DSA reason codes.
    5625 */
     26#  define DSA_R_BAD_FFC_PARAMETERS                         114
    5727#  define DSA_R_BAD_Q_VALUE                                102
    5828#  define DSA_R_BN_DECODE_ERROR                            108
     
    6636#  define DSA_R_NO_PARAMETERS_SET                          107
    6737#  define DSA_R_PARAMETER_ENCODING_ERROR                   105
     38#  define DSA_R_P_NOT_PRIME                                115
    6839#  define DSA_R_Q_NOT_PRIME                                113
    6940#  define DSA_R_SEED_LEN_SMALL                             110
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