Searched refs:domain (Results 1 – 25 of 29) sorted by relevance
12
/openssl-master/doc/man7/ |
A D | EVP_PKEY-DH.pod | 10 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 D | EVP_PKEY-FFC.pod | 17 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 D | EVP_PKEY-DSA.pod | 11 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 D | EVP_PKEY-EC.pod | 15 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 D | OSSL_PROVIDER-base.pod | 40 key material or the domain parameters can be selected.
|
A D | EVP_KEYEXCH-DH.pod | 38 named group (or domain parameters). See L<EVP_PKEY-DH(7)/Examples>.
|
A D | EVP_PKEY-SM2.pod | 58 Since version 3.0, SM2 keys can be generated and loaded only when the domain
|
A D | provider-keymgmt.pod | 154 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 D | provider-encoder.pod | 281 If set to 0 disables saving of key domain parameters. Default is 1.
|
/openssl-master/doc/man3/ |
A D | SSL_set1_host.pod | 51 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 D | BIO_connect.pod | 12 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 D | X509_check_host.pod | 37 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 D | EC_GROUP_copy.pod | 164 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 D | SSL_CTX_dane_enable.pod | 66 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 D | BIO_s_connect.pod | 96 If domain name resolution yields multiple IP addresses all of them are tried
|
A D | EVP_PKEY_keygen.pod | 41 key parameters, often called domain parameters but not necessarily limited
|
A D | X509_VERIFY_PARAM_set_flags.pod | 183 reference identifier specifies a parent domain (starts with ".") 185 sub-domain of the reference identifier respectively. The return
|
A D | BIO_f_ssl.pod | 100 If domain name resolution yields multiple IP addresses all of them are tried
|
/openssl-master/crypto/bio/ |
A D | bio_sock2.c | 41 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 D | evppkey_dh.txt | 151 # DH Alice with Bob peer - mismatching domain parameters
|
/openssl-master/doc/man1/ |
A D | openssl-s_client.pod.in | 45 [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 D | openssl.txt | 681 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 D | x509v3_config.pod | 225 B<DNS> (a DNS domain name),
|
/openssl-master/include/openssl/ |
A D | x509v3.h.in | 764 * Match reference identifiers starting with "." to any sub-domain.
|
A D | bio.h.in | 767 int BIO_socket(int domain, int socktype, int protocol, int options);
|
Completed in 43 milliseconds
12