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/crypto/sm2err.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 2020-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
     
    1111#ifndef OSSL_CRYPTO_SM2ERR_H
    1212# define OSSL_CRYPTO_SM2ERR_H
    13 
    14 # ifndef HEADER_SYMHACKS_H
    15 #  include <openssl/symhacks.h>
    16 # endif
     13# pragma once
    1714
    1815# include <openssl/opensslconf.h>
     16# include <openssl/symhacks.h>
     17
     18# ifdef  __cplusplus
     19extern "C" {
     20# endif
    1921
    2022# ifndef OPENSSL_NO_SM2
    2123
    22 #  ifdef  __cplusplus
    23 extern "C"
    24 #  endif
    25 int ERR_load_SM2_strings(void);
    26 
    27 /*
    28  * SM2 function codes.
    29  */
    30 #  define SM2_F_PKEY_SM2_COPY                              115
    31 #  define SM2_F_PKEY_SM2_CTRL                              109
    32 #  define SM2_F_PKEY_SM2_CTRL_STR                          110
    33 #  define SM2_F_PKEY_SM2_DIGEST_CUSTOM                     114
    34 #  define SM2_F_PKEY_SM2_INIT                              111
    35 #  define SM2_F_PKEY_SM2_SIGN                              112
    36 #  define SM2_F_SM2_COMPUTE_MSG_HASH                       100
    37 #  define SM2_F_SM2_COMPUTE_USERID_DIGEST                  101
    38 #  define SM2_F_SM2_COMPUTE_Z_DIGEST                       113
    39 #  define SM2_F_SM2_DECRYPT                                102
    40 #  define SM2_F_SM2_ENCRYPT                                103
    41 #  define SM2_F_SM2_PLAINTEXT_SIZE                         104
    42 #  define SM2_F_SM2_SIGN                                   105
    43 #  define SM2_F_SM2_SIG_GEN                                106
    44 #  define SM2_F_SM2_SIG_VERIFY                             107
    45 #  define SM2_F_SM2_VERIFY                                 108
     24int ossl_err_load_SM2_strings(void);
    4625
    4726/*
     
    5938#  define SM2_R_INVALID_ENCODING                           104
    6039#  define SM2_R_INVALID_FIELD                              105
     40#  define SM2_R_INVALID_PRIVATE_KEY                        113
    6141#  define SM2_R_NO_PARAMETERS_SET                          109
    6242#  define SM2_R_USER_ID_TOO_LARGE                          106
    6343
    6444# endif
     45
     46# ifdef  __cplusplus
     47}
     48# endif
    6549#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