Home
last modified time | relevance | path

Searched refs:names (Results 101 – 125 of 236) sorted by relevance

12345678910

/openssl/doc/man3/
H A DSSL_CONF_CTX_set1_prefix.pod21 calls. For example for files, if the prefix "SSL" is set then command names
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 DOSSL_CMP_ITAV_new_caCerts.pod106 Any available distribution point name is preferred over issuer names.
108 If no distribution point names are available,
109 candidate issuer names are taken from following sources, as far as present:
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 DSSL_CTX_set_tlsext_use_srtp.pod37 SRTP protection profile names.
39 The currently supported protection profile names are:
H A DX509_VERIFY_PARAM_set_flags.pod140 To obtain all names start with B<n> = 0 and increment B<n> as long as no NULL
161 alternative names are present in the certificate, any DNS name constraints in
167 alternative names are present in the certificate, DNS name constraints in
176 identifier that can match the peer's certificate. Any previous names
179 multiple names are configured, the peer is considered verified when
H A DEVP_PKEY_settable_params.pod34 the names and types of key parameters that can be set.
H A DX509_verify.pod32 For success the issuer and subject names must match, the components of the
H A DOSSL_IETF_ATTR_SYNTAX.pod22 GENERAL_NAMES *names);
H A DEVP_RAND.pod245 EVP_RAND_names_do_all() traverses all names for I<rand>, and calls
258 The standard parameter names are:
378 EVP_RAND_names_do_all() returns 1 if the callback was called for all names. A
379 return value of 0 means that the callback was not called for any names.
H A DEVP_DigestInit.pod356 names registered with the default library context (see
369 digests with multiple names, only one of them is returned; it's
374 Traverses all names for the I<md>, and calls I<fn> with each name and
692 Returns 1 if the callback was called for all names. A return value of 0 means
693 that the callback was not called for any names.
846 functions were renamed to include C<get> or C<get0> in their names in
847 OpenSSL 3.0, respectively. The old names are kept as non-deprecated
/openssl/doc/man7/
H A DEVP_SIGNATURE-RSA.pod15 In this list, names are grouped together to signify that they are the same
16 algorithm having multiple names. This also includes the OID in canonical
H A Dx509.pod42 B<X509_NAME_>I<XXX> functions handle certificate names.
H A DEVP_MAC-BLAKE2.pod14 These implementations are identified with one of these names and
/openssl/include/crypto/
H A Driscv_arch.def21 * Directly coping values instead of macro names comes from the fact
/openssl/doc/man1/
H A Dopenssl-ciphers.pod.in99 list is a simple colon (":") separated list of TLSv1.3 ciphersuite names. By
420 The following lists give the standard SSL or TLS cipher suites names from the
422 standard names or OpenSSL names in cipher lists, or a mix of both.
424 It should be noted, that several cipher suite names do not include the
750 =head2 Older names used by OpenSSL
752 The following names are accepted by older releases:
811 Support for standard IANA names in cipher lists was added in
H A Dopenssl-genpkey.pod.in87 Valid built-in algorithm names for private key generation are RSA, RSA-PSS, EC,
90 Valid built-in algorithm names for parameter generation (see the B<-genparam>
194 The EC curve to use. OpenSSL supports NIST curve names such as "P-256".
293 RFC5114 names "dh_1024_160", "dh_2048_224", "dh_2048_256".
506 The ability to use NIST curve names, and to generate an EC key directly,
/openssl/apps/
H A Dcmp.c956 static int set_gennames(OSSL_CMP_CTX *ctx, char *names, const char *desc) in set_gennames() argument
960 for (; names != NULL; names = next) { in set_gennames()
963 next = next_item(names); in set_gennames()
964 if (strcmp(names, "critical") == 0) { in set_gennames()
973 n = a2i_GENERAL_NAME(NULL, NULL, NULL, GEN_IPADD, names, 0); in set_gennames()
976 strchr(names, '@') != NULL ? GEN_EMAIL : in set_gennames()
977 strchr(names, ':') != NULL ? GEN_URI : GEN_DNS, in set_gennames()
978 names, 0); in set_gennames()
982 CMP_err2("bad syntax of %s '%s'", desc, names); in set_gennames()
H A Docsp.c60 STACK_OF(OPENSSL_STRING) *names,
967 STACK_OF(OPENSSL_STRING) *names, in print_ocsp_summary()
977 if (req == NULL || !sk_OPENSSL_STRING_num(names)) in print_ocsp_summary()
985 name = sk_OPENSSL_STRING_value(names, i); in print_ocsp_summary()
/openssl/crypto/evp/
H A Dbuild.info10 e_rc4.c e_aes.c names.c e_aria.c e_sm4.c \
/openssl/doc/internal/man3/
H A Dossl_print_attribute_value.pod22 X.500 directory values are used in the relative distinguished names in a
H A DOPTIONS.pod63 that multi-character flag names are supported, and a variety of parsing
86 In addition to defining symbolic names for the constants that opt_next()
106 names are special, and are described below.
304 These are handled with sets of macros that define common option names
/openssl/doc/HOWTO/
H A Ddocumenting-functions-and-macros.md57 to edit the file `util/other.syms` to add the names of your `#define`
165 # 1 libcrypto names are not documented
/openssl/
H A DNOTES-DJGPP.md8 with illegal or duplicate names.
/openssl/providers/fips/
H A Dfipsprov.c623 # pragma names save
624 # pragma names uppercase,truncated
628 # pragma names restore

Completed in 140 milliseconds

12345678910