/openssl-master/crypto/x509/ |
A D | v3_pku.c | 18 PKEY_USAGE_PERIOD *usage, BIO *out, 37 PKEY_USAGE_PERIOD *usage, BIO *out, 41 if (usage->notBefore) { 43 ASN1_GENERALIZEDTIME_print(out, usage->notBefore); 44 if (usage->notAfter) 47 if (usage->notAfter) { 49 ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
|
A D | v3_purp.c | 383 #define ku_reject(x, usage) \ argument 384 (((x)->ex_flags & EXFLAG_KUSAGE) != 0 && ((x)->ex_kusage & (usage)) == 0) 385 #define xku_reject(x, usage) \ argument 387 #define ns_reject(x, usage) \ argument 401 ASN1_BIT_STRING *usage; in ossl_x509v3_cache_extensions() local 471 if ((usage = X509_get_ext_d2i(x, NID_key_usage, &i, NULL)) != NULL) { in ossl_x509v3_cache_extensions() 473 if (usage->length > 0) { in ossl_x509v3_cache_extensions() 474 x->ex_kusage = usage->data[0]; in ossl_x509v3_cache_extensions() 475 if (usage->length > 1) in ossl_x509v3_cache_extensions() 476 x->ex_kusage |= usage->data[1] << 8; in ossl_x509v3_cache_extensions() [all …]
|
/openssl-master/test/recipes/30-test_evp_data/ |
A D | evpciph_camellia_cts.txt | 15 # salt = 0000000 || usage || AA, 34 # Key usage: 0 45 # Key usage: 1 56 # Key usage: 2 67 # Key usage: 3 78 # Key usage: 4 89 # Key usage: 0 100 # Key usage: 1 111 # Key usage: 2 122 # Key usage: 3 [all …]
|
/openssl-master/doc/man3/ |
A D | X509_get_extension_flags.pod | 102 The certificate contains a key usage extension. The value can be retrieved 107 The certificate contains an extended key usage extension. The value can be 112 X509_get_key_usage() returns the value of the key usage extension. If key 113 usage is present will return zero or more of the flags: 117 individual key usage bits. If key usage is absent then B<UINT32_MAX> is 120 X509_get_extended_key_usage() returns the value of the extended key usage 121 extension. If extended key usage is present it will return zero or more of the 164 If the key usage or extended key usage extension is absent then typically usage
|
A D | EVP_rc4.pod | 33 WARNING: this function is obsolete. Its usage should be replaced with the 40 WARNING: this is not intended for usage outside of TLS and requires calling of
|
A D | SSL_CTX_dane_enable.pod | 20 int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector, 23 int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector, 125 When the return value is nonnegative, the storage pointed to by the B<usage>, 167 SSL library, while a return value of B<0> indicates incorrect usage or invalid 168 input, such as an unsupported TLSA record certificate usage, selector or 201 uint8_t usage, selector, mtype; 228 /* set usage, selector, mtype, data, len */ 235 switch (usage) { 245 ret = SSL_dane_tlsa_add(ssl, usage, selector, mtype, data, len); 308 (void) SSL_get0_dane_tlsa(ssl, &usage, &selector, &mtype, NULL, NULL); [all …]
|
A D | EVP_PKEY_CTX_set_rsa_pss_keygen_md.pod | 39 If the key has usage restrictions then an error is returned if an attempt is 43 usage restrictions. 47 key has usage restrictions then an error is returned if an attempt is made to
|
A D | EVP_aes_128_gcm.pod | 103 WARNING: this is not intended for usage outside of TLS and requires calling of 114 WARNING: this is not intended for usage outside of TLS and requires calling of
|
A D | EVP_md5.pod | 35 WARNING: this algorithm is not intended for non-SSL usage.
|
A D | EVP_rc2_cbc.pod | 48 WARNING: these functions are obsolete. Their usage should be replaced with the
|
/openssl-master/apps/ |
A D | tsget.in | 120 sub usage { 138 getopts($getopt_arg, \%options) or usage; 141 getopts($getopt_arg, \%options) or usage; 147 usage;
|
/openssl-master/test/testutil/ |
A D | provider.c | 52 OSSL_PROVIDER **provider, int argn, const char *usage) in test_arg_libctx() argument 57 TEST_error("usage: <prog> %s", usage); in test_arg_libctx()
|
/openssl-master/crypto/pkcs12/ |
A D | p12_attr.c | 29 int PKCS8_add_keyusage(PKCS8_PRIV_KEY_INFO *p8, int usage) in PKCS8_add_keyusage() argument 31 unsigned char us_val = (unsigned char)usage; in PKCS8_add_keyusage()
|
/openssl-master/test/ |
A D | CAtsa.cnf | 82 # The following key usage flags are needed for TSA server certificates. 92 # This is not a CA cert and not a TSA cert, either (timeStamping usage missing) 95 # The following key usage flags are needed for TSA server certificates. 151 # This configuration uses a certificate which doesn't have timeStamping usage.
|
A D | danetest.c | 245 static uint8_t usage; in tlsa_import_rr() local 250 { &usage, "usage", checked_uint8 }, in tlsa_import_rr() 268 ret = SSL_dane_tlsa_add(ssl, usage, selector, mtype, data, len); in tlsa_import_rr()
|
/openssl-master/VMS/ |
A D | translatesyms.pl | 31 usage() if scalar @ARGV < 1;
|
/openssl-master/doc/man7/ |
A D | EVP_KDF-PKCS12KDF.pod | 15 using a salt, iteration count and the intended usage. 42 This parameter is used to specify the intended usage of the output bits, as per
|
A D | fips_module.pod | 95 For FIPS usage, it is recommened that the B<config_diagnostics> option is 302 In addition to using properties to separate usage of the FIPS module from other 314 * Create two nondefault library contexts. One for fips usage and 315 * one for non-fips usage 369 library context for FIPS usage, and just create one additional library context 406 properties and the default library context to specify usage of FIPS validated 431 to specify FIPS usage:
|
/openssl-master/ |
A D | config.com | 14 $ ! -h prints a usage and exits
|
/openssl-master/include/internal/ |
A D | dane.h | 44 uint8_t usage; member
|
/openssl-master/doc/man1/ |
A D | openssl-errstr.pod.in | 27 Display a usage message.
|
A D | openssl-version.pod.in | 34 Print out a usage message.
|
A D | openssl-rand.pod.in | 36 Print out a usage message.
|
A D | openssl-verification-options.pod | 107 a certificate with suitable key usage that 287 If a pathlenConstraint is given the key usage keyCertSign must be allowed. 392 certificate with key usage restrictions not including the keyCertSign bit. 590 The extended key usage extension must be absent or include the "web client 597 The extended key usage extension must be absent or include the "web client 604 The extended key usage extension must be absent or include the "web server 612 The extended key usage extension must be absent or include the "web server 626 The extended key usage extension must be absent or include the "email 644 The extended key usage extension must be absent or include the "email
|
/openssl-master/ssl/ |
A D | ssl_lib.c | 270 uint8_t usage, in dane_tlsa_add() argument 290 if (usage > DANETLS_USAGE_LAST) { in dane_tlsa_add() 322 t->usage = usage; in dane_tlsa_add() 389 if (usage == DANETLS_USAGE_DANE_TA) in dane_tlsa_add() 415 if (rec->usage > usage) in dane_tlsa_add() 417 if (rec->usage < usage) in dane_tlsa_add() 433 dane->umask |= DANETLS_USAGE_BIT(usage); in dane_tlsa_add() 1116 if (usage) in SSL_get0_dane_tlsa() 1117 *usage = dane->mtlsa->usage; in SSL_get0_dane_tlsa() 1135 int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector, in SSL_dane_tlsa_add() argument [all …]
|