Searched refs:reading (Results 1 – 25 of 61) sorted by relevance
123
/openssl/demos/digest/ |
H A D | BIO_f_md.c | 42 BIO *bio_digest = NULL, *reading = NULL; in main() local 96 reading = BIO_push(bio_digest, input); in main() 98 while (BIO_read(reading, buffer, sizeof(buffer)) > 0) in main()
|
/openssl/doc/man3/ |
H A D | SSL_CTX_set_read_ahead.pod | 27 into its buffer (providing that the buffer is large enough) if reading ahead is 29 Setting the parameter B<yes> to 0 turns reading ahead is off, other values turn 33 SSL_CTX_get_read_ahead() and SSL_get_read_ahead() indicate whether reading 55 connection) after the SSL connection is finished using SSL_shutdown() reading 61 SSL_get_read_ahead() and SSL_CTX_get_read_ahead() return 0 if reading ahead is off,
|
H A D | SSL_get_handshake_rtt.pod | 28 done reading the client's response. This is after the client has responded 33 client is done reading the server's response. This is after ServerFinished in
|
H A D | X509_load_http.pod | 34 internal one for connecting, writing the request, and reading the response. 37 B<bio> is used for writing the request, and B<rbio> for reading the response.
|
H A D | BIO_socket_wait.pod | 22 BIO_socket_wait() waits on the socket B<fd> for reading if B<for_read> is not 0, 27 B<bio>, for reading if B<bio> is supposed to read, else for writing.
|
H A D | BIO_f_base64.pod | 28 For reading, the first line of base64 content should be at most 1024 bytes long 33 Also when reading, unless the flag B<BIO_FLAGS_BASE64_NO_NL> is set, initial 57 For reading, it removes all expectations on newlines in the input data.
|
H A D | SSL_in_init.pod | 61 B<role> is one of CR, CW, SR or SW to indicate "client reading", 62 "client writing", "server reading" or "server writing" respectively.
|
H A D | EC_KEY_get_enc_flags.pod | 22 When reading a private key encoded without an associated public key (e.g. if
|
H A D | b2i_PVK_bio_ex.pod | 6 functions for reading and writing MSBLOB format private keys
|
H A D | SSL_set_fd.pod | 31 (for both the reading and writing side, if different).
|
H A D | OSSL_CRMF_MSG_get0_tmpl.pod | 15 - functions reading from CRMF CertReqMsg structures
|
H A D | BIO_f_cipher.pod | 37 When reading from an encryption BIO the final block is automatically
|
H A D | SSL_CTX_set_split_send_fragment.pod | 63 Pipelining operates slightly differently for reading encrypted data compared to 89 pipelining. While reading we are constrained by the number of records that the
|
H A D | BIO_meth_new.pod | 115 for reading arbitrary length data from the BIO respectively. This function will 129 used for reading a line of data from the BIO respectively (see the L<BIO_gets(3)>
|
H A D | PKCS12_newpass.pod | 71 fprintf(stderr, "Error reading PKCS#12 file\n");
|
H A D | SSL_get_rpoll_descriptor.pod | 31 If an SSL object is not interested in reading data from the network at the
|
H A D | PEM_bytes_read_bio.pod | 25 continue reading. Non-PEM data present in the stream may cause an
|
H A D | SSL_CTX_set_default_passwd_cb.pod | 51 callback is used for reading/decryption (rwflag=0) or writing/encryption
|
H A D | BIO_push.pod | 69 It should be noted that reading causes data to pass in the reverse
|
H A D | BIO_f_md.pod | 97 The next example digests data by reading through a chain instead:
|
/openssl/ssl/statem/ |
H A D | README.md | 22 event of NBIO events; handling the common flow of steps for reading a 28 The message flow state machine is divided into a reading sub-state machine and a
|
/openssl/doc/man1/ |
H A D | openssl-passwd.pod.in | 65 When reading a password from the terminal, this implies B<-noverify>. 77 Don't verify when reading a password from the terminal.
|
/openssl/doc/internal/man7/ |
H A D | DERlib.pod | 9 OpenSSL contains an internal small DER reading and writing library,
|
/openssl/doc/designs/quic-design/ |
H A D | record-layer.md | 23 "pipelining" which are different approaches for supporting the reading or 159 for reading and one for writing. In some cases there may be more than 2 - for 306 * functions for reading and writing records for that protocol. Which 379 * reading data. Where the direction is "write", then this BIO will only 383 * force at any one time (one for reading and one for writing). In some
|
/openssl/doc/man7/ |
H A D | ossl-guide-quic-client-block.pod | 254 * Get up to sizeof(buf) bytes of the response. We keep reading until the 307 printf ("Failed reading remaining data\n"); 331 In this tutorial, once we have finished reading data from the server on the one
|
Completed in 28 milliseconds
123