Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 144) sorted by relevance

123456

/openssl/test/recipes/
H A D80-test_ca_internals.t20 description => 'updatedb called before the first certificate expires',
28 description => 'updatedb called before Y2k',
36 description => 'updatedb called after year 2020',
44 description => 'updatedb called in year 2049 (last year with 2 digits)',
52description => 'updatedb called in year 2050 (first year with 4 digits) before the last certificat…
60 description => 'updatedb called after the last certificate expired',
68 description => 'updatedb called for the first time after the last certificate expired',
162 is($exit, 1, "ca_internals_test: returned EXIT_FAILURE (".$opts->{description}.")");
163 …als_test: amount of expired certificates differs from expected amount (".$opts->{description}.")");
164 …ternals_test: list of expired certificates differs from expected list (".$opts->{description}.")");
H A D80-test_cmp_http.t276 my $description = 1;
277 my $title = $fields[$description];
281 @fields = grep {$_ ne 'BLANK'} @fields[$description + 1 .. @fields - 1];
H A D70-test_tls13downgrade.t73 && $alert->description() == TLSProxy::Message::AL_DESC_ILLEGAL_PARAMETER,
/openssl/test/ct/
H A Dlog_list.cnf7 description = https://github.com/google/certificate-transparency/tree/99218b6445906a81f219d84e9c6d2…
11 description = Google Pilot Log
15 description = Google Aviator log
19 description = Google Rocketeer log
23 description = DigiCert Log Server
27 description = Certly.IO log
31 description = Izempe log
35 description = Symantec log
39 description = Venafi log
/openssl/util/perl/TLSProxy/
H A DAlert.pm18 $description) = @_;
24 description => $description
46 sub description subroutine
49 return $self->{description};
H A DRecord.pm526 my ($level, $description) = unpack('CC', $self->decrypt_data);
527 return $description if ($level == 2);
/openssl/util/
H A Dmkrc.pl23 my $description = "OpenSSL library";
26 $description = "OpenSSL application";
55 VALUE "FileDescription", "$description\\0"
/openssl/crypto/evp/
H A Devp_local.h101 const char *description; member
142 const char *description; member
161 const char *description; member
195 const char *description; member
215 const char *description; member
/openssl/doc/man3/
H A DCTLOG_STORE_new.pod46 description = Log 1
50 description = Log 2
61 invalid if it is missing a "key" or "description" field.
H A DSSL_state_string.pod5 SSL_state_string, SSL_state_string_long - get textual description of state of an SSL object
39 Detailed description of possible states to be included later.
H A DEVP_PKEY_is_a.pod43 EVP_PKEY_get0_description() returns a description of the type of B<EVP_PKEY>,
44 meant for display and human consumption. The description is at the
60 EVP_PKEY_get0_description() returns the description if found or NULL if not.
H A DSSL_get_current_cipher.pod24 the description of the actually used cipher of a connection established with
36 the description of the cipher (if any) that has been negotiated for future use
H A DOSSL_ENCODER.pod77 OSSL_ENCODER_get0_description() returns a description of the I<loader>, meant
78 for display and human consumption. The description is at the discretion of the
121 OSSL_ENCODER_get0_description() returns a pointer to a description, or NULL if
H A DEVP_KEYMGMT.pod82 EVP_KEYMGMT_get0_description() returns a description of the I<keymgmt>, meant
83 for display and human consumption. The description is at the discretion
127 EVP_KEYMGMT_get0_description() returns a pointer to a description, or NULL if
H A DUI_STRING.pod60 UI_get0_action_string() is used to retrieve the action description
108 UI_get0_action_string() returns the UI string action description
119 UI_get0_test_string() returns the UI string action description
H A DOSSL_DECODER.pod77 OSSL_DECODER_get0_description() returns a description of the I<decoder>, meant
78 for display and human consumption. The description is at the discretion
120 OSSL_DECODER_get0_description() returns a pointer to a description, or NULL if
H A DEVP_ASYM_CIPHER_free.pod73 EVP_ASYM_CIPHER_get0_description() returns a description of the I<cipher>,
74 meant for display and human consumption. The description is at the
H A DEVP_KEM_free.pod67 EVP_KEM_get0_description() returns a description of the I<kem>, meant for
68 display and human consumption. The description is at the discretion of
H A DEVP_SIGNATURE.pod77 EVP_SIGNATURE_get0_description() returns a description of the I<signature>,
78 meant for display and human consumption. The description is at the
/openssl/crypto/ct/
H A Dct_log.c143 const char *description = NCONF_get_string(conf, section, "description"); in ctlog_new_from_conf() local
146 if (description == NULL) { in ctlog_new_from_conf()
157 return CTLOG_new_from_base64_ex(ct_log, pkey_base64, description, in ctlog_new_from_conf()
/openssl/ssl/quic/
H A Dqlog.c72 if (info->description != NULL in ossl_qlog_new()
73 && (qlog->info.description = OPENSSL_strdup(info->description)) == NULL) in ossl_qlog_new()
97 OPENSSL_free((char *)qlog->info.description); in ossl_qlog_new()
168 OPENSSL_free((char *)qlog->info.description); in ossl_qlog_free()
292 write_str_once(qlog, "description", (char **)&qlog->info.description); in qlog_event_seq_header()
/openssl/test/testutil/
H A Ddriver.c263 const char *description, ...) in test_verdict() argument
277 va_start(ap, description); in test_verdict()
278 test_vprintf_tapout(description, ap); in test_verdict()
/openssl/doc/man1/
H A Dopenssl-list.pod.in136 See L</Display of algorithm names> for a description of how names are
149 See L</Display of algorithm names> for a description of how names are
155 See L</Display of algorithm names> for a description of how names are
164 See L</Display of algorithm names> for a description of how names are
/openssl/doc/man7/
H A DEVP_MD-SHAKE.pod29 (see the description of KMAC128 in Appendix A of NIST SP 800-185).
36 (see the description of KMAC256 in Appendix A of NIST SP 800-185).
/openssl/crypto/store/
H A Dstore_local.h103 const char *description; member

Completed in 88 milliseconds

123456