summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2023-03-20Add a simple QUIC test for blocking modeMatt Caswell
2023-03-18Add sanity test for OSSL_sleep()Tomas Mraz
2023-03-17providers: add Argon2 KDFČestmír Kalina
2023-03-17evp_test: add thread supportČestmír Kalina
2023-03-17providers: add XOF support to blake2bČestmír Kalina
2023-03-17evp_test: add digest xoflen supportČestmír Kalina
2023-03-15Fix PKCS12_newpass() to work with PBES2.slontis
2023-03-15Add Tests for RSA signatures using X931 padding.slontis
2023-03-15Add test for context duplication failureSimo Sorce
2023-03-14apps/x509 etc.: allow private key input when public key is expectedDr. David von Oheimb
2023-03-14test/smime-certs/{mksmime-certs.sh,ca.cnf}: simplify and speed up cert genera...Dr. David von Oheimb
2023-03-07Run the punycode-test over the fuzz corpora during test.Kurt Roeckx
2023-03-07Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis
2023-03-07test//bio_dgram_test.c: Skip test when BIO_bind() failsRichard Levitte
2023-03-06test_rstream_random(): Test adding final empty frameTomas Mraz
2023-03-06Test new ossl_quic_rstream API callsTomas Mraz
2023-03-06Improve the QUIC_RSTREAM implementationTomas Mraz
2023-03-06Test that there are no errors on the stack for rejected early dataMatt Caswell
2023-03-01Add fuzz test for v3nameHardik Shah
2023-03-01Don't do AES SIV tests with the FIPS providerPauli
2023-03-01Ensure we use a non-zero time for tickets in early dataMatt Caswell
2023-03-01Fix FFC mdprop setting bugs.slontis
2023-03-01Fix infinite loops in DSA sign code.slontis
2023-02-27Added a fuzzer for SMIMEAlex Gaynor
2023-02-24Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider contextIngo Franzki
2023-02-24CMS_add0_cert: if cert already present, do not throw error but ignore itDr. David von Oheimb
2023-02-24first cut at sigalg loadingMichael Baentsch
2023-02-24test/recipes/01-test_symbol_presence.t: check for duplicate symbols in static...Richard Levitte
2023-02-23Add help for pkeyopt values for the genpkey commandline app.slontis
2023-02-23Test that QUIC has the ciphersuites that we expectMatt Caswell
2023-02-22Rename various functions OSSL_QUIC_FAULT -> QTEST_FAULTMatt Caswell
2023-02-22Add a helper function to prepend a frame to a packetMatt Caswell
2023-02-22Add explanatory comments to say what happens during resizing of buffersMatt Caswell
2023-02-22Add a qtest_check_server_transport_err helper functionMatt Caswell
2023-02-22Extend the corruption test to truncate a datagramMatt Caswell
2023-02-22Add the capability to listen for datagramsMatt Caswell
2023-02-22Don't treat the Tserver as connected until the handshake is confirmedMatt Caswell
2023-02-22Add a test for a corrupted packetMatt Caswell
2023-02-22Enable the fault injector to add faults to post-encryption packetsMatt Caswell
2023-02-22Expand some comments in the header fileMatt Caswell
2023-02-22Add a test for a server that doesn't provide transport paramsMatt Caswell
2023-02-22Implement the QUIC Fault injector support for TLS handshake messagesMatt Caswell
2023-02-22Add the ability to mutate TLS handshake messages before they are writtenMatt Caswell
2023-02-22Add a test where an unknown frame type is receivedMatt Caswell
2023-02-22Enable QUIC test server to find out the termination reasonMatt Caswell
2023-02-22Implement the QUIC Fault injector support for plaintext packetsMatt Caswell
2023-02-22Add a skeleton quicfaultstestMatt Caswell
2023-02-22Add a test for no initialisation of the default config fileMatt Caswell
2023-02-20Fix failing cms test when no-des is usedBernd Edlinger
2023-02-13OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled certDr. David von Oheimb