]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl
Drop the last reference of SHLIB_EXT
[thirdparty/openssl.git] / ssl /
2023-05-17  Tomas MrazAdd test for handling NEW_CONNECTION_ID frame
2023-05-17  Tomas Mrazquic_tserver: Add possibility to change the connection id
2023-05-17  Tomas MrazAdd minimal handling of NEW_CONNECTION_ID frames
2023-05-12  Hugo LandauQUIC APL: De-publicise SSL_attach_stream/SSL_detach_stream
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 QRX: Fix a list usage bug
2023-05-12  Hugo LandauMinor fixups
2023-05-12  Hugo LandauQUIC APL: Fix a bug where incoming unidirectional strea...
2023-05-12  Hugo LandauQUIC TSERVER: Allow STOP_SENDING/RESET_STREAM to be...
2023-05-12  Hugo LandauQUIC TSERVER: Handle FINs correctly if ossl_quic_tserve...
2023-05-12  Hugo LandauQUIC QSM: Minor bugfixes
2023-05-12  Hugo LandauQUIC MSST: make update
2023-05-12  Hugo LandauQUIC APL: Send STOP_SENDING/RESET_STREAM when XSO is...
2023-05-12  Hugo LandauQUIC QSM: Stream garbage collection
2023-05-12  Hugo LandauQUIC FIFD: Add support for callback on frame ACK
2023-05-12  Hugo LandauQUIC DISPATCH/APL: Add SSL_stream_reset and status...
2023-05-12  Hugo LandauQUIC RXDP: Record STOP_SENDING/RESET_STREAM event AEC...
2023-05-12  Hugo LandauQUIC QSM: Clean up SEND_STREAM/RECV_STREAM handling
2023-05-12  Hugo LandauQUIC CHANNEL: Do not copy terminate cause as it is...
2023-05-12  Hugo LandauQUIC QSM: Handle STOP_SENDING correctly
2023-05-12  Hugo LandauQUIC RXDP/QSM: Enforce MAX_STREAMS
2023-05-12  Hugo LandauQUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFC
2023-05-12  Hugo LandauQUIC FC: Modify RXFC to support use for enforcing MAX_S...
2023-05-12  Hugo LandauQUIC CHANNEL: Incoming streams implicitly create lower...
2023-05-12  Hugo LandauQUIC FIFD: Ensure QUIC_STREAM is updated after QUIC_SST...
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_is_connection
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 TSERVER: Add support for multiple streams
2023-05-12  Hugo LandauQUIC CHANNEL: Initialise state, FC credit for new strea...
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 CHANNEL: Handle any number of streams
2023-05-12  Hugo LandauQUIC CHANNEL: Store TPs for initial flow control in...
2023-05-12  Hugo LandauQUIC CHANNEL: Clarify role of RX TPs in preparation...
2023-05-12  Hugo LandauQUIC CHANNEL: Remove stream 0-specific code
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: Update ssl_lib.c frontend to use new...
2023-05-12  Hugo LandauQUIC Dispatch: Add simple way to determine if SSL objec...
2023-05-12  Hugo LandauQUIC Dispatch: Refactor APL interface to use SSL pointe...
2023-05-12  Hugo LandauQUIC Dispatch: Introduce the QUIC_XSO object
2023-05-12  Hugo LandauQUIC Dispatch: Enhance SSL object unwrapping functions...
2023-05-12  Watson LaddClear ownership when duplicating sessions
2023-05-11  ihciahfix SSL_get_wbio may return rbio on quic
2023-05-09  Juergen ChristFix stack use-after-free in QUIC
2023-05-05  Matt CaswellBe more accurate about what we accept as a valid DTLS...
2023-05-02  Tomas MrazCopy min/max_proto_version from SSL_CTX to SSL only...
2023-05-02  Tomas MrazDo not send the empty renegotiation info SCSV in QUIC
2023-05-01  Hugo LandauMinor fixups
2023-05-01  Hugo LandauQUIC CHANNEL: Fix bug where time callback arg wasn...
2023-05-01  Hugo LandauQUIC CC: Use OSSL_PARAM
2023-05-01  Hugo LandauQUIC CC: Move dummy method to test code
2023-05-01  Hugo LandauQUIC CC: Safe multiplication
2023-05-01  Hugo LandauQUIC CC: Minor fixes
2023-05-01  Hugo LandauQUIC: Make QUIC_CHANNEL use newreno CC
2023-05-01  Hugo LandauQUIC Congestion Control: Tests
2023-05-01  Hugo LandauQUIC: NewReno congestion controller
2023-05-01  Hugo LandauQUIC CC: Major revisions to CC abstract interface
2023-05-01  Matt CaswellRelease zero length handshake fragment records
2023-04-27  Matt CaswellUpdate the SSL_rstate_string*() return value for QUIC
2023-04-27  Matt CaswellEnsure that the SSL_rstate_string*() API works as they...
2023-04-25  Tomas MrazFix regression of no-posix-io builds
2023-04-24  FdaSilvaYYdtls: code cleanup and refactorization
2023-04-21  Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2023-04-13  Ladislav MarkoFix typo in ssl_ciph.c
2023-04-12  Matt CaswellAllow partially releasing a record for TLS
2023-04-12  Matt CaswellMake the data field for get_record() const
2023-04-12  Matt CaswellAdd support for rstream get/release record in the QUIC...
2023-04-03  Matt CaswellMake sure we can query the SSL object for version info...
2023-03-31  Matt CaswellHandle app data records from the next epoch
2023-03-30  Hugo LandauRevise build.info
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 LandauQUIC Thread Assisted Mode: Fix typos and use of CRYPTO_...
2023-03-30  Hugo LandauQUIC Thread Assisted Mode: Support Windows XP
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: Fix idle timeout handling
2023-03-30  Hugo LandauQUIC CHANNEL: Allow time source to be overridden
2023-03-30  Hugo LandauQUIC TXP: Allow caller to determine if an ACK-eliciting...
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 LandauQUIC Thread Assist Core
2023-03-30  Hugo LandauFix handshake locking
next