summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy2022-11-242-0/+9
* QUIC TXP: Fix missing OSSL_NELEM includeHugo Landau2022-11-241-0/+1
* QUIC TX Packetiser and Streams MapperHugo Landau2022-11-2410-14/+2593
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-232-0/+2
* KTLS: enable the CCM mode of ktlsTianjia Zhang2022-11-161-2/+1
* QUIC: use list.hPauli2022-11-162-163/+75
* QUIC ackm: use list.hPauli2022-11-162-40/+25
* QUIC tx record layer: use list.hPauli2022-11-161-65/+39
* uint_set: convert uint_set to use the list data typePauli2022-11-163-129/+78
* Resolve a TODO in ssl3_dispatch_alertMatt Caswell2022-11-147-16/+47
* Plug the QUIC_RSTREAM to the RX depacketizerTomas Mraz2022-11-145-64/+49
* QUIC Receive Stream Management: Call QUIC flow controlTomas Mraz2022-11-142-34/+68
* QUIC Receive Stream ManagementTomas Mraz2022-11-148-47/+379
* 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 references to read_mac_secret and write_mac_secretMatt Caswell2022-11-142-6/+0
* Remove the read_iv/write_iv fields from SSL_CONNECTIONMatt Caswell2022-11-142-15/+3
* Remove compress/expand fields from SSL_CONNECTIONMatt Caswell2022-11-142-39/+27
* Remove remaining refs to enc_(write|read)_ctx/(read|write)_hashMatt Caswell2022-11-145-49/+19
* use OSSL_PARAM_construct_uint32 for max_early_dataJ.W. Jagersma2022-11-141-2/+2
* Cast values to match printf format strings.J.W. Jagersma2022-11-143-7/+12
* Fix CertificateCompressionAlgorithm to be read as 2-octet-wideAlexander Sosedkin2022-11-081-1/+1
* QUIC CFQ FixesHugo Landau2022-11-072-12/+16
* QUIC FIFDHugo Landau2022-11-074-2/+220
* QUIC TXPIMHugo Landau2022-11-072-1/+218
* QUIC CFQHugo Landau2022-11-072-0/+340
* Use the same encryption growth macro consistentlyMatt Caswell2022-11-071-11/+10
* Assert that we do not exceed the DTLS MTUMatt Caswell2022-11-071-0/+11
* Fix dtls_get_max_record_overhead()Matt Caswell2022-11-075-24/+43
* Fix the ceiling on how much encryption growth we can haveMatt Caswell2022-11-071-8/+12
* Add zlib oneshot compressionTodd Short2022-11-073-3/+3
* Fix coverity 1516093 tainted scalarTodd Short2022-11-021-1/+2
* Fix read pipeliningMatt Caswell2022-11-021-20/+8
* Pipeline output/input buf arrays must live until the EVP_Cipher is calledMatt Caswell2022-11-021-2/+1
* Add a test for TLS pipeliningMatt Caswell2022-11-021-4/+0
* Remove some unused OSSL_RECORD_METHOD functionsMatt Caswell2022-10-275-28/+0
* Make SSL_alloc_buffers() and SSL_free_buffers() work againMatt Caswell2022-10-278-19/+108
* ssl_cipher_process_rulestr: don't read outside rule_str bufferTodd C. Miller2022-10-261-3/+1
* Fix 32-bit Windows issues related to QUIC Wire functionsRichard Levitte2022-10-252-17/+22
* Fix 32-bit Windows issues related to QUIC_STREAMRichard Levitte2022-10-251-3/+3
* Fix 32-bit Windows issues related to QUIC_ACKM / QUIC_CCRichard Levitte2022-10-254-16/+27
* Fix definitions of SHUT_RD and SHUT_WRRichard Levitte2022-10-251-0/+1
* Fix test_tls13_encryption()Matt Caswell2022-10-251-0/+3
* Fix coverity 1516101 deadcodeDaniel Fiala2022-10-241-1/+3
* stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz2022-10-212-3/+2
* Fix coverity 1516094 uninitTodd Short2022-10-211-1/+4
* Fix coverity 1516093 tainted scalarTodd Short2022-10-211-2/+5