Home
last modified time | relevance | path

Searched refs:detail (Results 1 – 21 of 21) sorted by relevance

/openssl-master/doc/man3/
A DOSSL_HTTP_transfer.pod20 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 DOSSL_CMP_log_open.pod57 When an interesting activity is performed or an error occurs, some detail
A DOSSL_PARAM_allocate_from_text.pod44 =head2 The use of I<key> and I<value> in detail
A DOSSL_CMP_CTX_new.pod357 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 DOSSL_trace_enabled.pod57 The tracing types are described in detail in
/openssl-master/include/openssl/
A Dhttp.h63 typedef BIO *(*OSSL_HTTP_bio_cb_t)(BIO *bio, void *arg, int connect, int detail);
/openssl-master/doc/man1/
A Dopenssl-sess_id.pod.in95 These are described below in more detail.
A Dopenssl-pkcs8.pod.in180 including PKCS#5 v1.5 and PKCS#12. These are described in more detail
A Dopenssl-req.pod.in413 The options available are described in detail below.
A Dopenssl-verification-options.pod161 The precise extensions required are described in more detail in
/openssl-master/apps/include/
A Dapps.h280 int connect, int detail);
/openssl-master/doc/man7/
A DEVP_RAND.pod165 the reseeding process in more detail.
197 in detail and imposes strict conditions on the entropy sources that are
A Dprovider-encoder.pod244 if relevant, should determine in greater detail what will be output.
A Dmigration_guide.pod94 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 Dcmp_local.h928 const char *txt, int errorCode, const char *detail);
/openssl-master/apps/lib/
A Dapps.c2441 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 Dcmp_ctx_test.c309 static BIO *test_http_cb(BIO *bio, void *arg, int use_ssl, int detail) in test_http_cb() argument
/openssl-master/
A DINSTALL.md27 - [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 DCHANGES.md3035 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 Dconfig.pod103 detail below. As a reminder, the square brackets shown in this example
/openssl-master/external/perl/Text-Template-1.56/
A DLICENSE170 be similar in spirit to the present version, but may differ in detail to

Completed in 64 milliseconds