Home
last modified time | relevance | path

Searched refs:queries (Results 1 – 17 of 17) sorted by relevance

/openssl/test/
H A Dproperty_test.c444 } queries[] = { in test_property() local
478 for (i = 0; i < OSSL_NELEM(queries); i++) { in test_property()
483 queries[i].nid, queries[i].prop, in test_property()
485 || !TEST_str_eq((char *)result, queries[i].expected)) { in test_property()
495 for (i = 0; i < OSSL_NELEM(queries); i++) { in test_property()
499 if (queries[i].prov == &fake_prov1) { in test_property()
501 queries[i].nid, in test_property()
502 queries[i].prop, in test_property()
527 for (i = 0; i < OSSL_NELEM(queries); i++) { in test_property()
531 if (queries[i].prov == &fake_prov2) { in test_property()
[all …]
/openssl/crypto/property/
H A DREADME.md22 * ... property queries are very common. These must be fast.
24 * Property queries come from a small set and are reused many times typically.
25 I.e. an application tends to use the same set of queries over and over,
26 rather than spanning a wide variety of queries.
28 * Property queries can never add new property definitions.
32 * That definition is uncommon and queries are very common, we can treat
79 against a definition and merging two queries into a single larger query.
/openssl/demos/certs/
H A DREADME.txt17 The script ocspquery.sh queries the status of the certificates using the
/openssl/doc/man3/
H A DEVP_PKEY_digestsign_supports_digest.pod15 The EVP_PKEY_digestsign_supports_digest() function queries whether the message
H A DENGINE_add.pod303 also cache another reference to speed up processing future queries (without
305 response if no ENGINE was available so that future queries won't repeat the
522 queries. An ENGINE has 3 properties it exposes that can affect how this behaves;
H A DOSSL_PARAM_int.pod306 OSSL_PARAM_modified() queries if the parameter I<param> has been set or not
/openssl/doc/man7/
H A Dproperty.pod73 The full syntax for property queries appears below, but the available syntactic
123 exactly equivalent to "my.property=yes" in both definitions and queries.
130 Where both the context and local queries include a clause with the same name,
H A Dprovider-keymgmt.pod414 When EVP_PKEY_get_default_digest_name() queries this parameter and it's
427 When L<EVP_PKEY_get_default_digest_name(3)> queries this parameter and it's
H A DOSSL_PROVIDER-FIPS.pod33 part of all property queries. This ensures that only FIPS approved
H A Dfips_module.pod264 default property query is defined then the two queries are merged together and
H A Dossl-guide-migration.pod1010 =head3 Fetching algorithms and property queries
/openssl/doc/internal/man3/
H A DOSSL_METHOD_STORE.pod84 ossl_method_store_fetch() queries I<store> for a method identified by I<nid>
96 ossl_method_store_cache_get() queries the cache associated with the I<store>
/openssl/doc/designs/quic-design/
H A Dquic-fifm.md478 - TX Packetiser queries the ACK Manager to determine if an ACK frame
481 - TX Packetiser queries the CFQ to determine what control frames it places
H A Dtx-packetiser.md105 The TX packetiser queries the QUIC stream map for a list of active streams
114 stream) are represented by SSTREAM instances. The TX packetiser queries SSTREAM
120 generic CFQ mechanism. The TX packetiser queries the CFQ for any frames to be
/openssl/doc/man1/
H A Dopenssl-ocsp.pod.in83 to print out requests and responses, create requests and send queries
474 queries. It also handles requests serially meaning it cannot respond to
/openssl/crypto/engine/
H A DREADME.md194 initialised state, so only modification operations (not queries) will cause that
/openssl/
H A DCHANGES.md748 * Improved support for non-default library contexts and property queries
5241 * Add SSL_CIPHER queries for authentication and key-exchange.
16561 * In the `NCONF_...`-based implementations for `CONF_...` queries

Completed in 87 milliseconds