Home
last modified time | relevance | path

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

123

/openssl/doc/man3/
H 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
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
60 of compression methods supported on a per connection basis.
[all …]
H 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 …]
H 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.
H 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 …]
H 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.
H 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 …]
H 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
H A DX509_cmp_time.pod40 In both methods, if I<asn1_time> is NULL, a new ASN1_TIME structure
43 In all methods, if I<in_tm> is NULL, the current time, expressed as
62 otherwise. These methods return 0 on error.
H A DX509_ACERT_get0_holder_baseCertId.pod57 one of the above methods be used to set the holder identity for a given
58 attribute certificate I<x>, setting multiple methods at the same time is
60 identity information is specified using different methods.
H A DOPENSSL_fork_prepare.pod24 These methods are currently unused, and as such, no replacement methods are
H A DEVP_PKEY_CTX_set_params.pod31 These methods replace the EVP_PKEY_CTX_ctrl() mechanism. (EVP_PKEY_CTX_ctrl now
32 calls these methods internally to interact with providers).
H A DOSSL_QUIC_client_method.pod18 OSSL_QUIC_server_method() functions provide methods for the
H A DEVP_PKEY_gettable_params.pod84 All other methods return 1 if a value associated with the key's I<key_name> was
86 An error may be returned by methods EVP_PKEY_get_utf8_string_param() and
/openssl/crypto/
H A Dcomp_methods.c56 void ossl_free_compression_methods_int(STACK_OF(SSL_COMP) *methods) in ossl_free_compression_methods_int() argument
58 sk_SSL_COMP_pop_free(methods, cmeth_free); in ossl_free_compression_methods_int()
/openssl/test/recipes/
H A D90-test_store.t102 my @methods;
105 push @methods, [ @prov_method ];
106 push @methods, [qw(-engine loader_attic)]
109 my $n = 2 + scalar @methods
175 foreach my $method (@methods) {
/openssl/doc/internal/man3/
H A DOSSL_METHOD_STORE.pod45 OSSL_METHOD_STORE stores methods that can be queried using properties and a
51 Numeric identities are expected to be an algorithm identity for the methods.
87 to methods from that provider.
90 ossl_method_store_remove_all_provided() removes all methods from I<store>
100 to only include methods from that provider.
H 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/apps/lib/
H 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/ssl/record/
H A Dbuild.info1 SUBDIRS=methods
/openssl/doc/man1/
H A Dopenssl-list.pod.in39 [B<-public-key-methods>]
93 =item Key encapsulation methods (KEM)
178 =item B<-public-key-methods>
180 Display a list of public key methods.
/openssl/doc/designs/quic-design/
H A Dcongestion-control.md9 methods. `OSSL_CC_DATA` is an opaque type representing a congestion controller
25 outputs via the `bind_diagnostics` and `unbind_diagnostics` methods. The
/openssl/doc/man7/
H 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
H A DEVP_MD-NULL.pod11 update and final methods.
/openssl/ssl/
H A Dbuild.info14 methods.c t1_lib.c t1_enc.c tls13_enc.c \
/openssl/include/internal/
H A Dcryptlib.h172 void ossl_free_compression_methods_int(STACK_OF(SSL_COMP) *methods);

Completed in 48 milliseconds

123