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/OSSL_STORE_expect.pod

    r91772 r94082  
    2222OSSL_STORE_expect() helps applications filter what OSSL_STORE_load() returns
    2323by specifying a B<OSSL_STORE_INFO> type.
    24 For example, if C<file:/foo/bar/store.pem> contains several different objects
    25 and only the certificates are interesting, the application can simply say
     24By default, no expectations on the types of objects to be loaded are made.
     25I<expected_type> may be 0 to indicate explicitly that no expectation is made,
     26or it may be any of the known object types (see
     27L<OSSL_STORE_INFO(3)/SUPPORTED OBJECTS>) except for B<OSSL_STORE_INFO_NAME>.
     28For example, if C<file:/foo/bar/store.pem> contains several objects of different
     29type and only certificates are interesting, the application can simply say
    2630that it expects the type B<OSSL_STORE_INFO_CERT>.
    27 All known object types (see L<OSSL_STORE_INFO(3)/SUPPORTED OBJECTS>)
    28 except for B<OSSL_STORE_INFO_NAME> are supported.
    2931
    3032OSSL_STORE_find() helps applications specify a criterion for a more fine
     
    3335OSSL_STORE_supports_search() checks if the loader of the given OSSL_STORE
    3436context supports the given search type.
    35 See L<OSSL_STORE_SEARCH/SUPPORTED CRITERION TYPES> for information on the
     37See L<OSSL_STORE_SEARCH(3)/SUPPORTED CRITERION TYPES> for information on the
    3638supported search criterion types.
    3739
     
    7072=head1 COPYRIGHT
    7173
    72 Copyright 2018-2019 The OpenSSL Project Authors. All Rights Reserved.
     74Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved.
    7375
    74 Licensed under the OpenSSL license (the "License").  You may not use
     76Licensed under the Apache License 2.0 (the "License").  You may not use
    7577this file except in compliance with the License.  You can obtain a copy
    7678in 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