BIO_s_connect: Add support for datagram mode
[openssl.git] / ssl /
2023-09-01 Hugo LandauQUIC TLS: Better error message when ALPN not used
2023-09-01 Abhirup MannaRemoved unnecessary brace in ktls_configure_crypto
2023-08-30 Hugo LandauQUIC APL: Determine if an error is an I/O error dynamically
2023-08-30 Hugo LandauQUIC MULTISTREAM TEST: Test WAIT_PEER
2023-08-30 Hugo LandauQUIC APL: Support waiting for peer-initiated shutdown
2023-08-30 Hugo LandauQUIC APL: Implement backpressure on stream creation
2023-08-29 Frederik Wedel-HeinenRemoved unused struct ssl3_comp_st
2023-08-29 Frederik Wedel-HeinenRemoved unused member read_iv of ossl_record_layer_st
2023-08-29 Hugo LandauQUIC RXDP: Handle PING correctly
2023-08-29 Hugo LandauQUIC QRX: Initialise all RXE fields properly for non...
2023-08-29 Hugo LandauQUIC APL: Handle modes correctly
2023-08-29 Hugo LandauQUIC: Minimally handle version negotiation packets
2023-08-25 Hugo LandauQUIC APL: Fix stream backpressure conditions to use...
2023-08-25 Hugo LandauQUIC APL: Implement backpressure on stream creation
2023-08-25 Tomas MrazAlways use uint8_t for TLS record type
2023-08-25 Tomas Mrazch_init(): Add braces to appease older clang compilers
2023-08-25 Tomas Mrazquic_tls.c: Fix wrong format string when raising error
2023-08-25 Tomas MrazAvoid issues with endianness when type is used in SSL_t...
2023-08-25 Matt CaswellDon't keep creating CONNECTION_CLOSE frames
2023-08-25 Matt CaswellKeep sending datagrams while we have data to send
2023-08-24 Hugo LandauQUIC: Rename SSL_set_initial_peer_addr to SSL_set1_init...
2023-08-24 Matt CaswellAdd the ability to set SSL_trace as the msg_callback...
2023-08-24 Matt CaswellChange the TLS handshake keys early if we're not doing...
2023-08-23 Tomas Mrazquic_impl.c: Add QUIC_RAISE_NON_IO_ERROR() and use it
2023-08-23 Tomas Mrazossl_quic_tx_packetiser_generate(): Always report if...
2023-08-23 Tomas MrazQUIC: Miscellaneous error handling updates
2023-08-23 Tomas MrazQUIC: Add ERR_raise() calls for EVP call failures
2023-08-23 Tomas MrazRemove TODO(QUIC) about raising errors from ossl_quic_t...
2023-08-22 Tomas MrazQUIC: Update ping deadline when we receive a packet
2023-08-22 Tomas Mrazquic_trace.c: Fix typo in traces
2023-08-22 Tomas MrazQUIC: Do not discard the INITIAL el too early
2023-08-20 Matt CaswellHandle the case where the read buffer is empty but...
2023-08-20 shub-alssl_get_min_max_version(): Remove unused variable single
2023-08-18 Tomas Mrazquic_new_record_layer(): Change TODO(QUIC) to QUIC...
2023-08-17 Matt CaswellFix a memory leak in tls_new_record_layer
2023-08-17 Matt CaswellDon't free the prev BIO prematurely
2023-08-16 Pauliquic: process stateless resets
2023-08-15 Matt CaswellFix a use-after-free in quic_tls.c
2023-08-15 Matt CaswellAdd a test for receiving a post-handshake CertificateRe...
2023-08-15 Matt CaswellAdd the ability to send NewSessionTicket messages when...
2023-08-15 Matt CaswellTLS KeyUpdate messages are not allowed in QUIC
2023-08-15 Matt CaswellNewSessionTickets with an early_data extension must...
2023-08-15 Matt CaswellDon't forget we are doing QUIC if we clear the QUIC...
2023-08-15 Matt CaswellUnexpected QUIC post-handshake CertificateRequests...
2023-08-14 Tomas Mrazssl_local.h: Define SSL_OP_CISCO_ANYCONNECT if undefine...
2023-08-14 Tomas Mrazossl_qrl_enc_level_set_provide_secret(): Clear el-...
2023-08-10 Hugo LandauMinor fixes
2023-08-10 Hugo LandauQUIC CHANNEL: Tune RXFC default parameters
2023-08-10 Hugo LandauQUIC UINT_SET: Fix null dereference (coverity)
2023-08-10 Hugo LandauQUIC TSERVER: Handle return value correctly (coverity)
2023-08-10 Hugo LandauQUIC APL: Add missing unlock call (coverity)
2023-08-10 Hugo LandauQUIC: Check block_until_pred return value in shutdown...
2023-08-10 Hugo LandauQUIC QTX: Handle negative IV values correctly (coverity)
2023-08-10 Hugo LandauQUIC QTLS: Fix NULL dereference (coverity)
2023-08-10 Hugo LandauQUIC QRX: Handle negative IV length values correctly...
2023-08-10 Hugo LandauEVENT QUEUE: Fix memory leak (coverity)
2023-08-10 Hugo LandauQUIC FIFD: Coverity
2023-08-10 Hugo LandauQUIC UINT_SET: Fix regression after list refactor
2023-08-10 Hugo LandauQUIC TEST: STREAM, MAX_DATA and MAX_STREAM_DATA testing
2023-08-10 Hugo LandauQUIC TXP: Fix bug where TXPIM PKT could be used after...
2023-08-10 Hugo LandauQUIC APL/CHANNEL: Wire up connection closure reason
2023-08-10 Hugo LandauQUIC TEST: Test NEW_CONN_ID frames
2023-08-10 Hugo LandauQUIC TEST: Ensure PING causes ACK generation
2023-08-08 Tomas MrazResolve some of the TODO(QUIC) items
2023-08-08 Tomas Mrazbio_ssl.c: Support most ctrls with QUIC based BIO_SSL
2023-08-08 Hugo LandauQUIC TLS: Rethink error handling
2023-08-08 Hugo LandauQUIC: Fix nit
2023-08-08 Hugo LandauQUIC: Move string conversion functions into a source...
2023-08-08 Hugo LandauQUIC CHANNEL: Improve error reporting
2023-08-08 Hugo LandauQUIC WIRE: RFC 9000 s. 19.6
2023-08-08 Hugo LandauQUIC CHANNEL: Apply flow control to CRYPTO streams
2023-08-08 Hugo LandauQUIC FC: Rename stream count mode to reflect actual...
2023-08-08 Hugo LandauQUIC CHANNEL: Fix typo
2023-08-08 Hugo LandauQUIC QRX: Don't process 1-RTT packets until handshake...
2023-08-08 Hugo LandauQUIC QRX: Enforce PN monotonicity with key updates
2023-08-08 Hugo LandauQUIC CHANNEL, TXP: Discard INITIAL EL correctly
2023-08-08 Hugo LandauQUIC TLS: Report TLS errors properly as QUIC protocol...
2023-08-08 Hugo LandauQUIC CHANNEL: Send correct alert code if no TPARAMs...
2023-08-08 Hugo LandauQUIC TXP: Allow PATH_RESPONSE to force padding
2023-08-08 Hugo LandauQUIC CFQ: Unreliable transmission for PATH_RESPONSE
2023-08-08 Hugo LandauQUIC: Echo PATH_CHALLENGE frames as PATH_RESPONSE frames
2023-08-04 Pauliquic compliance: 10.2.3 dropping instead of closing
2023-08-04 PauliFix type/legacy name
2023-08-04 Pauliquic conformance: add comment about section 10.2.3...
2023-08-04 Paulitrivial code nit
2023-08-04 Pauliquic conformance: 10.2.1 rate limiting
2023-08-04 Pauliquic conformance: section 10.2.2 requirements
2023-08-04 Pauliquic conformance: section 10.2.1 requirements
2023-08-04 Pauliquic: use the safe fused multiply divide instead of...
2023-08-04 PauliAdd note about RFC 9000 10.2 persist time
2023-08-04 Paulidocument RRFC9000 10.1 MUST requirement
2023-08-04 PauliNote RFC 9000 19.19 requirement
2023-08-04 Frederik Wedel-HeinenResolves some magic values that has a hello_retry_reque...
2023-08-02 Matt CaswellEnsure the QUIC TLS SSL object is marked as shutdown
2023-08-02 Matt CaswellAdd the ability for tserver to use a pre-existing SSL_CTX
2023-08-02 Matt CaswellKeep doing ossl_quic_tls_tick() even after handshake...
2023-08-02 Matt CaswellEnsure SSL_has_pending() always works even before a...
2023-08-02 Matt CaswellStill advance handshake even on an empty write
2023-07-31 Hugo LandauQUIC: Automatically drain non-concluded streams, bugfixes
2023-07-31 Hugo LandauQUIC APL: Mask API operations when in shutdown flush
next