/openssl-master/crypto/store/ |
A D | store_lib.c | 315 if (search == NULL) { in OSSL_STORE_find() 853 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); in OSSL_STORE_SEARCH_by_name() local 861 search->name = name; in OSSL_STORE_SEARCH_by_name() 862 return search; in OSSL_STORE_SEARCH_by_name() 868 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); in OSSL_STORE_SEARCH_by_issuer_serial() local 876 search->name = name; in OSSL_STORE_SEARCH_by_issuer_serial() 878 return search; in OSSL_STORE_SEARCH_by_issuer_serial() 885 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); in OSSL_STORE_SEARCH_by_key_fingerprint() local 905 return search; in OSSL_STORE_SEARCH_by_key_fingerprint() 910 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); in OSSL_STORE_SEARCH_by_alias() local [all …]
|
/openssl-master/test/ |
A D | ossl_store_test.c | 43 OSSL_STORE_SEARCH *search = NULL; in test_store_open() local 48 && TEST_ptr(search = OSSL_STORE_SEARCH_by_alias("nothing")) in test_store_open() 53 && TEST_true(OSSL_STORE_find(sctx, search)); in test_store_open() 55 OSSL_STORE_SEARCH_free(search); in test_store_open() 64 OSSL_STORE_SEARCH *search = NULL; in test_store_search_by_key_fingerprint_fail() local 66 ret = TEST_ptr_null(search = OSSL_STORE_SEARCH_by_key_fingerprint( in test_store_search_by_key_fingerprint_fail() 68 OSSL_STORE_SEARCH_free(search); in test_store_search_by_key_fingerprint_fail()
|
/openssl-master/apps/ |
A D | storeutl.c | 20 int expected, int criterion, OSSL_STORE_SEARCH *search, 86 OSSL_STORE_SEARCH *search = NULL; in storeutl_main() local 274 if ((search = OSSL_STORE_SEARCH_by_name(subject)) == NULL) { in storeutl_main() 286 if ((search = OSSL_STORE_SEARCH_by_issuer_serial(issuer, serial)) in storeutl_main() 293 if ((search = OSSL_STORE_SEARCH_by_key_fingerprint(digest, in storeutl_main() 302 if ((search = OSSL_STORE_SEARCH_by_alias(alias)) == NULL) { in storeutl_main() 322 expected, criterion, search, in storeutl_main() 332 OSSL_STORE_SEARCH_free(search); in storeutl_main() 353 int expected, int criterion, OSSL_STORE_SEARCH *search, in process() argument 383 if (!OSSL_STORE_find(store_ctx, search)) { in process() [all …]
|
/openssl-master/ |
A D | NOTES-UNIX.md | 26 a bit of help from a defined runtime shared library search path. 29 scripts do NOT generally set the runtime shared library search path for 34 Runtime shared library search paths are specified with different 40 Possible options to set the runtime shared library search path include 55 search path! Some OpenSSL config targets add an extra directory level 58 used with the runtime shared library search path options, as shown in 64 On modern ELF based systems, there are two runtime search paths tags to 83 How to choose which runtime search path tag is to be set depends on 93 for runtime search path relative to the directory containing current 106 also cases when you'd have to explicitly specify runtime search path
|
A D | NOTES-PERL.md | 92 favorite package manager. Usually, all you need to do is search 97 $ apt-cache search Text::Template
|
A D | NOTES-WINDOWS.md | 145 * Set your include search path to the "include" subdirectory of OpenSSL. 146 * Set your library search path to the OpenSSL source directory.
|
/openssl-master/doc/man3/ |
A D | OSSL_STORE_SEARCH.pod | 17 - Type and functions to create OSSL_STORE search criteria 34 void OSSL_STORE_SEARCH_free(OSSL_STORE_SEARCH *search); 48 These functions are used to specify search criteria to help search for specific 51 and then wants to add on search criteria in a uniform and supported manner. 55 B<OSSL_STORE_SEARCH> is an opaque type that holds the constructed search 99 This criterion supports a search by exact match of subject name. 106 This criterion supports a search by exact match of both issuer name and serial 116 This criterion supports a search by exact match of key fingerprint. 129 This criterion supports a search by match of an alias of some kind.
|
A D | OSSL_STORE_expect.pod | 18 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, OSSL_STORE_SEARCH *search); 33 grained search of objects. 36 context supports the given search type. 38 supported search criterion types.
|
A D | BIO_find_type.pod | 18 at BIO B<b>. If B<type> is a specific type (such as B<BIO_TYPE_MEM>) then a search 49 btmp = in_bio; /* in_bio is chain to search through */
|
A D | EVP_PBE_CipherInit.pod | 36 =head2 PBE algorithm search 38 EVP_PBE_find() and EVP_PBE_find_ex() search for a matching algorithm using two parameters:
|
A D | CMS_verify_receipt.pod | 19 receipt request. B<certs> is a set of certificates in which to search for the
|
A D | ASN1_STRING_TABLE_add.pod | 38 on I<nid>. It will search the local table first, then the standard one.
|
A D | X509v3_get_ext_by_NID.pod | 68 with B<nid> or B<obj> from extension stack B<x>. The search starts from the 110 error. These search functions start from the extension B<after> the B<lastpos>
|
A D | OSSL_DECODER_CTX_new_for_pkey.pod | 54 The search of decoder implementations can be limited with I<input_type> and 62 The search of decoder implementations can also be limited with I<keytype>
|
A D | SSL_CTX_load_verify_locations.pod | 82 extension must be different (e.g. 9d66eef0.0, 9d66eef0.1 etc). The search 92 will search for suitable certificates first in B<CAfile>, then in B<CApath>.
|
A D | DEFINE_STACK_OF.pod | 175 a linear search for a pointer equal to I<ptr>. The index of the first 220 for use in a binary search operation. That is it should return zero, a 227 A failed search is indicated by a B<-1> return value.
|
/openssl-master/doc/man7/ |
A D | provider-storemgmt.pod | 89 kind of data to expect, search criteria, and so on. More on those below, in 125 Indicates that the caller wants to search for an object with the given 133 Indicates that the caller wants to search for an object with the given 141 Indicates that the caller wants to search for an object with the given 148 Indicates that the caller wants to search for an object with the given 153 Indicates that the caller wants to search for an object with the given 168 Several of these search criteria may be combined. For example, to 169 search for a certificate by issuer+serial, both the "issuer" and the
|
A D | crypto.pod | 177 fetched implicitly using default search criteria. 181 using default search criteria and an algorithm name that is consistent with 300 search criterion for these implementations. The default provider includes all 315 "provider=base" can be used as a search criterion for these implementations. 330 property query string "provider=fips" can be used as a search criterion for 345 the property "provider=legacy" can be used as a search criterion for these 402 * we're not supplying any particular search criteria for our SHA256
|
/openssl-master/engines/ |
A D | e_loader_attic.txt | 16 search only supported for directories 20 ATTIC_R_UNSUPPORTED_SEARCH_TYPE:109:unsupported search type
|
A D | e_loader_attic.c | 1144 const OSSL_STORE_SEARCH *search) in file_find() argument 1151 if (OSSL_STORE_SEARCH_get_type(search) == OSSL_STORE_SEARCH_BY_NAME) { in file_find() 1162 hash = X509_NAME_hash_ex(OSSL_STORE_SEARCH_get0_name(search), in file_find()
|
/openssl-master/crypto/x509/ |
A D | x509_vfy.c | 2992 unsigned int search; in build_chain() local 3020 search |= S_DOTRUSTED; in build_chain() 3060 while (search != 0) { in build_chain() 3079 if ((search & S_DOTRUSTED) != 0) { in build_chain() 3081 if ((search & S_DOALTERNATE) != 0) { in build_chain() 3136 search &= ~S_DOALTERNATE; in build_chain() 3197 search &= ~S_DOUNTRUSTED; in build_chain() 3221 search |= S_DOALTERNATE; in build_chain() 3229 if ((search & S_DOUNTRUSTED) != 0) { in build_chain() 3242 search &= ~S_DOUNTRUSTED; in build_chain() [all …]
|
/openssl-master/include/openssl/ |
A D | store.h | 229 void OSSL_STORE_SEARCH_free(OSSL_STORE_SEARCH *search); 246 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, const OSSL_STORE_SEARCH *search);
|
/openssl-master/doc/man1/ |
A D | openssl-storeutl.pod.in | 85 Empty values are permitted but are ignored for the search. That is, 86 a search with an empty value will have the same effect as not specifying
|
/openssl-master/doc/internal/man3/ |
A D | OSSL_METHOD_STORE.pod | 82 I<*prop> may be a pointer to a provider, which will narrow the search 94 Additionally, if I<prov> isn't NULL, it will be used to narrow the search
|
A D | ossl_method_construct.pod | 98 Optionally, I<prov> may be given as a search criterion, to narrow down the 99 search of a method belonging to just one provider.
|