Home
last modified time | relevance | path

Searched refs:methods (Results 1 – 25 of 53) sorted by relevance

123

/openssl-master/doc/man3/
A DSSL_COMP_add_compression_method.pod7 - handle SSL/TLS integrated compression methods
27 the identifier B<id> to the list of available compression methods. This
32 compression methods or NULL on error.
39 maintain the internal table of compression methods.
43 The TLS standard (or SSLv3) allows the integration of compression methods
45 methods or their corresponding identifiers, so there is currently no compatible
48 non-public use may agree on certain compression methods. Using different
49 compression methods with the same identifier will lead to connection failure.
52 will unconditionally send the list of all compression methods enabled with
58 its own compression methods and will unconditionally activate compression
[all …]
A DSSL_CTX_new.pod128 methods described below, which are deprecated.
142 TLSv1.2 protocol. These methods are deprecated.
147 TLSv1.1 protocol. These methods are deprecated.
152 TLSv1 protocol. These methods are deprecated.
162 These are the version-flexible DTLS methods.
167 These are the version-specific methods for DTLSv1.2.
168 These methods are deprecated.
172 These are the version-specific methods for DTLSv1.
173 These methods are deprecated.
182 methods.
[all …]
A DEVP_PKEY_meth_get_count.pod5 EVP_PKEY_meth_get_count, EVP_PKEY_meth_get0, EVP_PKEY_meth_get0_info - enumerate public key methods
25 EVP_PKEY_meth_count() returns a count of the number of public key methods
26 available: it includes standard methods and any methods added by the
37 EVP_PKEY_meth_count() returns the number of available public key methods.
A DEVP_PKEY_meth_new.pod250 B<EVP_PKEY_METHOD> is a structure which holds a set of methods for a
251 specific public key cryptographic algorithm. Those methods are usually
256 is a built-in static array representing the standard methods for different
258 methods, which can be manipulated by using L<EVP_PKEY_meth_add0(3)>.
265 The methods are the underlying implementations of a particular public key
296 The sign_init() and sign() methods are used to generate the signature of a
313 The verify_recover_init() and verify_recover() methods are used to verify a
330 The verifyctx_init() and verifyctx() methods are used to verify a signature
358 The ctrl() and ctrl_str() methods are used to adjust algorithm-specific
367 The digestsign() and digestverify() methods are used to generate or verify
[all …]
A DEVP_PKEY_asn1_get_count.pod10 - enumerate public key ASN.1 methods
29 ASN.1 methods available: it includes standard methods and any methods
60 EVP_PKEY_asn1_count() returns the number of available public key methods.
A DEVP_PKEY_ASN1_METHOD.pod145 conversion, printing and information methods for a specific public key
149 stored: one is a built-in array representing the standard methods for
151 application-specific methods, which can be manipulated by using
156 The methods are the underlying implementations of a particular public
165 The pub_decode() and pub_encode() methods are called to decode /
185 The priv_decode() and priv_encode() methods are called to decode /
214 The param_decode() and param_encode() methods are called to decode /
268 The old_priv_decode() and old_priv_encode() methods decode / encode
283 The item_sign() and item_verify() methods make it possible to have
399 methods unless another B<EVP_PKEY_ASN1_METHOD> with the same NID is
[all …]
A DX509_cmp_time.pod39 In both methods, if B<asn1_time> is NULL, a new ASN1_TIME structure
42 In all methods, if B<in_tm> is NULL, the current time, expressed as
57 otherwise. These methods return 0 on error.
A DX509_LOOKUP_hash_dir.pod9 - Default OpenSSL certificate lookup methods
30 lookup methods to use with B<X509_STORE>, provided by OpenSSL library.
33 methods manually, they would be created automatically by
61 Both methods support adding several certificate locations into one
64 This page documents certificate store formats used by these methods and
A DOPENSSL_fork_prepare.pod24 These methods are currently unused, and as such, no replacement methods are
A DEVP_PKEY_CTX_set_params.pod29 These methods replace the EVP_PKEY_CTX_ctrl() mechanism. (EVP_PKEY_CTX_ctrl now
30 calls these methods internally to interact with providers).
A DEVP_PKEY_gettable_params.pod73 All other methods return 1 if a value associated with the key's I<key_name> was
75 An error may be returned by methods EVP_PKEY_get_utf8_string_param() and
A DUI_new.pod71 prompt the user for text-based information. Through user-written methods
85 UI method doesn't care about these data, but other methods might. Finally,
136 there's no technical difference between them. Other methods may make a
158 "Enter pass phrase for foo.key:". Other methods may create whatever
A DEVP_PKEY_todata.pod35 These functions only work with key management methods coming from a provider.
A DRAND_set_rand_method.pod62 methods.
A DSSL_get_current_cipher.pod39 returned to the application via any of several callback methods. The internal
A DEVP_PKEY_set_type.pod19 clear all the previous key data and methods from I<pkey>, and reset it
A DEVP_PKEY_settable_params.pod60 All other methods return 1 if a value was successfully set, or 0 if
/openssl-master/test/recipes/
A D90-test_store.t102 my @methods;
105 push @methods, [ @prov_method ];
106 push @methods, [qw(-engine loader_attic)]
109 my $n = scalar @methods
167 foreach my $method (@methods) {
/openssl-master/doc/internal/man3/
A DOSSL_METHOD_STORE.pod41 OSSL_METHOD_STORE stores methods that can be queried using properties and a
47 Numeric identities are expected to be an algorithm identity for the methods.
83 to methods from that provider.
95 to only include methods from that provider.
A Dossl_method_construct.pod35 All libcrypto subsystems that want to create their own methods based
38 to define more precisely how the methods are created, stored, etc.
80 This store is used to temporarily store methods for easier lookup, for
/openssl-master/apps/lib/
A Dengine.c43 ENGINE *setup_engine_methods(const char *id, unsigned int methods, int debug) in setup_engine_methods() argument
64 || !ENGINE_set_default(e, methods)) { in setup_engine_methods()
/openssl-master/doc/man7/
A Dopenssl-threads.pod45 Get methods are often thread-safe as long as the ownership requirements are
47 Set methods, or modifying shared objects, are generally not thread-safe
83 In this specific case, and probably for factory methods in general, it is
/openssl-master/doc/man1/
A Dopenssl-list.pod.in37 [B<-public-key-methods>]
142 =item B<-public-key-methods>
144 Display a list of public key methods.
/openssl-master/ssl/
A Dbuild.info23 methods.c t1_lib.c t1_enc.c tls13_enc.c \
/openssl-master/include/openssl/
A Dui.h.in177 * methods may not, however.
217 /* Some methods may use extra data */
226 /* Use specific methods instead of the built-in one */
311 /* Create and manipulate methods */

Completed in 24 milliseconds

123