summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2023-02-08cmp_client_test.c: add tests for errors reported by server on subsequent requ...Dr. David von Oheimb
2023-02-08test_get_libctx(): prevent crash when called with NULL provider argDr. David von Oheimb
2023-02-08Add tests for FIPS keygen self test failures.slontis
2023-02-08Add coverage test for ossl_rsa_sp800_56b_derive_params_from_pqslontis
2023-02-08New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...Oliver Mihatsch
2023-02-08Rationalize FIPS sourcesTomas Mraz
2023-02-08Add Tests for RSA_sign_ASN1_OCTET_STRING & RSA_verify_ASN1_OCTET_STRINGslontis
2023-02-08Add more punycode tests and remove ossl_a2ucompare()slontis
2023-02-08des: prevent error when using two key triple DES with a random keyPauli
2023-02-07Additional testcase for missing return check of BIO_set_md() callsTomas Mraz
2023-02-07Add testcase for missing return check of BIO_set_md() callsTomas Mraz
2023-02-07Fix GENERAL_NAME_cmp for x400Address (master)Hugo Landau
2023-02-07Add test for DSA pubkey without param import and checkTomas Mraz
2023-02-07Fix NULL deference when validating FFC public key.slontis
2023-02-07Add test for d2i_PKCS7 NULL dereferenceTomas Mraz
2023-02-07Check CMS failure during BIO setup with -stream is handled correctlyMatt Caswell
2023-02-07Add a test for CVE-2022-4450Matt Caswell
2023-02-07Add testcase for nc_match_single type confusionTomas Mraz
2023-02-02APPS/{storeutl,gendsa}: give error on extra arguments, improve docDr. David von Oheimb
2023-01-31Workaround crash in atexit on NonStop platformsTomas Mraz
2023-01-30ChaCha20-Poly1305 no longer supports truncated IV's.slontis
2023-01-30QUIC Probes Support: Minor tweaksHugo Landau
2023-01-30QUIC TXP: Allow TXP to generate probesHugo Landau
2023-01-30QUIC ACKM: Rework probe reporting to allow use for bookkeepingHugo Landau
2023-01-30QUIC ACKM: Clarify probe typesHugo Landau
2023-01-30coverity 1520506: error handlingPauli
2023-01-30coverity 1520505: error handlingPauli
2023-01-27Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz
2023-01-27QUIC TSERVER: Fix probable nondeterminism in some OS network stacksHugo Landau