Searched refs:writing (Results 1 – 25 of 59) sorted by relevance
123
/openssl/test/recipes/ |
H A D | 40-test_rehash.t | 68 my $writing = 0; 73 die "New start in a PEM blob?\n" if $writing; 81 $writing = 1; 83 print OUT $line if $writing; 85 close OUT if $writing; 86 $writing = 0; 89 die "No end marker in $basename\n" if $writing;
|
/openssl/doc/man3/ |
H A D | SSL_get_handshake_rtt.pod | 26 writing to the client. This is during the ServerFinished in TLS 1.3 and 32 writing the ClientHello and early data (if any). The other is taken when
|
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 | 23 else for writing, at most until B<max_time>. 27 B<bio>, for reading if B<bio> is supposed to read, else for writing.
|
H A D | SSL_in_init.pod | 62 "client writing", "server reading" or "server writing" respectively.
|
H A D | SSL_get_rpoll_descriptor.pod | 30 from the network and/or writing data to the network respectively. 33 not interested in writing data to the network at the current time,
|
H A D | BIO_s_null.pod | 27 data by writing through a digest bio but not send the digested data anywhere.
|
H A D | BIO_f_base64.pod | 24 For writing, by default output is divided to lines of length 64 55 For writing, it causes all data to be written on one line without
|
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 | SSL_CTX_set_split_send_fragment.pod | 64 writing encrypted data. SSL_CTX_set_split_send_fragment() and 66 writing encrypted data. The number of pipelines used will be determined by the
|
H A D | BIO_meth_new.pod | 106 used for writing arbitrary length data to the BIO respectively. This function 124 writing a NULL terminated string to the BIO respectively. This function will be
|
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 | SSL_get_error.pod | 52 The TLS/SSL peer has closed the connection for writing by sending the 126 on many platforms select() or poll() for writing on the socket file descriptor
|
H A D | OSSL_CMP_log_open.pod | 80 The callback function may itself do non-trivial tasks like writing to
|
H A D | BIO_s_dgram_pair.pod | 175 If a caller attempts to specify a source address when writing, or requests a 187 provide source and destination addresses respectively when writing datagrams to
|
H A D | OPENSSL_ia32cap.pod | 19 range of processors. For the moment of this writing following bits are
|
/openssl/doc/internal/man7/ |
H A D | DERlib.pod | 9 OpenSSL contains an internal small DER reading and writing library, 35 DER writers are based in L<WPACKET(3)>, a generic packet writing 111 C<sha256Identifier> and C<mgf1SHA256Identifier>, the DER writing code
|
/openssl/ssl/statem/ |
H A D | README.md | 23 message and the common flow of steps for writing a message etc 29 writing sub-state machine. See the source comments in statem.c for a more
|
/openssl/ssl/record/ |
H A D | record.h | 171 int ossl_tls_handle_rlayer_return(SSL_CONNECTION *s, int writing, int ret,
|
H A D | rec_layer_s3.c | 489 int ossl_tls_handle_rlayer_return(SSL_CONNECTION *s, int writing, int ret, in ossl_tls_handle_rlayer_return() argument 495 s->rwstate = writing ? SSL_WRITING : SSL_READING; in ossl_tls_handle_rlayer_return() 500 if (writing) { in ossl_tls_handle_rlayer_return()
|
/openssl/ |
H A D | LICENSE.txt | 61 designated in writing by the copyright owner as "Not a Contribution." 145 agreed to in writing, Licensor provides the Work (and each 157 negligent acts) or agreed to in writing, shall any Contributor be
|
/openssl/doc/designs/quic-design/ |
H A D | record-layer.md | 24 writing of multiple records at the same time. All record layer variants also 159 for reading and one for writing. In some cases there may be more than 2 - for 178 `OSSL_RECORD_TEMPLATE` structure when writing. Libssl will construct a set of 306 * functions for reading and writing records for that protocol. Which 380 * every be used for writing data. 383 * force at any one time (one for reading and one for writing). In some 583 * writing a record
|
/openssl/doc/man1/ |
H A D | openssl-crl.pod.in | 82 Corrupt the signature before writing it; this can be useful
|
/openssl/doc/man7/ |
H A D | ossl-guide-quic-multi-stream.pod | 171 See L<ossl-guide-quic-client-non-block(7)> for more information about writing a 215 Once the streams are successfully created we can start writing data to them. In 239 this sequentially, writing to B<stream1> first and, when this is successful, 240 writing to B<stream2> second. Remember that our client is blocking so these
|
Completed in 37 milliseconds
123