Fix race for X509 store found by thread sanitizer
[openssl.git] / ssl /
4 days ago Neil HormanRaise an error on syscall failure in tls_retry_write_re...
4 days ago Neil HormanMake a failure in ktls_sendfile a syscall error
4 days ago Jiasheng Jiangssl/statem: Replace size_t with int and add the checks
8 days ago Tim PerryUse empty renegotiate extension instead of SCSV for...
12 days ago Hugo LandauQUIC TXP: Fix reserve calculations for PING frames
2024-04-16 Neil HormanRemove repetitive words
2024-04-10 Hugo LandauChange approach to SSL_pending API
2024-04-10 Hugo LandauQUIC APL: Revise SSL_pending and SSL_has_pending handli...
2024-04-09 Richard LevitteCopyright year updates
2024-04-08 Matt CaswellHardening around not_resumable sessions
2024-04-08 Matt CaswellFix unconstrained session cache growth in TLSv1.3
2024-04-04 Richard LevitteDiverse small VMS build fixups
2024-04-04 willmafhSSL_alert_desc_string_long(): Delete unnecessary underline
2024-04-02 Jiasheng JiangAlter the check
2024-04-02 Jiasheng Jiangssl/ssl_lib.c: Add the check before cast from int to...
2024-04-02 Jiasheng JiangAlter the variable name
2024-04-02 Jiasheng Jiangssl/tls13_enc.c: Replace size_t with int and add the...
2024-04-02 Jiasheng Jiangssl/t1_lib.c: Add checks for the EVP_MD_get_size()
2024-03-29 Alex BozarthAllow provider sigalgs in SignatureAlgorithms conf
2024-03-15 Bernd EdlingerTry to fix intermittent CI failures in quic_multistream...
2024-03-14 Frederik Wedel-HeinenAvoid a memcpy in dtls_get_reassembled_message()
2024-03-09 Hugo LandauQUIC: Add stream write buffer queries
2024-03-07 Hugo LandauQLOG: Fix indentation
2024-03-07 Hugo LandauQUIC: Define error code for stateless reset
2024-03-07 Hugo LandauQUIC: Uniform changes for QUIC error code definitions...
2024-03-06 Hugo LandauQUIC QLOG: Fix use of sprintf
2024-03-06 Tomas MrazAllow ignoring unknown sigalgs and groups in the config...
2024-02-22 Michael BaentschSSL_set1_groups_list(): Fix memory corruption with...
2024-02-21 Ijtaba HussainExtended SSL_SESSION functions using time_t
2024-02-20 Frederik Wedel-HeinenFuture proof RLAYER_USE_EXPLICIT_IV by checking dtls...
2024-02-19 Hugo LandauMinor updates
2024-02-19 Hugo LandauFix warning
2024-02-19 Hugo LandauJSON_ENC: Ensure ossl_json_flush() really flushes the BIO
2024-02-19 Hugo LandauQUIC CHANNEL: Defer QLOG instantiation until first...
2024-02-19 Hugo LandauQUIC TXP: Allow QLOG instance retrieval via callback
2024-02-19 Hugo LandauQUIC QTX: Allow QLOG instance retrieval via callback
2024-02-19 Hugo LandauQUIC FIFD: Allow QLOG instance retrieval via callback
2024-02-19 Hugo LandauQUIC APL: Add implementation of SSL_VALUE_EVENT_HANDLIN...
2024-02-16 Frederik Wedel-HeinenRemoves record_queue struct which is no longer useful.
2024-02-16 Hugo LandauQUIC: Fix SSL_ctrl operation for QSSOs
2024-02-14 Hugo LandauFix SSL_export_keying_material for QUIC
2024-02-10 Hugo LandauQUIC POLLING: Support no-quic builds
2024-02-10 Hugo LandauQUIC POLLING: Implement autotick
2024-02-10 Hugo LandauQUIC APL: Implement SSL_poll backend
2024-02-10 Hugo LandauQUIC QSM: Allow bidi and uni incoming streams to be...
2024-02-10 Hugo LandauQUIC RIO: Add frontend SSL_poll implementation
2024-02-10 Hugo LandauQUIC: Add polling API
2024-02-09 Frederik Wedel-HeinenRemove unused function arguments from tls_int_new_recor...
2024-02-09 Hugo LandauTHREADING: Make CRYPTO_MUTEX and CRYPTO_CONDVAR typesafe
2024-02-09 Hugo LandauQUIC QLOG: Fix use of size_t and uint64_t
2024-02-09 Hugo LandauQUIC QLOG: Retrieve PID correctly on Windows
2024-02-08 Hugo LandauQUIC APL: Move NULL pointer check to quic_impl.c
2024-02-08 Hugo LandauQUIC CHANNEL: Optimise struct packing
2024-02-08 Hugo LandauQuiet false warning about uninitialised variable
2024-02-08 Hugo LandauQUIC CHANNEL: Fix idle timeout computation bug
2024-02-08 Hugo LandauQUIC CHANNEL: Defer transport parameter generation
2024-02-08 Hugo LandauQUIC APL: Add feature query implementation
2024-02-08 Hugo LandauQUIC CHANNEL: Add idle timeout configuration and stream...
2024-02-08 Hugo LandauQUIC RXFC: Add accessor for credit
2024-02-08 Hugo LandauQUIC: Add new error codes for tuning API
2024-02-02 Hugo LandauQUIC QLOG: Fix indentation
2024-02-02 Hugo LandauQUIC QLOG: Use set0
2024-02-02 Hugo LandauMinor fixes
2024-02-02 Hugo LandauMinor fixes
2024-02-02 Hugo LandauMinor fixes
2024-02-02 Hugo LandauQUIC QLOG: Record implementation version
2024-02-02 Hugo LandauQUIC QLOG: Allow PID to be overridden
2024-02-02 Hugo LandauQLOG: Fix filter lexing
2024-02-02 Hugo LandauJSON_ENC: Fix initial value of error
2024-02-02 Hugo LandauQUIC CHANNEL: Ensure QLOG instance is used correctly...
2024-02-02 Hugo LandauQUIC QTX: Refactor to enable qlog logging of injected...
2024-02-02 Hugo LandauQUIC TXP: Allow QLOG instance to be changed after insta...
2024-02-02 Hugo LandauQUIC QTX: Allow QLOG instance to be changed after insta...
2024-02-02 Hugo LandauQUIC FIFD: Allow QLOG instance to be changed after...
2024-02-02 Hugo LandauQLOG: Minor updates
2024-02-02 Hugo LandauMinor updates
2024-02-02 Hugo LandauQLOG: Treat empty environment variable as default filter
2024-02-02 Hugo LandauQLOG: Editorial fixes (QLOG is spelled 'qlog')
2024-02-02 Hugo LandauJSON_ENC: Minor tweaks
2024-02-02 Hugo LandauQUIC QLOG: Rename QFILTER to OSSL_QFILTER
2024-02-02 Hugo LandauQLOG: Fix bit_set
2024-02-02 Hugo LandauQLOG: Minor updates
2024-02-02 Hugo LandauQLOG: Minor fixes after port refactor
2024-02-02 Hugo LandauQLOG: JSON Encoder: Rename JSON_ENC
2024-02-02 Hugo LandauQLOG: Events: Implement transport:packet_received
2024-02-02 Hugo LandauQLOG: Events: Implement transport:packet_sent
2024-02-02 Hugo LandauQLOG: Wiring: QUIC QTX
2024-02-02 Hugo LandauQLOG: Wire title-setting code to QUIC_CHANNEL and SSL_CTX
2024-02-02 Hugo LandauQLOG: QUIC CHANNEL: Allow a log title to be specified
2024-02-02 Hugo LandauQLOG: Events: Implement recovery:packet_lost
2024-02-02 Hugo LandauQLOG: Wiring: QUIC TXPIM: Record the packet type
2024-02-02 Hugo LandauQLOG: Wiring: QUIC FIFD
2024-02-02 Hugo LandauQLOG: Wiring: QUIC QRX: Report the datagram ID from...
2024-02-02 Hugo LandauQLOG: Wiring: QUIC DEMUX: Report a monotonically increa...
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
next