Ignore a bad signature in a CertificateVerify message while fuzzing
[openssl.git] / ssl /
2023-10-23 Matt CaswellIgnore a bad signature in a CertificateVerify message...
2023-10-23 Matt CaswellDon't fail on a bad dcid in the tranport params when...
2023-10-23 Matt CaswellDon't encrypt/decrypt packet data during fuzzing
2023-10-20 Hugo LandauQUIC: Prevent incoming oversize tokens
2023-10-20 Tomas MrazQUIC: Add handling of SSL_get_shutdown()
2023-10-20 Tomas MrazPostpone two TODO(QUIC) items appropriately
2023-10-19 Matt CaswellIgnore ping deadline when calculating tick deadline...
2023-10-19 Matt CaswellIgnore retry packets that arrive too late
2023-10-13 Hugo LandauQUIC APL: Fix incoming default stream popping
2023-10-10 Matt CaswellWhen calling ossl_crypto_condvar_wait_timeout() we...
2023-10-04 Frederik Wedel-HeinenPrint record version for DTLSv1_listen()
2023-10-04 Frederik Wedel-HeinenPass the dtls record version to the record layer msg_ca...
2023-10-03 Frederik Wedel-HeinenCall post_process_record for dtls records
2023-10-03 Frederik Wedel-HeinenOccupy the rec_version field of a decoded dtls record
2023-09-28 Matt CaswellCopyright year updates
2023-09-24 Matt CaswellRemove a spurious inclusion of the sparse array header...
2023-09-22 Matt CaswellEnsure we free all the BIOs in a chain for QUIC like...
2023-09-20 Hugo LandauQUIC APL: Wire SSL_get_[rw]poll_descriptor for TLS...
2023-09-20 Hugo LandauQUIC: Wire SSL_net_(read|write)_desired for TLS/DTLS
2023-09-18 Sumitra SharmaEnhance code safety and readability in SSL_get_shared_c...
2023-09-17 Dimitri PapadopoulosFix new typos found by codespell
2023-09-13 Hugo LandauQUIC CHANNEL: Add missing duplicate TPARAM handling...
2023-09-13 Matt CaswellEnsure QUIC-TLS errors raised during channel start...
2023-09-13 Dimitri PapadopoulosFix typos found by codespell
2023-09-12 Matt CaswellFix the SSL_CIPHER_find() function when used with a...
2023-09-12 Matt CaswellAdd a test for using a PSK with QUIC
2023-09-11 Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-11 Dimitri PapadopoulosRemove repeated words
2023-09-07 Matt CaswellCopyright year updates
2023-09-04 Richard LevitteInclude #include "internal/numbers.h" in ssl/quic/quic_...
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-...
next