]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl
Have OSSL_PARAM_allocate_from_text() fail on odd number of hex digits
[thirdparty/openssl.git] / ssl /
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
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
next