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/doc/man3/RSA_check_key.pod

    r91772 r94082  
    99 #include <openssl/rsa.h>
    1010
    11  int RSA_check_key_ex(RSA *rsa, BN_GENCB *cb);
     11The following functions have been deprecated since OpenSSL 3.0, and can be
     12hidden entirely by defining B<OPENSSL_API_COMPAT> with a suitable version value,
     13see L<openssl_user_macros(7)>:
    1214
    13  int RSA_check_key(RSA *rsa);
     15 int RSA_check_key_ex(const RSA *rsa, BN_GENCB *cb);
     16
     17 int RSA_check_key(const RSA *rsa);
    1418
    1519=head1 DESCRIPTION
     20
     21Both of the functions described on this page are deprecated.
     22Applications should instead use L<EVP_PKEY_public_check(3)>,
     23L<EVP_PKEY_private_check(3)> and L<EVP_PKEY_pairwise_check(3)>.
    1624
    1725RSA_check_key_ex() function validates RSA keys.
     
    7179=head1 HISTORY
    7280
     81All of these functions were deprecated in OpenSSL 3.0.
     82
    7383RSA_check_key_ex() appeared after OpenSSL 1.0.2.
    7484
    7585=head1 COPYRIGHT
    7686
    77 Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
     87Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
    7888
    79 Licensed under the OpenSSL license (the "License").  You may not use
     89Licensed under the Apache License 2.0 (the "License").  You may not use
    8090this file except in compliance with the License.  You can obtain a copy
    8191in the file LICENSE in the source distribution or at
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