summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
2022-10-21Fix coverity 1516093 tainted scalarTodd Short
2022-10-20Move freeing of BIOs as late as possibleMatt Caswell
2022-10-20Remove some redundant codeMatt Caswell
2022-10-20Remove the old buffer management codeMatt Caswell
2022-10-20Remove some TODO(RECLAYER) comments now that DTLS has been movedMatt Caswell
2022-10-20Remove dtls_write_recordsMatt Caswell
2022-10-20Move sequence increment to post encryption processingMatt Caswell
2022-10-20Remove supurious set of the record typeMatt Caswell
2022-10-20Consolidate sequence counter incrementing codeMatt Caswell
2022-10-20Ensure the record layer is responsible for calculating record overheadsMatt Caswell
2022-10-20Convert dtls_write_records to use standard record layer functionsMatt Caswell
2022-10-20Start using WPACKET in the dtls write records codeMatt Caswell
2022-10-20Use common tls_write_records() even for DTLSMatt Caswell
2022-10-20Convert dtls_write_records() to return the correct return valuesMatt Caswell
2022-10-20Use record layer buffers for DTLS rather than the buffers in s->rlayerMatt Caswell
2022-10-20Move dlts_write_records() function in the record layerMatt Caswell
2022-10-20Create a dlts_write_records() functionMatt Caswell
2022-10-20Remove create_empty_fragment from do_dtls1_write()Matt Caswell
2022-10-18Add `for_comp` flag when retrieving certs for compressionTodd Short
2022-10-18Update COMP_METHODTodd Short
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-10-18Fix sctp compile errorsslontis
2022-10-12Ensure that the key share group is allowed for our protocol versionMatt Caswell
2022-10-12Fix a return value in tls_default_read_nMatt Caswell
2022-10-12Introduce a step to prepare the BIO before writingMatt Caswell
2022-10-12Remove ktls specific code from tls_setup_write_buffersMatt Caswell
2022-10-12Add a post encryption processing stepMatt Caswell
2022-10-12Add a prepare for encryption stepMatt Caswell
2022-10-12Move record padding out of tls_common.cMatt Caswell
2022-10-12Don't check whether we are using KTLS before calling the cipher functionMatt Caswell
2022-10-12Defer record header preparation to the protocol methodsMatt Caswell
2022-10-12Abstract out the record type processingMatt Caswell
2022-10-12Defer write buffer and WPACKET allocation/initialisation to protocol codeMatt Caswell
2022-10-12Remove an old TODO from the codeMatt Caswell
2022-10-12Use the configured max_send_fragment value in the write record layerMatt Caswell