VirtualBox

Ignore:
Timestamp:
Jun 8, 2022 7:43:44 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151730
Message:

libs/openssl: Switched to v3.0.3, bugref:10128

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

Legend:

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

    • Property svn:mergeinfo
      •  

        old new  
        1414/vendor/openssl/3.0.1:150323-150324
        1515/vendor/openssl/3.0.2:150728-150729
        16 /vendor/openssl/current:147554-150727
         16/vendor/openssl/3.0.3:151497-151729
         17/vendor/openssl/current:147554-151496
  • trunk/src/libs/openssl-3.0.3/apps/ecparam.c

    r94082 r95219  
    11/*
    2  * Copyright 2002-2021 The OpenSSL Project Authors. All Rights Reserved.
     2 * Copyright 2002-2022 The OpenSSL Project Authors. All Rights Reserved.
    33 * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
    44 *
     
    230230        *p = OSSL_PARAM_construct_end();
    231231
    232         if (strcasecmp(curve_name, "SM2") == 0)
     232        if (OPENSSL_strcasecmp(curve_name, "SM2") == 0)
    233233            gctx_params = EVP_PKEY_CTX_new_from_name(NULL, "sm2", NULL);
    234234        else
Note: See TracChangeset for help on using the changeset viewer.

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