summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2022-12-05Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_sizePeiwei Hu
2022-11-24Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy
2022-11-24QUIC TXP: Fix missing OSSL_NELEM includeHugo Landau
2022-11-24QUIC TX Packetiser and Streams MapperHugo Landau
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-11-16KTLS: enable the CCM mode of ktlsTianjia Zhang
2022-11-16QUIC: use list.hPauli
2022-11-16QUIC ackm: use list.hPauli
2022-11-16QUIC tx record layer: use list.hPauli
2022-11-16uint_set: convert uint_set to use the list data typePauli
2022-11-14Resolve a TODO in ssl3_dispatch_alertMatt Caswell
2022-11-14Plug the QUIC_RSTREAM to the RX depacketizerTomas Mraz
2022-11-14QUIC Receive Stream Management: Call QUIC flow controlTomas Mraz
2022-11-14QUIC Receive Stream ManagementTomas Mraz
2022-11-14Fix memory leak when freeing the DTLS record layerMatt Caswell
2022-11-14Rename SSL3_RECORD to TLS_RL_RECORDMatt Caswell
2022-11-14Rename SSL3_BUFFER to TLS_BUFFERMatt Caswell
2022-11-14Move declarations out of record.h and record_local.hMatt Caswell
2022-11-14Move tls_pad.c into ssl/record/methodsMatt Caswell
2022-11-14Remove references to read_mac_secret and write_mac_secretMatt Caswell
2022-11-14Remove the read_iv/write_iv fields from SSL_CONNECTIONMatt Caswell
2022-11-14Remove compress/expand fields from SSL_CONNECTIONMatt Caswell
2022-11-14Remove remaining refs to enc_(write|read)_ctx/(read|write)_hashMatt Caswell
2022-11-14use OSSL_PARAM_construct_uint32 for max_early_dataJ.W. Jagersma
2022-11-14Cast values to match printf format strings.J.W. Jagersma
2022-11-08Fix CertificateCompressionAlgorithm to be read as 2-octet-wideAlexander Sosedkin
2022-11-07QUIC CFQ FixesHugo Landau
2022-11-07QUIC FIFDHugo Landau
2022-11-07QUIC TXPIMHugo Landau
2022-11-07QUIC CFQHugo Landau
2022-11-07Use the same encryption growth macro consistentlyMatt Caswell
2022-11-07Assert that we do not exceed the DTLS MTUMatt Caswell
2022-11-07Fix dtls_get_max_record_overhead()Matt Caswell
2022-11-07Fix the ceiling on how much encryption growth we can haveMatt Caswell
2022-11-07Add zlib oneshot compressionTodd Short
2022-11-02Fix coverity 1516093 tainted scalarTodd Short
2022-11-02Fix read pipeliningMatt Caswell
2022-11-02Pipeline output/input buf arrays must live until the EVP_Cipher is calledMatt Caswell
2022-11-02Add a test for TLS pipeliningMatt Caswell
2022-10-27Remove some unused OSSL_RECORD_METHOD functionsMatt Caswell
2022-10-27Make SSL_alloc_buffers() and SSL_free_buffers() work againMatt Caswell
2022-10-26ssl_cipher_process_rulestr: don't read outside rule_str bufferTodd C. Miller
2022-10-25Fix 32-bit Windows issues related to QUIC Wire functionsRichard Levitte
2022-10-25Fix 32-bit Windows issues related to QUIC_STREAMRichard Levitte
2022-10-25Fix 32-bit Windows issues related to QUIC_ACKM / QUIC_CCRichard Levitte
2022-10-25Fix definitions of SHUT_RD and SHUT_WRRichard Levitte
2022-10-25Fix test_tls13_encryption()Matt Caswell
2022-10-24Fix coverity 1516101 deadcodeDaniel Fiala
2022-10-21stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz
2022-10-21Fix coverity 1516094 uninitTodd Short