Home
last modified time | relevance | path

Searched refs:names (Results 76 – 100 of 204) sorted by relevance

123456789

/openssl/apps/
H A Drehash.c31 # pragma names save
32 # pragma names as_is,shortened
38 # pragma names restore
H A Dcmp.c872 static int set_gennames(OSSL_CMP_CTX *ctx, char *names, const char *desc) in set_gennames() argument
876 for (; names != NULL; names = next) { in set_gennames()
879 next = next_item(names); in set_gennames()
880 if (strcmp(names, "critical") == 0) { in set_gennames()
889 n = a2i_GENERAL_NAME(NULL, NULL, NULL, GEN_IPADD, names, 0); in set_gennames()
892 strchr(names, '@') != NULL ? GEN_EMAIL : in set_gennames()
893 strchr(names, ':') != NULL ? GEN_URI : GEN_DNS, in set_gennames()
894 names, 0); in set_gennames()
898 CMP_err2("bad syntax of %s '%s'", desc, names); in set_gennames()
/openssl/doc/man3/
H A DEVP_KDF.pod174 with multiple names, only one of them is returned; it's
177 EVP_KDF_names_do_all() traverses all names for I<kdf>, and calls
186 The standard parameter names are:
277 EVP_KDF_names_do_all() returns 1 if the callback was called for all names. A
278 return value of 0 means that the callback was not called for any names.
H A DSSL_CTX_set_cipher_list.pod39 ciphersuite names in order of preference. Valid TLSv1.3 ciphersuite names are:
H A DSSL_set1_host.pod33 that can match the peer's certificate. Any previous names set via
35 if B<name> is NULL or empty. When multiple names are configured,
H A DEVP_PKEY_CTX_new.pod39 further about the possible names in L</NOTES> below.
93 These are names like "RSA", "DSA", and what's available depends on what
H A DOBJ_nid2obj.pod54 code should treat all returned values -- OIDs, NIDs, or names -- as
69 If I<no_name> is 0 then long names and short names will be interpreted
H A DSSL_CONF_CTX_set1_prefix.pod21 calls. For example for files, if the prefix "SSL" is set then command names
H A DSSL_CTX_set_tlsext_use_srtp.pod37 SRTP protection profile names.
39 The currently supported protection profile names are:
H A DASN1_generate_nconf.pod46 Case is not significant in the type names.
117 field names in the section are ignored and the values are in the
204 (note: the field names such as 'coeff' are ignored and are present just
H A DX509_NAME_print_ex.pod80 separating field names and values.
85 If B<XN_FLAG_FN_ALIGN> is set then field names are padded to 20 characters: this
H A DX509_VERIFY_PARAM_set_flags.pod138 To obtain all names start with B<n> = 0 and increment B<n> as long as no NULL
159 alternative names are present in the certificate, any DNS name constraints in
165 alternative names are present in the certificate, DNS name constraints in
174 identifier that can match the peer's certificate. Any previous names
177 multiple names are configured, the peer is considered verified when
/openssl/test/helpers/
H A Dhandshake.c1426 const STACK_OF(X509_NAME) *names; in do_handshake_internal()
1706 names = SSL_get0_peer_CA_list(client.ssl); in do_handshake_internal()
1707 if (names == NULL) in do_handshake_internal()
1710 ret->client_ca_names = SSL_dup_CA_list(names); in do_handshake_internal()
1712 names = SSL_get0_peer_CA_list(server.ssl); in do_handshake_internal()
1713 if (names == NULL) in do_handshake_internal()
1716 ret->server_ca_names = SSL_dup_CA_list(names); in do_handshake_internal()
/openssl/test/ssl-tests/
H A D26-tls13_client_auth.cnf.in91 name => "client-auth-TLSv1.3-require-non-empty-names",
193 name => "client-auth-TLSv1.3-require-non-empty-names-post-handshake",
H A D04-client_auth.cnf.in217 # Successful handshake with client authentication non-empty names
219 name => "client-auth-${protocol_name}-require-non-empty-names"
/openssl/crypto/rsa/
H A Drsa_backend.c39 const OSSL_PARAM params[], const char *names[]) in DEFINE_STACK_OF()
47 for (i = 0; names[i] != NULL; i++) { in DEFINE_STACK_OF()
48 p = OSSL_PARAM_locate_const(params, names[i]); in DEFINE_STACK_OF()
/openssl/demos/bio/
H A Ddescrip.mms1 # This build description trusts that the following logical names are defined:
/openssl/doc/man7/
H A DEVP_MD-SHA1.pod14 default provider, and is identified with the names "SHA1" and "SHA-1".
H A Dopenssl-core.h.pod60 The algorithm names and property definitions are defined by the
63 The OpenSSL libraries use the first of the algorithm names as the main
/openssl/doc/internal/man3/
H A Dossl_DER_w_begin_sequence.pod19 in pairs, as noted by the function names containing the words C<begin>
/openssl/crypto/evp/
H A Dbuild.info10 e_rc4.c e_aes.c names.c e_aria.c e_sm4.c \
/openssl/doc/man1/
H A Dopenssl-kdf.pod.in71 Common parameter names used by EVP_KDF_CTX_set_params() are:
118 The supported algorithms names include TLS1-PRF, HKDF, SSKDF, PBKDF2,
H A Dopenssl-genpkey.pod.in79 Valid built-in algorithm names for private key generation are RSA, RSA-PSS, EC,
82 Valid built-in algorithm names for parameter generation (see the B<-genparam>
181 The EC curve to use. OpenSSL supports NIST curve names such as "P-256".
280 RFC5114 names "dh_1024_160", "dh_2048_224", "dh_2048_256".
493 The ability to use NIST curve names, and to generate an EC key directly,
/openssl/providers/fips/
H A Dfipsprov.c525 # pragma names save
526 # pragma names uppercase,truncated
530 # pragma names restore
/openssl/
H A DNOTES-DJGPP.md8 with illegal or duplicate names.

Completed in 80 milliseconds

123456789