]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl
bio_ssl.c: Support most ctrls with QUIC based BIO_SSL
[thirdparty/openssl.git] / ssl /
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
2023-07-16  Hugo LandauQUIC CONFORMANCE: Wire the DATA_SENT state
2023-07-16  Hugo LandauQUIC APL: Validate receive stream state
2023-07-16  Hugo LandauQUIC APL: Validate send stream state
2023-07-16  Hugo LandauQUIC CONFORMANCE: Stop handling frames after termination
2023-07-16  Hugo LandauQUIC Conformance: Frame Handling Tests
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 9.6
2023-07-16  Hugo LandauQUIC CONFORMANCE: Validate preferred_addr transport...
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 19.16: RETIRE_CONNECTION_...
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 19.15: NEW_CONNECTION_ID...
2023-07-16  Hugo LandauQUIC RXDP: Make ACK eliciting definition more resilient...
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 19.14: STREAMS_BLOCKED...
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 19.13: STREAM_DATA_BLOCKE...
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 19.7
2023-07-16  Hugo LandauRFC 9000 s. 19.8: Enforce maximum stream size
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 17.2.5.1
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 17.2.2: Enforce no initia...
2023-07-16  Hugo LandauQUIC CONFORMANCE: Enforce packet header reserved bits
2023-07-16  Hugo LandauQUIC WIRE: Allow encoding/decoding of reserved header...
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 13.3: MAX_STREAM_DATA...
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 12.5: Application CONNECT...
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 12.5: Ensure CFQ can...
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 12.3: PN Limit
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 12.3: PN duplicate suppre...
2023-07-16  Hugo LandauQUIC ACKM: Clarify the role of is_inflight
2023-07-16  Hugo LandauQUIC CONFORMANCE: Enforce minimal frame type encoding
2023-07-16  Hugo LandauQUIC CONFORMANCE: Packet handling fixes
2023-07-16  Hugo LandauQUIC CONFORMANCE: Handle RESET_STREAM final size correctly
2023-07-16  Hugo LandauQUIC CONFORMANCE: Validate RESET_STREAM final sizes...
2023-07-16  Hugo LandauQUIC: Note that we do not retransmit stream data for...
2023-07-16  Hugo LandauQUIC QSM: Free unneeded stream buffers, calculate RESET...
next