summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-10-25fuzz-checker.yml: Revert inadvertent change from fac61eaTomas Mraz
2023-10-25Avoid using gets as an argument name in a prototypeTomas Mraz
2023-10-25quic: documentation and demo nitsJames Muir
2023-10-25QUIC MULTISTREAM TEST: Output connection closure reason info on failureHugo Landau
2023-10-25QUIC APL: Add support for querying frame type causing closureHugo Landau
2023-10-25Don't wait in select if we have data to writeMatt Caswell
2023-10-25Make s_client -quic -debug workMatt Caswell
2023-10-25quic_multistream_test: Output info about connection close reasonTomas Mraz
2023-10-25sslapitest: add cast to avoid compiler errorPauli
2023-10-25quic_tserver_test: Raise the initial timeout limitTomas Mraz
2023-10-25rsa: Add SP800-56Br2 6.4.1.2.1 (3.c) checkClemens Lang
2023-10-25speed: Correct handling of async_jobs for KEM and signature algosIngo Franzki
2023-10-25speed: Fix memory leaksIngo Franzki
2023-10-25Create hierarchical demo Makefile.slontis
2023-10-24Add a test for retries when sending app dataMatt Caswell
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-24Adjust mdl configurationHugo Landau
2023-10-24Add QUIC README fileHugo Landau
2023-10-24Add notes on use of strdupNate Karstens
2023-10-24test: add unit test for CVE-2023-5363Pauli
2023-10-24changes and news entries for CVE-2023-5363Pauli
2023-10-24evp: process key length and iv length early if presentPauli
2023-10-24Fix Coverity 1547856: memset() uses only the lowest byte of cTomas Mraz
2023-10-24rand: fix seeding from a weak entropy sourceMatthias St. Pierre
2023-10-24rand: improve error message for rand pool overflowsRichard Levitte
2023-10-23quic_record, quicapi, and quicfaults tests do not support fuzzing buildsTomas Mraz
2023-10-23run-checker-daily.yml: If the openssl app is not built do not run itTomas Mraz
2023-10-23Don't run the QUIC client fuzzer if QUIC is disabledMatt Caswell
2023-10-23Update the corpora files to include the new quic-client subdirMatt Caswell
2023-10-23Further tweaks to the CI runs for fuzzingMatt Caswell
2023-10-23Teach the quic-client fuzzer about timeMatt Caswell
2023-10-23If an error occurs constructing the quic record layer, free it properlyMatt Caswell
2023-10-23Drop FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION for some buildsMatt Caswell
2023-10-23Some cleanups in the quic-client fuzzerMatt Caswell
2023-10-23Add a test for OSSL_ERR_STATE_save_to_mark()Matt Caswell
2023-10-23Add a HISTORY section in the docs about the new ERR_STATE functionsMatt Caswell
2023-10-23Fix a use-after-free in qrx_proces_pktMatt Caswell
2023-10-23Ensure that the ERR_STATE is left in a consistent stateMatt Caswell
2023-10-23Add fuzz test recipe for the quic client fuzzerMatt Caswell
2023-10-23Update the fuzz README to provide info about the stdc++ requirementsMatt 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-23Updates to the quic client fuzzerMatt Caswell
2023-10-23Don't encrypt/decrypt packet data during fuzzingMatt Caswell
2023-10-23Add quic client fuzzer.Kurt Roeckx
2023-10-20Reference the non-"legacy" provider names directly from EVP_md5(3) &c.наб
2023-10-20Add a test for converting OSSL_TIME to struct timevalMatt Caswell
2023-10-20Round up nano secs when converting OSSL_TIME to struct timevalMatt Caswell
2023-10-20QUIC: Test handling of post-connection session ticketsHugo Landau