Searched refs:detail (Results 1 – 21 of 21) sorted by relevance
/openssl-master/doc/man3/ |
A D | OSSL_HTTP_transfer.pod | 20 int connect, int detail); 96 BIO *(*OSSL_HTTP_bio_cb_t)(BIO *bio, void *arg, int connect, int detail) 102 the function is invoked with the I<connect> argument being 1 and the I<detail> 104 On disconnect I<connect> is 0 and I<detail> is 1 if no error occurred, else 0. 110 BIO *http_tls_cb(BIO *hbio, void *arg, int connect, int detail) 112 if (connect && detail) { /* connecting with TLS */ 117 } else if (!connect && !detail) { /* disconnecting after error */
|
A D | OSSL_CMP_log_open.pod | 57 When an interesting activity is performed or an error occurs, some detail
|
A D | OSSL_PARAM_allocate_from_text.pod | 44 =head2 The use of I<key> and I<value> in detail
|
A D | OSSL_CMP_CTX_new.pod | 357 typedef BIO *(*HTTP_bio_cb_t) (BIO *bio, void *ctx, int connect, int detail); 363 the function is invoked with the I<connect> argument being 1 and the I<detail> 365 disconnect I<connect> is 0 and I<detail> is 1 in case no error occurred, else 0. 596 detail. The transfer callback may make use of a custom defined argument stored
|
A D | OSSL_trace_enabled.pod | 57 The tracing types are described in detail in
|
/openssl-master/include/openssl/ |
A D | http.h | 63 typedef BIO *(*OSSL_HTTP_bio_cb_t)(BIO *bio, void *arg, int connect, int detail);
|
/openssl-master/doc/man1/ |
A D | openssl-sess_id.pod.in | 95 These are described below in more detail.
|
A D | openssl-pkcs8.pod.in | 180 including PKCS#5 v1.5 and PKCS#12. These are described in more detail
|
A D | openssl-req.pod.in | 413 The options available are described in detail below.
|
A D | openssl-verification-options.pod | 161 The precise extensions required are described in more detail in
|
/openssl-master/apps/include/ |
A D | apps.h | 280 int connect, int detail);
|
/openssl-master/doc/man7/ |
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
|
A D | provider-encoder.pod | 244 if relevant, should determine in greater detail what will be output.
|
A D | migration_guide.pod | 94 This is described in more detail in L</Deprecation of Low Level Functions> 937 Providers are described in detail here L<crypto(7)/Providers>. 942 Implicit and Explicit Fetching is described in detail here
|
/openssl-master/crypto/cmp/ |
A D | cmp_local.h | 928 const char *txt, int errorCode, const char *detail);
|
/openssl-master/apps/lib/ |
A D | apps.c | 2441 BIO *app_http_tls_cb(BIO *hbio, void *arg, int connect, int detail) in app_http_tls_cb() argument 2443 if (connect && detail) { /* connecting with TLS */ in app_http_tls_cb() 2467 } else if (!connect && !detail) { /* disconnecting after error */ in app_http_tls_cb()
|
/openssl-master/test/ |
A D | cmp_ctx_test.c | 309 static BIO *test_http_cb(BIO *bio, void *arg, int use_ssl, int detail) in test_http_cb() argument
|
/openssl-master/ |
A D | INSTALL.md | 27 - [Installation Steps in Detail](#installation-steps-in-detail) 135 [Installation in Detail](#installation-steps-in-detail) section below. 257 The options `--prefix` and `--openssldir` are explained in further detail in
|
A D | CHANGES.md | 3035 detail, because pre-requisites for attack are considered unlikely. Namely 4726 detail, because pre-requisites for attack are considered unlikely. Namely 18244 are in detail: SSL_need_tmp_RSA, SSL_set_tmp_rsa, SSL_set_tmp_dh,
|
/openssl-master/doc/man5/ |
A D | config.pod | 103 detail below. As a reminder, the square brackets shown in this example
|
/openssl-master/external/perl/Text-Template-1.56/ |
A D | LICENSE | 170 be similar in spirit to the present version, but may differ in detail to
|
Completed in 64 milliseconds