Changeset 94082 in vbox for trunk/src/libs/openssl-3.0.1/doc/man3/OSSL_STORE_expect.pod
- Timestamp:
- Mar 3, 2022 7:17:34 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150325
- 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 12 12 /vendor/openssl/1.1.1c:131722-131725 13 13 /vendor/openssl/1.1.1k:145841-145843 14 /vendor/openssl/3.0.1:150323-150324 15 /vendor/openssl/current:147554-150322
-
- Property svn:mergeinfo
-
trunk/src/libs/openssl-3.0.1/doc/man3/OSSL_STORE_expect.pod
r91772 r94082 22 22 OSSL_STORE_expect() helps applications filter what OSSL_STORE_load() returns 23 23 by 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 24 By default, no expectations on the types of objects to be loaded are made. 25 I<expected_type> may be 0 to indicate explicitly that no expectation is made, 26 or it may be any of the known object types (see 27 L<OSSL_STORE_INFO(3)/SUPPORTED OBJECTS>) except for B<OSSL_STORE_INFO_NAME>. 28 For example, if C<file:/foo/bar/store.pem> contains several objects of different 29 type and only certificates are interesting, the application can simply say 26 30 that 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.29 31 30 32 OSSL_STORE_find() helps applications specify a criterion for a more fine … … 33 35 OSSL_STORE_supports_search() checks if the loader of the given OSSL_STORE 34 36 context supports the given search type. 35 See L<OSSL_STORE_SEARCH /SUPPORTED CRITERION TYPES> for information on the37 See L<OSSL_STORE_SEARCH(3)/SUPPORTED CRITERION TYPES> for information on the 36 38 supported search criterion types. 37 39 … … 70 72 =head1 COPYRIGHT 71 73 72 Copyright 2018-20 19The OpenSSL Project Authors. All Rights Reserved.74 Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved. 73 75 74 Licensed under the OpenSSL license(the "License"). You may not use76 Licensed under the Apache License 2.0 (the "License"). You may not use 75 77 this file except in compliance with the License. You can obtain a copy 76 78 in the file LICENSE in the source distribution or at
Note:
See TracChangeset
for help on using the changeset viewer.