summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2023-11-22Fix a possible use-after-free in custom_exts_freeBernd Edlinger
2023-11-22Fix a possible memory leak in dane_tlsa_addBernd Edlinger
2023-11-21Move freeing of an old record layer to dtls1_clear_sent_bufferMatt Caswell
2023-11-21zero data in hm_fragment on allocNeil Horman
2023-11-15Correct tag len check when determining how much space we have in the pktMatt Caswell
2023-11-15Keep track of connection credit as we add stream dataMatt Caswell
2023-11-09Fix a possible memory leak of ssl->s3.tmp.pskBernd Edlinger
2023-11-09After a stream has implicit length don't add more stream related framesMatt Caswell
2023-11-08QUIC TXP: Handle padding correctly for ACK_ONLY archetypeHugo Landau
2023-11-08QUIC TXP: Fix use of implicit-length STREAM frames in presence of PATH_REPSON...Hugo Landau
2023-11-08Fix bug in priority queue remove functionPauli
2023-11-08Fix a possible memory leak in custom_ext_addBernd Edlinger
2023-11-06Correctly track the original length when generating a stream frameMatt Caswell
2023-11-06ossl_quic_new(): Avoid dereferencing NULL qc during cleanupTomas Mraz
2023-11-06ossl_qrl_enc_level_set_provide_secret(): Avoid leaking keyslot in error condi...Tomas Mraz
2023-11-02TLS: Fix use of an uninitialized valueHugo Landau
2023-11-02QUIC WIRE: Refuse integer transport params with trailing body bytesHugo Landau
2023-11-02QUIC CHANNEL: Set reason string for missing tparams extensionHugo Landau
2023-11-02ossl_quic_new(): Fix a leak found by error injectionTomas Mraz
2023-11-02QUIC SSTREAM: Fix bug in ossl_quic_sstream_is_totally_ackedHugo Landau
2023-11-02Fix a possible memory leak in load_builtin_compressionsBernd Edlinger
2023-11-01Don't create an ack frame if one isn't wanted for this pn_spaceMatt Caswell
2023-11-01QUIC APL: Optimise write buffer sizes automaticallyHugo Landau
2023-11-01QUIC TXP: Fix drainage calculationHugo Landau
2023-10-31Check for NULL when freeing the QUIC_TLS objectMatt Caswell
2023-10-30QUIC CHANNEL: Make ping deadline and idle deadline calculation consistentHugo Landau
2023-10-30If the loss detection timer has fired we may not have lost packetsMatt Caswell
2023-10-26ssl_lib: added pointer SSL_CONNECTION check to NULL before dereferencing it i...atishkov
2023-10-26ssl_lib: added pointer SSL and SSL_CONNECTION check to NULL before dereferenc...atishkov
2023-10-26ssl_lib: added pointer SSL and SSL_CONNECTION check to NULL before dereferenc...atishkov
2023-10-26ssl_lib: added pointer SSL_CONNECTION check to NULL before dereferencing it i...atishkov
2023-10-25QUIC CHANNEL: Handle ping deadlines differentlyHugo Landau
2023-10-25QUIC CHANNEL: Tweak crypto buffer sizesHugo Landau
2023-10-25QUIC CHANNEL: Correct timeout calculation for ACKsHugo Landau
2023-10-25QUIC TLS: Ensure QUIC_TLS is ticked between each processed RX packetHugo Landau
2023-10-25QUIC APL: Add support for querying frame type causing closureHugo Landau
2023-10-24Make sure we remember how much data we sent in the event of a retryMatt Caswell
2023-10-24When requeueing deferred URXEs retain the orderMatt Caswell
2023-10-23If an error occurs constructing the quic record layer, free it properlyMatt Caswell
2023-10-23Fix a use-after-free in qrx_proces_pktMatt Caswell
2023-10-23Ignore a bad signature in a CertificateVerify message while fuzzingMatt Caswell
2023-10-23Don't fail on a bad dcid in the tranport params when fuzzingMatt Caswell
2023-10-23Don't encrypt/decrypt packet data during fuzzingMatt Caswell
2023-10-20QUIC: Prevent incoming oversize tokensHugo Landau
2023-10-20QUIC: Add handling of SSL_get_shutdown()Tomas Mraz
2023-10-20Postpone two TODO(QUIC) items appropriatelyTomas Mraz
2023-10-19Ignore ping deadline when calculating tick deadline if we can't sendMatt Caswell
2023-10-19Ignore retry packets that arrive too lateMatt Caswell
2023-10-13QUIC APL: Fix incoming default stream poppingHugo Landau
2023-10-10When calling ossl_crypto_condvar_wait_timeout() we must use real timeMatt Caswell