aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/record
Commit message (Expand)AuthorAgeFilesLines
* 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-041-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-061-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
* Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz2023-01-271-0/+2
* Extend the new_record_layer functionMatt Caswell2023-01-245-15/+25
* Add support for setting a custom TLS Record LayerMatt Caswell2023-01-245-4/+18
* Remove an unneeded OSSL_RECORD_METHOD functionMatt Caswell2023-01-244-10/+0
* Move recordmethod.h to be an "internal" headerMatt Caswell2023-01-242-336/+1
* Ensure our buffer allocation allows for the Explicit IVMatt Caswell2023-01-241-1/+5
* Fixed typos in documentation and commentsSemen Zhydenko2023-01-041-1/+1
* ssl3_mac(): Fix possible divide by zero bugzhailiangliang2022-12-221-1/+1
* Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy2022-11-241-0/+8
* KTLS: enable the CCM mode of ktlsTianjia Zhang2022-11-161-2/+1
* Resolve a TODO in ssl3_dispatch_alertMatt Caswell2022-11-142-2/+2
* Fix memory leak when freeing the DTLS record layerMatt Caswell2022-11-142-5/+8
* Rename SSL3_RECORD to TLS_RL_RECORDMatt Caswell2022-11-148-91/+98
* Rename SSL3_BUFFER to TLS_BUFFERMatt Caswell2022-11-146-86/+86
* Move declarations out of record.h and record_local.hMatt Caswell2022-11-149-207/+166
* Move tls_pad.c into ssl/record/methodsMatt Caswell2022-11-143-6/+7
* Remove remaining refs to enc_(write|read)_ctx/(read|write)_hashMatt Caswell2022-11-142-3/+3