summaryrefslogtreecommitdiffstats
path: root/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* set_client_ciphersuite(): Fix for potential UB if session->cipher is NULLAlexey Fofanov2023-11-131-0/+4
* Fix a possible memory leak of ssl->s3.tmp.pskBernd Edlinger2023-11-091-0/+4
* After a stream has implicit length don't add more stream related framesMatt Caswell2023-11-091-0/+1
* QUIC TXP: Handle padding correctly for ACK_ONLY archetypeHugo Landau2023-11-081-14/+32
* QUIC TXP: Fix use of implicit-length STREAM frames in presence of PATH_REPSON...Hugo Landau2023-11-081-26/+14
* Fix bug in priority queue remove functionPauli2023-11-081-1/+7
* Fix a possible memory leak in custom_ext_addBernd Edlinger2023-11-081-0/+6
* Correctly track the original length when generating a stream frameMatt Caswell2023-11-061-3/+5
* ossl_quic_new(): Avoid dereferencing NULL qc during cleanupTomas Mraz2023-11-061-1/+1
* ossl_qrl_enc_level_set_provide_secret(): Avoid leaking keyslot in error condi...Tomas Mraz2023-11-061-4/+4
* TLS: Fix use of an uninitialized valueHugo Landau2023-11-021-1/+1
* QUIC WIRE: Refuse integer transport params with trailing body bytesHugo Landau2023-11-021-0/+3
* QUIC CHANNEL: Set reason string for missing tparams extensionHugo Landau2023-11-021-1/+3
* ossl_quic_new(): Fix a leak found by error injectionTomas Mraz2023-11-021-11/+10
* QUIC SSTREAM: Fix bug in ossl_quic_sstream_is_totally_ackedHugo Landau2023-11-021-2/+7
* Fix a possible memory leak in load_builtin_compressionsBernd Edlinger2023-11-021-1/+2
* Don't create an ack frame if one isn't wanted for this pn_spaceMatt Caswell2023-11-011-1/+1
* QUIC APL: Optimise write buffer sizes automaticallyHugo Landau2023-11-011-7/+56
* QUIC TXP: Fix drainage calculationHugo Landau2023-11-011-17/+6
* Check for NULL when freeing the QUIC_TLS objectMatt Caswell2023-10-311-0/+2
* QUIC CHANNEL: Make ping deadline and idle deadline calculation consistentHugo Landau2023-10-301-29/+41
* If the loss detection timer has fired we may not have lost packetsMatt Caswell2023-10-301-2/+2
* Accept longer context for TLS 1.2 exportersDaiki Ueno2023-10-261-0/+9
* ssl_lib: added pointer SSL_CONNECTION check to NULL before dereferencing it i...atishkov2023-10-261-6/+2
* ssl_lib: added pointer SSL and SSL_CONNECTION check to NULL before dereferenc...atishkov2023-10-261-1/+1
* ssl_lib: added pointer SSL and SSL_CONNECTION check to NULL before dereferenc...atishkov2023-10-261-2/+6
* ssl_lib: added pointer SSL_CONNECTION check to NULL before dereferencing it i...atishkov2023-10-261-0/+3
* QUIC CHANNEL: Handle ping deadlines differentlyHugo Landau2023-10-251-0/+9
* QUIC CHANNEL: Tweak crypto buffer sizesHugo Landau2023-10-251-5/+6
* QUIC CHANNEL: Correct timeout calculation for ACKsHugo Landau2023-10-251-16/+14
* QUIC TLS: Ensure QUIC_TLS is ticked between each processed RX packetHugo Landau2023-10-253-29/+46
* QUIC APL: Add support for querying frame type causing closureHugo Landau2023-10-251-0/+1
* Make sure we remember how much data we sent in the event of a retryMatt Caswell2023-10-241-1/+4
* When requeueing deferred URXEs retain the orderMatt Caswell2023-10-241-1/+1
* If an error occurs constructing the quic record layer, free it properlyMatt Caswell2023-10-231-1/+2
* Fix a use-after-free in qrx_proces_pktMatt Caswell2023-10-231-4/+13
* Ignore a bad signature in a CertificateVerify message while fuzzingMatt Caswell2023-10-231-0/+5
* Don't fail on a bad dcid in the tranport params when fuzzingMatt Caswell2023-10-231-0/+2
* Don't encrypt/decrypt packet data during fuzzingMatt Caswell2023-10-233-0/+23
* QUIC: Prevent incoming oversize tokensHugo Landau2023-10-202-7/+69
* QUIC: Add handling of SSL_get_shutdown()Tomas Mraz2023-10-203-5/+31
* Postpone two TODO(QUIC) items appropriatelyTomas Mraz2023-10-202-2/+2
* Ignore ping deadline when calculating tick deadline if we can't sendMatt Caswell2023-10-191-8/+7
* Ignore retry packets that arrive too lateMatt Caswell2023-10-191-0/+8
* QUIC APL: Fix incoming default stream poppingHugo Landau2023-10-131-2/+10
* When calling ossl_crypto_condvar_wait_timeout() we must use real timeMatt Caswell2023-10-102-4/+23
* Print record version for DTLSv1_listen()Frederik Wedel-Heinen2023-10-041-9/+9
* Pass the dtls record version to the record layer msg_callback function.Frederik Wedel-Heinen2023-10-041-4/+4
* Call post_process_record for dtls recordsFrederik Wedel-Heinen2023-10-041-0/+5
* Occupy the rec_version field of a decoded dtls recordFrederik Wedel-Heinen2023-10-031-3/+2