QLOG: Events: Implement connectivity:connection_closed
[openssl.git] / ssl /
2024-02-02 Hugo LandauQLOG: Events: Implement connectivity:connection_closed
2024-02-02 Hugo LandauQLOG: Events: Implement transport:parameters_set
2024-02-02 Hugo LandauQLOG: Events: Implement connectivity:connection_state_u...
2024-02-02 Hugo LandauQLOG: Events: Implement connectivity:connection_started
2024-02-02 Hugo LandauQLOG: Wiring: QUIC CHANNEL
2024-02-02 Hugo LandauQLOG: Frontend: Implementation
2024-02-02 Hugo LandauQLOG: JSON Encoder: Implementation
2024-02-02 Hugo Landaulibssl: Make some global mutable structures constant
2024-01-31 Neil HormanCheck all frames for stateless reset conditions
2024-01-31 Matt CaswellFree the QUIC TLS object before freeing the channel
2024-01-31 Matt CaswellFree the tserver TLS object before freeing the channel
2024-01-31 Matt CaswellRationalise RECORD_LAYER_clear() and clear_record_layer()
2024-01-31 Matt CaswellWhen selecting a method ensure we use the correct clien...
2024-01-31 Matt CaswellFix an assertion failure in tls_common.c
2024-01-25 rilyshreplace strstr() with strchr() for single characters
2024-01-25 Neil HormanAdd appropriate NULL checks in EVP_CIPHER api
2024-01-23 Hugo LandauQUIC APL: Implement optimised FIN API
2024-01-19 Frederik Wedel-HeinenRemoves unsed function: ssl_bad_method()
2024-01-18 Matt CaswellDon't apply max_frag_len checking if no Max Fragment...
2024-01-18 Frederik Wedel-HeinenMove increment of dtls epoch to change cipher state...
2024-01-18 Matt CaswellDocument SSL_R_UNEXPECTED_EOF_WHILE_READING
2024-01-11 Hugo LandauQUIC RCIDM: Minor updates
2024-01-11 Hugo LandauQUIC RCIDM: Fix ANSI compliance
2024-01-11 Hugo LandauQUIC RCIDM: Add counters to support RCID count enforcement
2024-01-11 Hugo LandauQUIC SRTM: Fixes for clang
2024-01-11 Hugo LandauQUIC RCIDM: Minor fixes
2024-01-11 Hugo LandauQUIC RCIDM: Add RCIDM
2024-01-11 Frederik Wedel-HeinenRemove wpend_ret that was only assigned and never used.
2024-01-03 Frederik Wedel-HeinenSimplify ssl protocol version comparisons.
2023-12-29 Dimitri PapadopoulosFix new typos found by codespell
2023-12-21 Hugo LandauQUIC: Move CID generation to quic_types.c
2023-12-21 Hugo LandauMinor updates
2023-12-21 Hugo LandauQUIC PORT: Add explicit cast to get_time wrapper
2023-12-21 Hugo LandauMinor fixes
2023-12-21 Hugo LandauMinor updates
2023-12-21 Hugo LandauQUIC APL, TSERVER: Start using a QUIC_ENGINE object
2023-12-21 Hugo LandauQUIC ENGINE: Add unused QUIC_ENGINE object
2023-12-21 Hugo LandauQUIC CHANNEL: Remove obsolete SRT definitions
2023-12-21 Hugo LandauQUIC PORT: Add missing copyright header
2023-12-21 Hugo LandauQUIC PORT: Fix BIO_dgram usage under Winsock due to...
2023-12-21 Hugo LandauQUIC PORT: Allow errors to be tracked at port level
2023-12-21 Hugo LandauQUIC PORT: Formalise states of a port
2023-12-21 Hugo LandauQUIC PORT: Resolve TODOs
2023-12-21 Hugo LandauQUIC DEMUX: Remove obsolete SRT handling code
2023-12-21 Hugo LandauQUIC CHANNEL, LCIDM: Factor duplicate CID generation...
2023-12-21 Hugo LandauQUIC CHANNEL: Finish cleanup of LCIDM integration
2023-12-21 Hugo LandauQUIC CHANNEL: Finish moving SRT handling to SRTM
2023-12-21 Hugo LandauQUIC DEMUX: Remove legacy routing code
2023-12-21 Hugo LandauQUIC QRX: Remove legacy DEMUX-QRX routing code
2023-12-21 Hugo LandauQUIC CHANNEL: Phase out use of QRX-DEMUX routing in...
2023-12-21 Hugo LandauQUIC CHANNEL: Keep a reference to our LCIDM
2023-12-21 Hugo LandauQUIC PORT: Enable injection of incoming URXEs into...
2023-12-21 Hugo LandauQUIC DEMUX: Allow parsed DCID to be learnt in default...
2023-12-21 Hugo LandauQUIC PORT: Create a LCIDM
2023-12-21 Hugo LandauQUIC PORT: Partially move stateless reset handling...
2023-12-21 Hugo LandauQUIC PORT: Add SRTM wiring
2023-12-21 Hugo LandauQUIC CHANNEL: Remove legacy calls for functionality...
2023-12-21 Hugo LandauQUIC PORT, CHANNEL: Move ticking code into QUIC_PORT
2023-12-21 Hugo LandauQUIC PORT, CHANNEL: Move DEMUX and default packet handl...
2023-12-21 Hugo LandauQUIC PORT: Make QUIC_PORT responsible for creation...
2023-12-21 Hugo LandauQUIC PORT: Record a SSL_CTX for use when creating hands...
2023-12-21 Hugo LandauQUIC PORT: Keep a list of all child channels
2023-12-21 Hugo LandauQUIC CHANNEL, PORT: Abstract time retrieval
2023-12-21 Hugo LandauQUIC CHANNEL, TSERVER: Move to using libctx/propq/mutex...
2023-12-21 Hugo LandauQUIC CHANNEL: Make a QUIC_PORT mandatory
2023-12-21 Hugo LandauQUIC TSERVER: Provide a TSERVER's QUIC_CHANNEL with...
2023-12-21 Hugo LandauQUIC APL: Provide the QUIC_CHANNEL with a currently...
2023-12-21 Hugo LandauQUIC CHANNEL: Keep a reference to a QUIC_PORT
2023-12-21 Hugo LandauQUIC PORT: Add basic unwired QUIC_PORT object
2023-12-21 Hugo LandauQUIC CHANNEL: Consolidate forward object declarations...
2023-12-20 lan1120Make SSL_clear_options pass new options to record layer
2023-12-19 Tomas MrazConsolidate raising errors in SSL_CONF_cmd()
2023-12-19 Tomas MrazAlways apply all configuration settings from the ssl...
2023-12-19 Matt CaswellEnsure the default length calculation includes the...
2023-12-18 Frederik Wedel-HeinenRemove redundant logic for DTLS server version selection
2023-12-18 Frederik Wedel-HeinenHandle tls and dtls server version selection similarly
2023-12-13 Hugo LandauQUIC LCIDM: Fix usage of LHASH
2023-12-12 Matt CaswellRemove some redundant code
2023-12-12 Matt CaswellDon't attempt to set provider params on an ENGINE based...
2023-12-06 Hugo LandauQUIC LCIDM: Minor updates in response to feedback
2023-12-06 Hugo LandauQUIC LCIDM: Make robust against LHASH failures
2023-12-06 Hugo LandauQUIC LCIDM: Always use lcid_obj to refer to QUIC_LCID
2023-12-06 Hugo LandauQUIC LCIDM: Minor fixes
2023-12-06 Hugo LandauQUIC LCIDM: Add debug calls
2023-12-06 Hugo LandauQUIC LCIDM: Enforce and document ODCID peculiarities
2023-12-06 Hugo LandauQUIC LCIDM: Add fuzzer
2023-12-06 Hugo LandauQUIC LCIDM: Add LCIDM
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
next