summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2023-10-20QUIC: Prevent incoming oversize tokensHugo Landau
2023-10-20Convert jdkTrustedKeyUsage to be a pkcs12 cmd line optionNeil Horman
2023-10-20QUIC: Add handling of SSL_get_shutdown()Tomas Mraz
2023-10-20Postpone two TODO(QUIC) items appropriatelyTomas Mraz
2023-10-20rand: add callbacks to cleanup the user entropy resp. nonceMatthias St. Pierre
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-19cms_enc.c: Include crypto/asn1.h for struct asn1_object_stTomas Mraz
2023-10-19Do not include crypto/asn1.h from internal/cryptlib.hTomas Mraz
2023-10-19apps.c: Remove a redundant error print-outTomas Mraz
2023-10-19apps: Print out a proper message when a store cannot be openedTomas Mraz
2023-10-19Fix markdownHugo Landau
2023-10-19Add SNIHugo Landau
2023-10-19RenameHugo Landau
2023-10-19Add link to nghttp3Hugo Landau
2023-10-19Add copyright headersHugo Landau
2023-10-19QUIC: Add comments to HTTP/3 demoHugo Landau
2023-10-19QUIC: Add HTTP/3 demo using nghttp3Hugo Landau
2023-10-18Add a test to confirm that legacy rsa keys workNeil Horman
2023-10-18Dont require CRT params on ossl_rsa_set0_all_paramsNeil Horman
2023-10-18remove sanity check from ossl_rsa_todataNeil Horman