Home
last modified time | relevance | path

Searched refs:payload (Results 1 – 7 of 7) sorted by relevance

/openssl-master/util/perl/TLSProxy/
A DMessage.pm137 my $payload = "";
152 $payload = "";
175 if ($serverin != $server && length($payload) != 0) {
181 if ($payload ne "") {
198 if (length $payload > 0) {
204 if ($messlen <= length($payload)) {
211 $recoffset = $messlen - length($payload);
218 $payload = "";
221 $payload .= $record->decrypt_data;
245 $payload = "";
[all …]
/openssl-master/doc/man3/
A DDTLS_get_data_mtu.pod5 DTLS_get_data_mtu - Get maximum data payload size
15 This function obtains the maximum data payload size for the established
21 Returns the maximum data payload size on success, or 0 on failure.
A DPEM_read_bio_ex.pod22 the possibly encrypted data, and the binary data payload (after base64 decoding).
A DEVP_EncryptInit.pod928 written to the same location in the output buffer that the ciphertext payload
935 payload, and the tag bytes.
937 beginning of the output buffer, do "in place" encryption of the payload and
942 OSSL_FUNC_cipher_cipher call should be the length of the payload excluding the explicit
/openssl-master/test/
A Dasynciotest.c149 PACKET payload, wholebody, sessionid, extensions; in async_write() local
156 || !PACKET_get_length_prefixed_2(&pkt, &payload)) in async_write()
162 wholebody = payload; in async_write()
205 while (PACKET_get_1(&payload, &data)) { in async_write()
/openssl-master/doc/man1/
A Dopenssl-s_time.pod.in37 and includes the time to transfer the payload data in its timing measurements.
59 any payload data.
116 and optionally transfer payload data from a server. Server and client
/openssl-master/
A DCHANGES.md9210 receiving specific incorrect SSL/TLS records once record payload

Completed in 31 milliseconds