/openssl/doc/man3/ |
H A D | SSL_CONF_CTX_set1_prefix.pod | 21 calls. For example for files, if the prefix "SSL" is set then command names
|
H A D | ASN1_generate_nconf.pod | 46 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 D | OSSL_CMP_ITAV_new_caCerts.pod | 106 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 D | X509_NAME_print_ex.pod | 80 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 D | SSL_CTX_set_tlsext_use_srtp.pod | 37 SRTP protection profile names. 39 The currently supported protection profile names are:
|
H A D | X509_VERIFY_PARAM_set_flags.pod | 140 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 D | EVP_PKEY_settable_params.pod | 34 the names and types of key parameters that can be set.
|
H A D | X509_verify.pod | 32 For success the issuer and subject names must match, the components of the
|
H A D | OSSL_IETF_ATTR_SYNTAX.pod | 22 GENERAL_NAMES *names);
|
H A D | EVP_RAND.pod | 245 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 D | EVP_DigestInit.pod | 356 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 D | EVP_SIGNATURE-RSA.pod | 15 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 D | x509.pod | 42 B<X509_NAME_>I<XXX> functions handle certificate names.
|
H A D | EVP_MAC-BLAKE2.pod | 14 These implementations are identified with one of these names and
|
/openssl/include/crypto/ |
H A D | riscv_arch.def | 21 * Directly coping values instead of macro names comes from the fact
|
/openssl/doc/man1/ |
H A D | openssl-ciphers.pod.in | 99 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 D | openssl-genpkey.pod.in | 87 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 D | cmp.c | 956 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 D | ocsp.c | 60 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/doc/internal/man3/ |
H A D | ossl_print_attribute_value.pod | 22 X.500 directory values are used in the relative distinguished names in a
|
H A D | OPTIONS.pod | 63 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/crypto/evp/ |
H A D | build.info | 10 e_rc4.c e_aes.c names.c e_aria.c e_sm4.c \
|
/openssl/doc/HOWTO/ |
H A D | documenting-functions-and-macros.md | 57 to edit the file `util/other.syms` to add the names of your `#define` 165 # 1 libcrypto names are not documented
|
/openssl/ |
H A D | NOTES-DJGPP.md | 8 with illegal or duplicate names.
|
/openssl/providers/fips/ |
H A D | fipsprov.c | 626 # pragma names save 627 # pragma names uppercase,truncated 631 # pragma names restore
|