summaryrefslogtreecommitdiffstats
path: root/ssl/record (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ensure the msg_callback is called on CCS receipt in TLSv1.3Matt Caswell2024-08-151-1/+4
* Fix typos found by codespellDimitri Papadopoulos2024-08-071-1/+1
* open brace '{' following struct go on the same lineDimitri Papadopoulos2024-07-221-4/+2
* tls13_meth.c: Check for negative return from EVP_CIPHER_CTX_get_iv_length()Tomas Mraz2024-07-211-3/+11
* Extend TLSv1.3 record layer padding API callsStephen Farrell2024-07-105-14/+53
* Set rl->packet to NULL after we've finished using itMatt Caswell2024-05-281-0/+8
* Only free the read buffers if we're not using themMatt Caswell2024-05-281-1/+4
* Move stack of compression methods from libssl to OSSL_LIB_CTXsashan2024-05-281-0/+1
* Add support for integrity-only cipher suites for TLS v1.3Rajeev Ranjan2024-05-143-34/+104
* Raise an error on syscall failure in tls_retry_write_recordsNeil Horman2024-04-261-2/+5
* Copyright year updatesRichard Levitte2024-04-0912-12/+12
* Future proof RLAYER_USE_EXPLICIT_IV by checking dtls versions directly.Frederik Wedel-Heinen2024-02-201-1/+3
* Removes record_queue struct which is no longer useful.Frederik Wedel-Heinen2024-02-165-43/+34
* Remove unused function arguments from tls_int_new_record_layerFrederik Wedel-Heinen2024-02-094-20/+9
* libssl: Make some global mutable structures constantHugo Landau2024-02-025-13/+13
* Rationalise RECORD_LAYER_clear() and clear_record_layer()Matt Caswell2024-01-312-2/+47
* Add appropriate NULL checks in EVP_CIPHER apiNeil Horman2024-01-252-0/+8
* Don't apply max_frag_len checking if no Max Fragment Length extensionMatt Caswell2024-01-181-4/+10
* Move increment of dtls epoch to change cipher state functionFrederik Wedel-Heinen2024-01-184-7/+14
* Document SSL_R_UNEXPECTED_EOF_WHILE_READINGMatt Caswell2024-01-181-0/+4
* Remove wpend_ret that was only assigned and never used.Frederik Wedel-Heinen2024-01-112-4/+0
* Ensure the default length calculation includes the content type byteMatt Caswell2023-12-191-4/+10
* Don't attempt to set provider params on an ENGINE based cipherMatt Caswell2023-12-122-3/+14
* Make sure we remember how much data we sent in the event of a retryMatt Caswell2023-10-241-1/+4
* Pass the dtls record version to the record layer msg_callback function.Frederik Wedel-Heinen2023-10-041-4/+4
* Call post_process_record for dtls recordsFrederik Wedel-Heinen2023-10-041-0/+5
* Occupy the rec_version field of a decoded dtls recordFrederik Wedel-Heinen2023-10-031-3/+2
* Copyright year updatesMatt Caswell2023-09-0713-13/+13
* Replace ssl3_get_message() with tls_get_message_header() and/or tls_get_messa...Sumitra Sharma2023-09-022-2/+3
* Removed unnecessary brace in ktls_configure_cryptoAbhirup Manna2023-09-011-1/+1
* Removed unused member read_iv of ossl_record_layer_stFrederik Wedel-Heinen2023-08-291-2/+0
* Always use uint8_t for TLS record typeTomas Mraz2023-08-259-34/+38
* Avoid issues with endianness when type is used in SSL_trace()Tomas Mraz2023-08-253-3/+3
* Fix a memory leak in tls_new_record_layerMatt Caswell2023-08-171-1/+1
* Don't free the prev BIO prematurelyMatt Caswell2023-08-171-1/+0
* Minor fixesHugo Landau2023-07-051-17/+2
* QUIC SSL: Prohibit readahead-related functionsHugo Landau2023-07-051-1/+1
* QUIC: Implement SSL_rstate_string(_long)Hugo Landau2023-07-051-0/+16
* Fix typos found by codespellDimitri Papadopoulos2023-06-152-4/+4
* Release zero length handshake fragment recordsMatt Caswell2023-05-011-2/+6
* Ensure that the SSL_rstate_string*() API works as they used toMatt Caswell2023-04-271-0/+1
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-1/+1
* Allow partially releasing a record for TLSMatt Caswell2023-04-125-49/+88
* Make the data field for get_record() constMatt Caswell2023-04-125-13/+21
* Handle app data records from the next epochMatt Caswell2023-03-311-5/+3
* Remove spurious error queue entries on early dataMatt Caswell2023-03-051-0/+11
* Don't declare SSL_CONNECTION twiceMatt Caswell2023-02-221-2/+0
* fuzz: fix coverity warningsPhilippe Antoine2023-02-201-1/+2
* Rationalize FIPS sourcesTomas Mraz2023-02-086-52/+9
* fuzz: make post handshake reachablePhilippe Antoine2023-02-081-0/+5