summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2023-10-30evp_test.c: There are now 3 parameters possible for digestsTomas Mraz
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-30free oaep label-octet-string on errorJames Muir
2023-10-30Update to latest fuzz corporaKurt Roeckx
2023-10-30Add a separate README for the guide demosMatt Caswell
2023-10-30Add a reference for HTTP/3Matt Caswell
2023-10-30Add a reference to the demos subfolderMatt Caswell
2023-10-30Update to the demos README fileMatt Caswell
2023-10-30Update README-QUIC.mdMatt Caswell
2023-10-30Refresh the README.md fileMatt Caswell
2023-10-26EVP_PKEY_get_size.pod and provider-keymgmt.pod: document their relationDr. David von Oheimb
2023-10-26EVP_PKEY_get_{bits,security_bits,size}(): add missing error queue entry on fa...Dr. David von Oheimb