]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl
Implement dupctx for chacha20 cipher
[thirdparty/openssl.git] / ssl /
2023-09-02  Sumitra SharmaReplace ssl3_get_message() with tls_get_message_header...
2023-09-02  Matt CaswellHandle non IO based retry errors in QUIC
2023-09-01  Hugo LandauQUIC APL: Implement SSL_want
2023-09-01  Hugo LandauQUIC APL: Revise I/O error setting so that the last...
2023-09-01  Hugo LandauQUIC APL: Adjust expect_quic_conn_only
2023-09-01  Hugo LandauQUIC RXDP: Reuse allocations between ACK frame processing
2023-09-01  Hugo LandauQUIC WIRE: When peeking at number of ACK ranges, ensure...
2023-09-01  Hugo LandauMinor fixes
2023-09-01  Hugo LandauFix after rebase
2023-09-01  Hugo LandauQUIC APL: Report that we do not support SSL_clear correctly
2023-09-01  Hugo LandauQUIC API: Revise SSL_get_conn_close_info to use a flags...
2023-09-01  Hugo LandauQUIC APL: Allow stream origin to be queried
2023-09-01  Hugo LandauMinor fixes
2023-09-01  Hugo LandauMinor updates
2023-09-01  Hugo LandauMinor fixes
2023-09-01  Hugo LandauQUIC APL: Introduce addressed v. non-addressed mode...
2023-09-01  Hugo LandauQUIC CHANNEL: Introduce concept of (non-)addressed...
2023-09-01  Hugo LandauQUIC APL: Refactor blocking configuration to allow...
2023-09-01  Hugo LandauQUIC CHANNEL: Cleanup poll descriptor management
2023-09-01  Hugo LandauQUIC REACTOR: Move can-poll flags into reactor
2023-09-01  Hugo LandauQUIC APL: Autoconfigure BIOs as non-blocking
2023-09-01  Hugo LandauBIO_ssl: Make helper functions configure BIOs for QUIC...
2023-09-01  Hugo LandauQUIC APL: Better error reporting
2023-09-01  Hugo LandauQUIC CHANNEL: Only handle the first protocol error...
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
next