Searched refs:detail (Results 1 – 22 of 22) sorted by relevance
/openssl/doc/man3/ |
H A D | OSSL_HTTP_transfer.pod | 20 int connect, int detail); 101 BIO *(*OSSL_HTTP_bio_cb_t)(BIO *bio, void *arg, int connect, int detail) 108 I<detail> being 1 if I<use_ssl> is nonzero (i.e., HTTPS is requested), else 0. 109 On disconnect I<connect> is 0 and I<detail> is 1 if no error occurred, else 0. 118 BIO *http_tls_cb(BIO *bio, void *arg, int connect, int detail) 120 if (connect && detail) { /* connecting with TLS */ 128 if (!detail) { /* an error has occurred */
|
H A D | OSSL_CMP_log_open.pod | 57 When an interesting activity is performed or an error occurs, some detail
|
H A D | OSSL_PARAM_allocate_from_text.pod | 44 =head2 The use of I<key> and I<value> in detail
|
H A D | OSSL_trace_enabled.pod | 64 The tracing types are described in detail in
|
H A D | OSSL_CMP_CTX_new.pod | 407 typedef BIO *(*HTTP_bio_cb_t) (BIO *bio, void *arg, int connect, int detail); 668 detail. The transfer callback may make use of a custom defined argument stored
|
/openssl/include/openssl/ |
H A D | http.h | 68 typedef BIO *(*OSSL_HTTP_bio_cb_t)(BIO *bio, void *arg, int connect, int detail);
|
/openssl/doc/man1/ |
H A D | openssl-sess_id.pod.in | 95 These are described below in more detail.
|
H A D | openssl-pkcs8.pod.in | 191 including PKCS#5 v1.5 and PKCS#12. These are described in more detail
|
H A D | openssl-verification-options.pod | 161 The precise extensions required are described in more detail in
|
H A D | openssl-req.pod.in | 477 The options available are described in detail below.
|
/openssl/doc/designs/quic-design/ |
H A D | quic-overview.md | 29 [discussed in more detail here.](./quic-fifm.md)
|
/openssl/apps/include/ |
H A D | apps.h | 292 int connect, int detail);
|
/openssl/doc/man7/ |
H A D | EVP_RAND.pod | 165 the reseeding process in more detail. 197 in detail and imposes strict conditions on the entropy sources that are
|
H A D | provider-encoder.pod | 244 if relevant, should determine in greater detail what will be output.
|
H A D | ossl-guide-migration.pod | 115 This is described in more detail in L</Deprecation of Low Level Functions> 1007 Providers are described in detail here L<crypto(7)/Providers>. 1012 Implicit and Explicit Fetching is described in detail here
|
/openssl/crypto/cmp/ |
H A D | cmp_local.h | 1019 const char *txt, int errorCode, const char *detail);
|
/openssl/test/ |
H A D | cmp_ctx_test.c | 322 static BIO *test_http_cb(BIO *bio, void *arg, int use_ssl, int detail) in test_http_cb() argument
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | LICENSE | 170 be similar in spirit to the present version, but may differ in detail to
|
/openssl/doc/man5/ |
H A D | config.pod | 103 detail below. As a reminder, the square brackets shown in this example
|
/openssl/ |
H A D | INSTALL.md | 27 - [Installation Steps in Detail](#installation-steps-in-detail) 139 [Installation in Detail](#installation-steps-in-detail) section below. 261 The options `--prefix` and `--openssldir` are explained in further detail in
|
H A D | CHANGES.md | 4952 detail, because pre-requisites for attack are considered unlikely. Namely 6643 detail, because pre-requisites for attack are considered unlikely. Namely 20161 are in detail: SSL_need_tmp_RSA, SSL_set_tmp_rsa, SSL_set_tmp_dh,
|
/openssl/apps/lib/ |
H A D | apps.c | 2553 BIO *app_http_tls_cb(BIO *bio, void *arg, int connect, int detail) in app_http_tls_cb() argument
|
Completed in 151 milliseconds