Home
last modified time | relevance | path

Searched refs:domain (Results 1 – 25 of 29) sorted by relevance

12

/openssl-master/doc/man7/
A DEVP_PKEY-DH.pod10 For B<DH> FFC key agreement, two classes of domain parameters can be used:
11 "safe" domain parameters that are associated with approved named safe-prime
12 groups, and a class of "FIPS 186-type" domain parameters. FIPS 186-type domain
24 validation. This means that optional FFC domain parameter values for
30 =head2 DH and DHX domain parameters
68 =head2 DH additional domain parameters
76 It is recommended to use a named safe prime group instead, if domain parameter
85 =head2 DH and DHX domain parameter / key generation parameters
189 A B<DH> key can be generated using domain parameters by calling:
201 To validate B<FIPS 186-4> B<DHX> domain parameters decoded from B<PEM> or
[all …]
A DEVP_PKEY-FFC.pod17 and private keys I<pub> and I<priv> as well as the three main domain parameters
23 This means that optional FFC domain parameter values for I<seed>, I<pcounter>
51 =head2 FFC DSA, DH and DHX domain parameters
65 =head2 FFC DSA and DHX domain parameters
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
91 of I<p>. This value must be saved if domain parameter validation is required.
A DEVP_PKEY-DSA.pod11 This means that optional FFC domain parameter values for I<seed>, I<pcounter>
38 The B<DSA> domain parameters can be generated by calling:
62 A B<DSA> key can be generated using domain parameters by calling:
A DEVP_PKEY-EC.pod15 The normal way of specifying domain parameters for an EC curve is via the
97 The "named" type checks that the domain parameters match the inbuilt curve parameters,
99 The "default" type does domain parameter validation for the OpenSSL default provider,
A DOSSL_PROVIDER-base.pod40 key material or the domain parameters can be selected.
A DEVP_KEYEXCH-DH.pod38 named group (or domain parameters). See L<EVP_PKEY-DH(7)/Examples>.
A DEVP_PKEY-SM2.pod58 Since version 3.0, SM2 keys can be generated and loaded only when the domain
A Dprovider-keymgmt.pod154 Indicating that the domain parameters in a key object should be
233 Typically, the generation of a DSA or DH key would get the domain
A Dprovider-encoder.pod281 If set to 0 disables saving of key domain parameters. Default is 1.
/openssl-master/doc/man3/
A DSSL_set1_host.pod51 SSL_add1_host() starts with ".", which indicates a parent domain prefix
52 rather than a fixed name, the matched peer name may be a sub-domain
76 Suppose "smtp.example.com" is the MX host of the domain "example.com".
78 destination domain name in the SMTP server certificate. Wildcards
A DBIO_connect.pod12 int BIO_socket(int domain, int socktype, int protocol, int options);
21 BIO_socket() creates a socket in the domain B<domain>, of type
A DX509_check_host.pod37 domain names must be given in A-label form. The B<namelen> argument
41 valid for any sub-domain of B<name>, (see also
117 values which start with ".", that would otherwise match any sub-domain
A DEC_GROUP_copy.pod164 The function EC_GROUP_check_named_curve() determines if the group's domain parameters match one of …
165 The curve name is returned as a B<NID> if it matches. If the group's domain parameters have been mo…
167 then this method can be used to lookup the name of the curve that matches the group domain paramete…
168 aliases, so that multiple NID's can map to the same domain parameters. For such curves it is unspec…
A DSSL_CTX_dane_enable.pod66 The B<basedomain> argument specifies the RFC7671 TLSA base domain,
158 records already make it possible for a remote domain to redirect client
186 Suppose "smtp.example.com" is the MX host of the domain "example.com", and has
189 the MX hostname or the destination domain name in the SMTP server certificate.
A DBIO_s_connect.pod96 If domain name resolution yields multiple IP addresses all of them are tried
A DEVP_PKEY_keygen.pod41 key parameters, often called domain parameters but not necessarily limited
A DX509_VERIFY_PARAM_set_flags.pod183 reference identifier specifies a parent domain (starts with ".")
185 sub-domain of the reference identifier respectively. The return
A DBIO_f_ssl.pod100 If domain name resolution yields multiple IP addresses all of them are tried
/openssl-master/crypto/bio/
A Dbio_sock2.c41 int BIO_socket(int domain, int socktype, int protocol, int options) in BIO_socket() argument
48 sock = socket(domain, socktype, protocol); in BIO_socket()
/openssl-master/test/recipes/30-test_evp_data/
A Devppkey_dh.txt151 # DH Alice with Bob peer - mismatching domain parameters
/openssl-master/doc/man1/
A Dopenssl-s_client.pod.in45 [B<-dane_tlsa_domain> I<domain>]
172 connection. For Unix-domain sockets the port is ignored and the host is
198 Connect over the specified Unix-domain socket.
343 =item B<-dane_tlsa_domain> I<domain>
346 TLSA base domain which becomes the default SNI hint and the primary
395 records already make it possible for a remote domain to redirect client
/openssl-master/crypto/err/
A Dopenssl.txt681 EVP_R_INACCESSIBLE_DOMAIN_PARAMETERS:204:inaccessible domain parameters
1018 PROV_R_MISMATCHING_DOMAIN_PARAMETERS:203:mismatching domain parameters
1327 SSL_R_ERROR_SETTING_TLSA_BASE_DOMAIN:204:error setting tlsa base domain
/openssl-master/doc/man5/
A Dx509v3_config.pod225 B<DNS> (a DNS domain name),
/openssl-master/include/openssl/
A Dx509v3.h.in764 * Match reference identifiers starting with "." to any sub-domain.
A Dbio.h.in767 int BIO_socket(int domain, int socktype, int protocol, int options);

Completed in 43 milliseconds

12