summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-11-08Correct order of ossl_condvar_signal in quic_multistream_testNeil Horman
2023-11-08Add unit test for #22644Pauli
2023-11-08Fix bug in priority queue remove functionPauli
2023-11-08apps/rehash.c: avoid printf format warning [-Wformat]Matthias St. Pierre
2023-11-08Fix a possible memory leak in custom_ext_addBernd Edlinger
2023-11-08quic http3 demo: minor updatesJames Muir
2023-11-07Use proper KDF SS parameter nameDmitry Belyavskiy
2023-11-06Fix conflicts between DH check flags and FFC check flagsRichard Levitte
2023-11-06Make DH_check_pub_key() and DH_generate_key() safer yetRichard Levitte
2023-11-06Correctly track the original length when generating a stream frameMatt Caswell
2023-11-06tparam_on_enc_ext(): Remove dead code in cleanupTomas Mraz
2023-11-06ossl_quic_new(): Avoid dereferencing NULL qc during cleanupTomas Mraz
2023-11-06Fix documentation regarding KMAC sizesMichael Hinz
2023-11-06ossl_qrl_enc_level_set_provide_secret(): Avoid leaking keyslot in error condi...Tomas Mraz
2023-11-03Add negative test for key length changeTomas Mraz
2023-11-03Add negative test for iv length changeTomas Mraz
2023-11-03update/final: Return error if key is not setTomas Mraz
2023-11-03When changing IV length invalidate previously set IVTomas Mraz
2023-11-03rand uniform: fix likely usagePauli
2023-11-03Add support for streams to the quic-client fuzzerMatt Caswell
2023-11-03Call SSL_write() in the quic-client-fuzzerMatt Caswell
2023-11-03Add additional internal HPKE hardening checks resulting from code audit.Stephen Farrell
2023-11-02TLS: Fix use of an uninitialized valueHugo Landau
2023-11-02QUIC: Test missing/malformed/duplicate/etc. transport parametersHugo Landau
2023-11-02QUIC QTEST_FAULT: Allow deleted TLS extension to be outputHugo 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-02Fix quicserver binding when duplicate entries existNeil Horman
2023-11-02CHANGES.md: document BLAKE2b's "size"-setting supportнаб
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-02Update the OpenSSL Guide tutorials with changes to the demosMatt Caswell
2023-11-02Update the README with information about how to run the QUIC demosMatt Caswell
2023-11-02Update the QUIC demos to accept hostname/port on the command lineMatt Caswell
2023-11-02Extend the README to describe how to run the TLS demosMatt Caswell
2023-11-02Amend the TLS demos to accept hostname/port as an argumentMatt Caswell
2023-11-02QUIC MULTISTREAM TEST: Ensure frames are only injected into correct packet typesHugo Landau
2023-11-02QUIC MULTISTREAM TEST: Fix script 38 stochastic failure on WindowsHugo Landau
2023-11-01Don't create an ack frame if one isn't wanted for this pn_spaceMatt Caswell
2023-11-01quic ddd demos: update makefile and demo sourcesJames Muir
2023-11-01quic docs: update ddd README.mdJames Muir
2023-11-01QUIC APL: Optimise write buffer sizes automaticallyHugo Landau
2023-11-01QUIC TXP: Fix drainage calculationHugo Landau
2023-11-01Stop the quicserver if the handshake or receiving the request failsMatt Caswell
2023-11-01rand uniform: add comments outlining the algorithmPauli
2023-11-01Add test case for uniform random generatorsPauli
2023-11-01rand: implement an unbiased random integer from a rangePauli
2023-11-01Don't error if s_client receives exactly BUFSIZZ dataMatt Caswell
2023-10-31Check for NULL when freeing the QUIC_TLS objectMatt Caswell