Remove the source directory .num targets
[openssl.git] / ssl /
2023-11-30 Markus MinichmayrFix implementation of `PreferNoDHEKEX` option.
2023-11-29 Viktor DukhovniFix freshly introduced double-free.
2023-11-28 Bernd EdlingerFix a possible memory leak in ct_move_scts
2023-11-27 Hugo LandauQUIC TSERVER: Fix erroneously static variable
2023-11-27 Hugo LandauMake scsv read-only
2023-11-27 Hugo LandauMake nid_to_group read-only
2023-11-27 Hugo LandauMake bitmask table read only
2023-11-27 Hugo LandauMake ssl_cert_info read-only
2023-11-25 Hugo LandauQUIC SRT GEN: Minor updates
2023-11-25 Hugo LandauQUIC SRT GEN: Add SRT generator
2023-11-24 Markus MinichmayrAdd option `SSL_OP_PREFER_NO_DHE_KEX`, allowing the...
2023-11-24 Dmitry BelyavskiyIANA has assigned numbers for 2 hybrid PQ KEX widely...
2023-11-23 Hugo LandauQUIC SRTM: Switch to using AES-128-ECB
2023-11-23 Hugo LandauQUIC SRTM: Harden SRTM in event of allocation failure
2023-11-23 Hugo LandauQUIC SRTM: Add SRTM
2023-11-22 Bernd EdlingerFix a possible use-after-free in custom_exts_free
2023-11-22 Bernd EdlingerFix a possible memory leak in dane_tlsa_add
2023-11-21 Matt CaswellMove freeing of an old record layer to dtls1_clear_sent...
2023-11-21 Neil Hormanzero data in hm_fragment on alloc
2023-11-15 Matt CaswellCorrect tag len check when determining how much space...
2023-11-15 Matt CaswellKeep track of connection credit as we add stream data
2023-11-13 Alexey Fofanovset_client_ciphersuite(): Fix for potential UB if sessi...
2023-11-09 Bernd EdlingerFix a possible memory leak of ssl->s3.tmp.psk
2023-11-09 Matt CaswellAfter a stream has implicit length don't add more strea...
2023-11-08 Hugo LandauQUIC TXP: Handle padding correctly for ACK_ONLY archetype
2023-11-08 Hugo LandauQUIC TXP: Fix use of implicit-length STREAM frames...
2023-11-08 PauliFix bug in priority queue remove function
2023-11-08 Bernd EdlingerFix a possible memory leak in custom_ext_add
2023-11-06 Matt CaswellCorrectly track the original length when generating...
2023-11-06 Tomas Mrazossl_quic_new(): Avoid dereferencing NULL qc during...
2023-11-06 Tomas Mrazossl_qrl_enc_level_set_provide_secret(): Avoid leaking...
2023-11-02 Hugo LandauTLS: Fix use of an uninitialized value
2023-11-02 Hugo LandauQUIC WIRE: Refuse integer transport params with trailin...
2023-11-02 Hugo LandauQUIC CHANNEL: Set reason string for missing tparams...
2023-11-02 Tomas Mrazossl_quic_new(): Fix a leak found by error injection
2023-11-02 Hugo LandauQUIC SSTREAM: Fix bug in ossl_quic_sstream_is_totally_acked
2023-11-02 Bernd EdlingerFix a possible memory leak in load_builtin_compressions
2023-11-01 Matt CaswellDon't create an ack frame if one isn't wanted for this...
2023-11-01 Hugo LandauQUIC APL: Optimise write buffer sizes automatically
2023-11-01 Hugo LandauQUIC TXP: Fix drainage calculation
2023-10-31 Matt CaswellCheck for NULL when freeing the QUIC_TLS object
2023-10-30 Hugo LandauQUIC CHANNEL: Make ping deadline and idle deadline...
2023-10-30 Matt CaswellIf the loss detection timer has fired we may not have...
2023-10-26 Daiki UenoAccept longer context for TLS 1.2 exporters
2023-10-26 atishkovssl_lib: added pointer SSL_CONNECTION check to NULL...
2023-10-26 atishkovssl_lib: added pointer SSL and SSL_CONNECTION check...
2023-10-26 atishkovssl_lib: added pointer SSL and SSL_CONNECTION check...
2023-10-26 atishkovssl_lib: added pointer SSL_CONNECTION check to NULL...
2023-10-25 Hugo LandauQUIC CHANNEL: Handle ping deadlines differently
2023-10-25 Hugo LandauQUIC CHANNEL: Tweak crypto buffer sizes
2023-10-25 Hugo LandauQUIC CHANNEL: Correct timeout calculation for ACKs
2023-10-25 Hugo LandauQUIC TLS: Ensure QUIC_TLS is ticked between each proces...
2023-10-25 Hugo LandauQUIC APL: Add support for querying frame type causing...
2023-10-24 Matt CaswellMake sure we remember how much data we sent in the...
2023-10-24 Matt CaswellWhen requeueing deferred URXEs retain the order
2023-10-23 Matt CaswellIf an error occurs constructing the quic record layer...
2023-10-23 Matt CaswellFix a use-after-free in qrx_proces_pkt
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
next