Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 25 of 46) sorted by relevance

12

/openssl-master/test/ssl-tests/
A D03-custom_verify.cnf6 test-1 = 1-verify-custom-reject
7 test-2 = 2-verify-custom-allow
8 test-3 = 3-verify-custom-retry
40 [1-verify-custom-reject]
43 [1-verify-custom-reject-ssl]
47 [1-verify-custom-reject-server]
68 [2-verify-custom-allow]
71 [2-verify-custom-allow-ssl]
75 [2-verify-custom-allow-server]
95 [3-verify-custom-retry]
[all …]
A D03-custom_verify.cnf.in25 # Same test as above but with a custom callback that always fails.
27 name => "verify-custom-reject",
40 # Same test as above but with a custom callback that always succeeds.
42 name => "verify-custom-allow",
56 name => "verify-custom-retry",
80 # Same test as above but with a custom callback that always fails.
83 name => "noverify-ignore-custom-reject",
100 name => "noverify-accept-custom-allow",
131 name => "verify-custom-success-no-root",
144 # Same test as above but with a custom callback that always fails.
[all …]
/openssl-master/test/recipes/30-test_evp_data/
A Devpmac_blake.txt149 Input = "Sample input for keylen<blocklen and custom"
155 Input = "Sample input for keylen<blocklen and custom"
174 Input = "Sample input for keylen<blocklen, salt and custom"
196 Input = "Combo input with outlen, custom and salt"
205 Input = "Sample input for keylen<blocklen and custom"
211 Input = "Sample input for keylen<blocklen and custom"
230 Input = "Sample input for keylen<blocklen, salt and custom"
249 Input = "Combo input with outlen, custom and salt"
/openssl-master/doc/man3/
A DBIO_get_data.pod21 These functions are mainly useful when implementing a custom BIO.
23 The BIO_set_data() function associates the custom data pointed to by B<ptr> with
25 This can be used by custom BIOs for storing implementation specific information.
32 have occurred (for example through calling custom ctrls). The BIO_get_init()
41 BIO_get_data() returns a pointer to the implementation specific custom data
A DSSL_CTX_set_ct_validation_callback.pod65 register a custom callback that may implement a different policy than either of
92 enabled via the built-in or the custom callbacks, by setting a NULL callback.
96 enabled via either SSL_enable_ct() or a non-null custom callback, and 0
110 be set if a custom client extension handler has been registered to handle SCT
118 They return 0 if an error occurs, e.g. a custom client extension handler has
A DSSL_extension_supported.pod12 - custom TLS extension handling
75 SSL_CTX_add_custom_ext() adds a custom extension for a TLS/DTLS client or server
82 SSL_CTX_add_client_custom_ext() adds a custom extension for a TLS/DTLS client
91 SSL_CTX_add_server_custom_ext() adds a custom extension for a TLS/DTLS server
106 The callback B<add_cb> is called to send custom extension data to be
259 If the same custom extension type is received multiple times a fatal
260 B<decode_error> alert is sent and the handshake aborts. If a custom extension
A DOSSL_CMP_SRV_CTX_new.pod108 OSSL_CMP_SRV_CTX_init() sets in the given I<srv_ctx> a custom server context
118 OSSL_CMP_SRV_CTX_get0_custom_ctx() returns the custom server context from
150 OSSL_CMP_SRV_CTX_get0_custom_ctx() returns the custom server context
A DCONF_modules_load_file.pod115 Load custom configuration file and section, only print warnings on error,
124 Load and parse configuration file manually, custom error handling:
A DX509_load_http.pod43 and without the possibility to specify custom BIOs.
A DPEM_read_bio_ex.pod6 PEM_FLAG_ONLY_B64 - read PEM format files with custom processing
A DDSA_set_method.pod59 results. See L<DSA_meth_new(3)> for information on constructing custom DSA_METHOD
A DX509_get0_signature.pod67 used by implementations of algorithms which need to set custom
A DSSL_new.pod93 =item any configured custom extensions
A DX509_STORE_CTX_set_verify_cb.pod100 only way to set a custom verification callback is by inheriting it from the
A DCMS_sign.pod108 function CMS_sign_add1_signer(), non default digests can be used and custom
A DOSSL_HTTP_transfer.pod99 whereby it may make use of a custom defined argument I<arg>,
155 The optional list I<headers> may contain additional custom HTTP header lines.
/openssl-master/doc/man7/
A DEVP_MAC-KMAC.pod45 =item "custom" (B<OSSL_MAC_PARAM_CUSTOM>) <octet string>
47 Sets the custom value.
67 The "custom" parameter must be set as part of or before the EVP_MAC_init() call.
79 const unsigned char *custom, size_t custom_len,
105 if (custom != NULL && custom_len != 0)
107 (void *)custom, custom_len);
A DEVP_MAC-BLAKE2.pod46 =item "custom" (B<OSSL_MAC_PARAM_CUSTOM>) <octet string>
48 Sets the custom value.
A DEVP_KDF-SS.pod24 =item B<H(x) = KMACxxx(x, key=salt, custom="KDF", outlen=mac_size)>
/openssl-master/providers/implementations/macs/
A Dkmac_prov.c128 unsigned char custom[KMAC_MAX_CUSTOM_ENCODED]; member
152 OPENSSL_cleanse(kctx->custom, kctx->custom_len); in kmac_free()
237 memcpy(dst->custom, src->custom, dst->custom_len); in kmac_dup()
308 kctx->custom, kctx->custom_len, block_len)) { in kmac_init()
318 kctx->custom, kctx->custom_len, block_len) in kmac_init()
438 if (!encode_string(kctx->custom, sizeof(kctx->custom), &kctx->custom_len, in kmac_set_ctx_params()
/openssl-master/providers/implementations/kdfs/
A Dsskdf.c158 static int kmac_init(EVP_MAC_CTX *ctx, const unsigned char *custom, in kmac_init() argument
165 if (custom == NULL) in kmac_init()
169 (void *)custom, custom_len); in kmac_init()
362 const unsigned char *custom = NULL; in sskdf_derive() local
379 custom = kmac_custom_str; in sskdf_derive()
399 custom, custom_len, ctx->out_len, in sskdf_derive()
/openssl-master/
A DHACKING.md4 This document describes the way to add custom modifications to OpenSSL sources.
6 If you are adding new public functions to the custom library build, you need to
/openssl-master/engines/
A De_afalg.c180 OSSL_ASYNC_FD waitfd, void *custom) in afalg_waitfd_cleanup() argument
189 void *custom = NULL; in afalg_setup_async_event_notification() local
201 &aio->efd, &custom); in afalg_setup_async_event_notification()
216 aio->efd, custom, in afalg_setup_async_event_notification()
/openssl-master/doc/man1/
A Dopenssl-mac.pod.in99 =item B<custom:>I<string>
143 openssl mac -macopt custom:Tag -macopt hexkey:40414243444546 \
/openssl-master/test/
A DREADME.ssltest.md157 * ClientVerifyCallback - the client's custom certificate verify callback.
159 - None - no custom callback (default)
203 "VerifyCAFile" => "/path/to/custom/file"

Completed in 29 milliseconds

12