Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / ssl / quic / quic_impl.c
2023-05-29 Hugo LandauQUIC APL: Allow DTLSv1 APIs to be used for compatibility
2023-05-29 Hugo LandauQUIC APL: Change SSL_get_event_timeout API design
2023-05-29 Hugo LandauQUIC: Rename SSL_tick, SSL_get_tick_timeout
2023-05-24 Matt CaswellCreate setter functions for the msg_callback and msg_ca...
2023-05-24 Matt CaswellAdd initial QUIC support for the msg_callback
2023-05-24 Hugo LandauQUIC APL: Unlock mutex before freeing (clang tsan error)
2023-05-24 Hugo LandauQUIC: Fix bugs where threading is disabled
2023-05-24 Hugo LandauQUIC APL: Make SSL_get_error per-stream, error raising...
2023-05-12 Hugo LandauQUIC MSST: Rename SSL_set_incoming_stream_reject_policy
2023-05-12 Hugo LandauQUIC MSST: Clarify default XSO transitions
2023-05-12 Hugo LandauQUIC APL: Fix a bug where avail could be used uninitialized
2023-05-12 Hugo LandauQUIC APL: Handle reference for multiple streams countin...
2023-05-12 Hugo LandauQUIC APL: Fix logic of SSL_get_stream_type
2023-05-12 Hugo LandauQUIC MSST: Minor fixes and cleanups
2023-05-12 Hugo LandauQUIC APL: Fix a bug where incoming unidirectional strea...
2023-05-12 Hugo LandauQUIC APL: Send STOP_SENDING/RESET_STREAM when XSO is...
2023-05-12 Hugo LandauQUIC DISPATCH/APL: Add SSL_stream_reset and status...
2023-05-12 Hugo LandauQUIC RXDP/QSM: Enforce MAX_STREAMS
2023-05-12 Hugo LandauQUIC APL: Fix locking in XSO code and fix tests
2023-05-12 Hugo LandauQUIC CHANNEL, APL: Reject policy handling
2023-05-12 Hugo LandauQUIC DISPATCH/APL: SSL_accept_stream, SSL_get_accept_qu...
2023-05-12 Hugo LandauQUIC DISPATCH/APL: Add SSL_set_incoming_stream_reject_p...
2023-05-12 Hugo LandauQUIC DISPATCH/APL: Implement SSL_set_default_stream_mod...
2023-05-12 Hugo LandauQUIC DISPATCH/APL: Implement SSL_get_stream_id
2023-05-12 Hugo LandauQUIC DISPATCH/APL: Implement SSL_get_stream_type
2023-05-12 Hugo LandauQUIC DISPATCH/APL: Implement SSL_get0_connection
2023-05-12 Hugo LandauQUIC APL: Defer default XSO creation
2023-05-12 Hugo LandauQUIC CHANNEL: Handle incoming remotely-created streams
2023-05-12 Hugo LandauQUIC APL: Add stream creation APIs
2023-05-12 Hugo LandauQUIC APL: Refactor stream-related code into QUIC_XSO...
2023-05-12 Hugo LandauQUIC APL: Create QUIC CHANNEL up front rather than...
2023-05-12 Hugo LandauQUIC: Base client/server identity on SSL method, not...
2023-05-12 Hugo LandauQUIC Dispatch: Refactor APL interface to use SSL pointe...
2023-05-12 Hugo LandauQUIC Dispatch: Enhance SSL object unwrapping functions...
2023-03-30 Hugo LandauQUIC: Ensure locking when injecting datagrams
2023-03-30 Hugo LandauQUIC Thread Assisted mode: miscellaneous fixes
2023-03-30 Hugo LandauQUIC Thread Assisted Mode: Refactor locking to be infal...
2023-03-30 Hugo LandauMinor fixes to thread assisted mode
2023-03-30 Hugo LandauEnhance quic_tserver test to fully test thread assisted...
2023-03-30 Hugo LandauQUIC CHANNEL: Allow time source to be overridden
2023-03-30 Hugo LandauSwitch to using ossl_crypto_mutex from CRYPTO_RWLOCK
2023-03-30 Hugo LandauAdd channel-only tick mode and use it for thread assist...
2023-03-30 Hugo LandauFront End for QUIC Thread Assisted Mode
2023-03-30 Hugo LandauFix handshake locking
2023-03-30 Hugo LandauAdd locking to QUIC front-end
2023-03-30 Hugo LandauMove channel mutex out of QUIC_CHANNEL for init/teardow...
2023-03-30 Hugo LandauAnnotate functions needing locking
2023-03-30 Hugo LandauQUIC Reactor: Allow a mutex to be released during waits
2023-03-21 Hugo LandauQUIC: Add support for datagram injection
2023-03-19 Matt CaswellFix seg fault when calling SSL_shutdown() for a QUIC...
2023-03-19 Matt CaswellFix SSL_has_pending() for QUIC connections
2023-03-19 Matt CaswellProvide better errors for some QUIC failures
2023-03-19 Matt CaswellDefer unknown QUIC ctrls to the SSL object for TLS
2023-02-23 Matt CaswellDon't send ciphersuites twice in QUIC
2023-02-22 Matt CaswellRename various functions OSSL_QUIC_FAULT -> QTEST_FAULT
2023-02-22 Matt CaswellEnable QUIC test server to find out the termination...
2023-01-27 Hugo LandauQUIC FIN Support: Various fixes
2023-01-27 Hugo LandauQUIC Front End I/O API: Add support for signalling...
2023-01-27 Hugo LandauQUIC: Refine SSL_shutdown and begin to implement SSL_sh...
2023-01-24 Matt CaswellRemove the user_ssl field
2023-01-24 Matt CaswellAdd QUIC-TLS server support
2023-01-24 Matt CaswellReplace use of the Dummy Handshake Layer with the real one
2023-01-24 Matt CaswellCreate the SSL object for QUIC-TLS
2023-01-19 Hugo LandauQUIC Front-End I/O API: Fix WANT_READ signalling for...
2023-01-13 Hugo LandauQUIC API: Rename want_net_read and want_net_write
2023-01-13 Hugo LandauQUIC CSM: Minor style fixes
2023-01-13 Hugo LandauQUIC: Add TODO for CCM support
2023-01-13 Hugo LandauQUIC Front-End I/O API: Determine read completion correctly
2023-01-13 Hugo LandauQUIC: Minor comment and editorial fixes
2023-01-13 Hugo LandauQUIC Front End I/O API: Don't allow EPW to be enabled...
2023-01-13 Hugo LandauQUIC Front End I/O API: Tweaks to handshake processing
2023-01-13 Hugo LandauQUIC Front End I/O API: Remove unnecessary code from...
2023-01-13 Hugo LandauQUIC: Style fixes
2023-01-13 Hugo LandauQUIC Front End I/O API: Wire up SSL_CTX ctrls and remov...
2023-01-13 Hugo LandauQUIC: Revise and add some TODO lines
2023-01-13 Hugo LandauQUIC Front-End I/O API: Ensure BIOs are reffed and...
2023-01-13 Hugo LandauQUIC Front-End I/O API
2022-11-14 Tomas MrazPlug the QUIC_RSTREAM to the RX depacketizer
2022-09-23 Richard LevitteMove the QUIC_CONNECTION typedef to internal headers
2022-09-13 Paulissl: modify libssl so that it uses OSSL_TIME
2022-08-18 Matt CaswellRemove some remaining SSL object references from DTLS...
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-06-03 Tomas MrazAdd a test_ssl_new testcase
2022-06-03 Tomas MrazFirst working empty protocol test
2022-06-03 Tomas MrazAdd empty implementations of quic method functions