/openssl/test/recipes/90-test_includes_data/conf-includes/ |
H A D | includes2.cnf | 6 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 D | CAtsa.cnf | 48 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 D | test.cnf | 25 # 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 D | ca-and-certs.cnf | 78 countryName = optional 79 stateOrProvinceName = optional 80 localityName = optional 81 organizationName = optional 82 organizationalUnitName = optional 84 emailAddress = optional
|
/openssl/apps/ |
H A D | openssl-vms.cnf | 129 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 D | openssl.cnf | 129 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 D | EVP_KDF-X942-ASN1.pod | 12 contains a 32 bit counter as well as optional fields for "partyu-info", 42 testing. It is an optional octet string containing a combined DER encoded blob 43 of any of the optional fields related to "partyu-info", "partyv-info", 49 An optional octet string containing public info contributed by the initiator. 58 An optional octet string containing public info contributed by the responder. 62 An optional octet string containing some additional, mutually-known public 72 An optional octet string containing some additional, mutually-known private
|
H A D | property.pod | 67 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 D | EVP_KDF-KB.pod | 11 input secret (and other optional values). 54 Set to B<0> to disable use of the optional Fixed Input data 'L' (see SP800-108). 59 Set to B<0> to disable use of the optional Fixed Input data 'zero separator' 99 optional and may be omitted.
|
H A D | EVP_MAC-BLAKE2.pod | 50 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 D | EVP_PKEY-FFC.pod | 23 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 D | property_parse.c | 328 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 D | property_local.h | 24 unsigned int optional : 1; member
|
H A D | property_query.c | 74 if (prop == NULL || prop->optional || prop->oper == OSSL_PROPERTY_OVERRIDE) in ossl_property_is_enabled()
|
/openssl/doc/man3/ |
H A D | CMS_EncryptedData_decrypt.pod | 25 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 D | OSSL_HTTP_parse_url.pod | 35 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 D | EVP_PKEY_digestsign_supports_digest.pod | 17 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 D | CMS_sign_receipt.pod | 20 private key. B<certs> is an optional additional set of certificates to include 23 B<flags> is an optional set of flags.
|
H A D | ERR_print_errors.pod | 32 …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 D | CMS_verify.pod | 27 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 D | OSSL_HTTP_transfer.pod | 74 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 D | DH_get0_pqg.pod | 46 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 D | DTLS_set_timer_cb.pod | 19 This function sets an optional callback function for controlling the
|
/openssl/doc/designs/quic-design/ |
H A D | demuxer.md | 21 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 D | openssl-crl2pkcs7.pod.in | 22 This command takes an optional CRL and one or more 85 just certificates and an optional CRL.
|