Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DOSSL_HTTP_transfer.pod20 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 DOSSL_CMP_log_open.pod57 When an interesting activity is performed or an error occurs, some detail
H A DOSSL_PARAM_allocate_from_text.pod44 =head2 The use of I<key> and I<value> in detail
H A DOSSL_trace_enabled.pod64 The tracing types are described in detail in
H A DOSSL_CMP_CTX_new.pod407 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 Dhttp.h68 typedef BIO *(*OSSL_HTTP_bio_cb_t)(BIO *bio, void *arg, int connect, int detail);
/openssl/doc/man1/
H A Dopenssl-sess_id.pod.in95 These are described below in more detail.
H A Dopenssl-pkcs8.pod.in191 including PKCS#5 v1.5 and PKCS#12. These are described in more detail
H A Dopenssl-verification-options.pod161 The precise extensions required are described in more detail in
H A Dopenssl-req.pod.in477 The options available are described in detail below.
/openssl/doc/designs/quic-design/
H A Dquic-overview.md29 [discussed in more detail here.](./quic-fifm.md)
/openssl/apps/include/
H A Dapps.h292 int connect, int detail);
/openssl/doc/man7/
H A DEVP_RAND.pod165 the reseeding process in more detail.
197 in detail and imposes strict conditions on the entropy sources that are
H A Dprovider-encoder.pod244 if relevant, should determine in greater detail what will be output.
H A Dossl-guide-migration.pod115 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 Dcmp_local.h1019 const char *txt, int errorCode, const char *detail);
/openssl/test/
H A Dcmp_ctx_test.c322 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 DLICENSE170 be similar in spirit to the present version, but may differ in detail to
/openssl/doc/man5/
H A Dconfig.pod103 detail below. As a reminder, the square brackets shown in this example
/openssl/
H A DINSTALL.md27 - [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 DCHANGES.md4952 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 Dapps.c2553 BIO *app_http_tls_cb(BIO *bio, void *arg, int connect, int detail) in app_http_tls_cb() argument

Completed in 151 milliseconds