Add two missing entries to the OCSP CRLReason table
[openssl.git] / ssl /
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
2023-07-31 Hugo LandauQUIC APL: Shutdown Stream Flush Functionality
2023-07-31 Hugo LandauQUIC TXP: Fix bug relating to STREAM FIN generation
2023-07-31 Hugo LandauQUIC APL: Ensure tick inhibition is not used during...
2023-07-31 Hugo LandauQUIC TSERVER: Allow reading from a stream after connect...
2023-07-31 Hugo LandauQUIC QSM: Infrastructure for tracking shutdown flush...
2023-07-31 Hugo LandauQUIC APL: Add internal call to allow changing send...
2023-07-31 Hugo LandauQUIC CHANNEL: Allow ticking to be inhibited for testing...
2023-07-28 Frederik Wedel-HeinenRemoves unused parameter 'sending' from derive_secret_k...
2023-07-28 John Kohlfix compile error (SIZE_MAX not found) on HP-UX
2023-07-23 Marco Abbadinifix clang-6,7,8 strict build
2023-07-21 Tom CosgroveFix build when configured with -DOPENSSL_USE_IPV6=0
2023-07-21 Hugo LandauQUIC TXP: Generate forced PINGs correctly
2023-07-21 Hugo LandauQUIC TXP: Refactor TXP-related deadline handling into TXP
2023-07-21 Hugo LandauQUIC TXP: Major refactor to handle padding correctly
2023-07-21 Hugo LandauQUIC QTX: Add ciphertext size calculation function
2023-07-19 Hugo LandauQUIC TXP: Handle non-inflight-eligible packets correctly
2023-07-19 Hugo LandauQUIC ACKM: Don't record non-inflight packets in CC
2023-07-19 Hugo LandauQUIC TXP: Do not generate full-size packets when sendin...
2023-07-19 Hugo LandauQUIC ACKM: RFC 9000 s. 13.2.1: max_ack_delay taken...
2023-07-19 Hugo LandauQUIC CHANNEL: Initialise max_ack_delay values properly
2023-07-19 Hugo LandauQUIC ACKM: Clean up max_ack_delay tracking and separate...
2023-07-19 Hugo LandauQUIC STATM: Move max_ack_delay tracking out of STATM
2023-07-18 Tomas MrazRaise SSL_R_QUIC_PROTOCOL_ERROR on any QUIC protocol...
2023-07-16 Matt CaswellFix ssl3_do_write() to correctly handle retries
2023-07-16 atishkovRemove unreachable code from SSL_use_certificate_file...
2023-07-16 Hugo LandauMinor fixups
2023-07-16 Hugo LandauQUIC: Fix multistream test on macOS
2023-07-16 Hugo LandauMinor updates 2
2023-07-16 Hugo LandauMinor updates
2023-07-16 Hugo Landaumake update
2023-07-16 Hugo LandauQUIC QSM: Get rid of recv_fin_retired in favour of...
2023-07-16 Hugo LandauQUIC QSM: Update API documentation
2023-07-16 Hugo LandauQUIC CONFORMANCE/APL: Handle FIN/reset retirement correctly
2023-07-16 Hugo LandauQUIC Send Stream State: Transition to DATA_SENT
next