Home
last modified time | relevance | path

Searched refs:optional (Results 1 – 25 of 157) sorted by relevance

1234567

/openssl/test/recipes/90-test_includes_data/conf-includes/
H A Dincludes2.cnf6 organizationalUnitName = optional
8 emailAddress = optional
14 countryName = optional
15 stateOrProvinceName = optional
16 localityName = optional
17 organizationName = optional
18 organizationalUnitName = optional
20 emailAddress = optional
/openssl/test/
H A DCAtsa.cnf48 organizationalUnitName = optional
50 emailAddress = optional
130 # (optional)
132 # (optional)
136 # (optional)
141 # (optional, default: no)
143 # (optional, default: no)
145 # (optional, default: no)
156 # (optional)
158 # (optional)
[all …]
H A Dtest.cnf25 # For type CA, the listed attributes must be the same, and the optional
34 organizationalUnitName = optional
36 emailAddress = optional
42 countryName = optional
43 stateOrProvinceName = optional
44 localityName = optional
45 organizationName = optional
46 organizationalUnitName = optional
48 emailAddress = optional
H A Dca-and-certs.cnf78 countryName = optional
79 stateOrProvinceName = optional
80 localityName = optional
81 organizationName = optional
82 organizationalUnitName = optional
84 emailAddress = optional
/openssl/apps/
H A Dopenssl-vms.cnf129 emailAddress = optional
135 countryName = optional
136 stateOrProvinceName = optional
137 localityName = optional
138 organizationName = optional
141 emailAddress = optional
316 # (optional)
318 # (optional)
322 # (optional)
328 # (optional, default: no)
[all …]
H A Dopenssl.cnf129 emailAddress = optional
135 countryName = optional
136 stateOrProvinceName = optional
137 localityName = optional
138 organizationName = optional
141 emailAddress = optional
316 # (optional)
318 # (optional)
322 # (optional)
328 # (optional, default: no)
[all …]
/openssl/doc/man7/
H A DEVP_KDF-X942-ASN1.pod12 contains a 32 bit counter as well as optional fields for "partyu-info",
40 testing. It is an optional octet string containing a combined DER encoded blob
41 of any of the optional fields related to "partyu-info", "partyv-info",
47 An optional octet string containing public info contributed by the initiator.
56 An optional octet string containing public info contributed by the responder.
60 An optional octet string containing some additional, mutually-known public
70 An optional octet string containing some additional, mutually-known private
H A Dproperty.pod67 The third clause represents an optional clause.
68 Matching such clauses is not a requirement, but any additional optional
88 B<?> is a prefix operator that means that the following clause is optional
113 that additionally has the largest number of matching optional query
117 Ordering of optional clauses is not significant.
H A DEVP_KDF-KB.pod11 input secret (and other optional values).
52 Set to B<0> to disable use of the optional Fixed Input data 'L' (see SP800-108).
57 Set to B<0> to disable use of the optional Fixed Input data 'zero separator'
97 optional and may be omitted.
H A DEVP_MAC-BLAKE2.pod50 It is an optional value of at most 16 bytes for BLAKE2BMAC or 8 for
56 It is an optional value of at most 16 bytes for BLAKE2BMAC or 8 for
H A DEVP_PKEY-FFC.pod23 This means that optional FFC domain parameter values for I<seed>, I<pcounter>
75 An optional domain parameter I<seed> value used during generation and validation
90 An optional domain parameter I<counter> value that is output during generation
101 An optional informational cofactor parameter that should equal to (p - 1) / q.
/openssl/crypto/property/
H A Dproperty_parse.c328 r->has_optional |= r->properties[i].optional; in stack_to_property_list()
365 prop->optional = 0; in ossl_parse_property()
425 prop->optional = 0; in ossl_parse_query()
430 prop->optional = match_ch(&s, '?'); in ossl_parse_query()
496 else if (!q[i].optional) in ossl_property_match_count()
512 else if (!q[i].optional) in ossl_property_match_count()
519 if (!q[i].optional) in ossl_property_match_count()
567 r->has_optional |= copy->optional; in ossl_property_merge()
722 if (prop->optional) in ossl_property_list_to_string()
H A Dproperty_local.h24 unsigned int optional : 1; member
H A Dproperty_query.c74 if (prop == NULL || prop->optional || prop->oper == OSSL_PROPERTY_OVERRIDE) in ossl_property_is_enabled()
/openssl/doc/man3/
H A DCMS_EncryptedData_decrypt.pod25 to and I<flags> is an optional set of flags.
40 The optional parameters I<flags> and I<dcont> are used as described above.
41 The optional parameters library context I<libctx> and property query I<propq>
H A DOSSL_HTTP_parse_url.pod35 OSSL_HTTP_adapt_proxy() takes an optional proxy hostname I<proxy>
36 and returns it transformed according to the optional I<no_proxy> parameter,
57 The port component is optional and defaults to C<0>.
60 The path component is also optional and defaults to C</>.
75 The port component is optional and defaults to C<443> if the scheme is C<https>,
H A DEVP_PKEY_digestsign_supports_digest.pod17 key I<pkey>. The query is done within an optional library context I<libctx> and
18 with an optional property query I<propq>.
H A DCMS_sign_receipt.pod20 private key. B<certs> is an optional additional set of certificates to include
23 B<flags> is an optional set of flags.
H A DERR_print_errors.pod32 …rror code]:[library name]:[function name]:[reason string]:[filename]:[line]:[optional text message]
35 I<function name> and I<reason string> are ASCII text, as is I<optional
H A DCMS_verify.pod27 The optional I<certs> parameter refers to a set of certificates
38 I<flags> is an optional set of flags, which can be used to modify the operation.
44 The optional I<extra> parameter may be used to provide untrusted CA
47 The optional I<crls> parameter may be used to provide extra CRLs.
49 The optional parameters library context I<libctx> and property query I<propq>
H A DOSSL_HTTP_transfer.pod74 If I<bio> is NULL the optional I<proxy> parameter can be used to set an
86 is found in the optional list I<no_proxy> of proxy hostnames or IP addresses
96 The parameter I<bio_update_fn>, which is optional if I<use_ssl> is 0,
104 whereby it may use an optional custom defined argument I<arg>,
140 The optional callback function argument I<arg> is not consumed,
171 For backward compatibility, the server (and optional port) may also be given in
175 else HTTP POST with the contents of I<req> and optional I<content_type>, where
178 The optional list I<headers> may contain additional custom HTTP header lines.
H A DDH_get0_pqg.pod46 parameter is optional. It also contains a public key (I<pub_key>) and
65 NULL. The optional length parameter will be set to BN_num_bits(I<q>) if I<q>
99 The DH_get_length() and DH_set_length() functions get and set the optional
102 length of the secret exponent (private key) in bits. For safe prime groups the optional length para…
H A DDTLS_set_timer_cb.pod19 This function sets an optional callback function for controlling the
/openssl/doc/designs/quic-design/
H A Ddemuxer.md21 These are optional features of the client side demuxer, not required for MVP
44 - this is optional - enabled only if 0RTT support is enabled by the
/openssl/doc/man1/
H A Dopenssl-crl2pkcs7.pod.in22 This command takes an optional CRL and one or more
85 just certificates and an optional CRL.

Completed in 31 milliseconds

1234567