summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* providers: add Argon2 KDFČestmír Kalina2023-03-173-0/+216
* evp_test: add thread supportČestmír Kalina2023-03-171-0/+11
* providers: add XOF support to blake2bČestmír Kalina2023-03-171-2/+12
* evp_test: add digest xoflen supportČestmír Kalina2023-03-171-12/+19
* Fix PKCS12_newpass() to work with PBES2.slontis2023-03-151-1/+42
* Add Tests for RSA signatures using X931 padding.slontis2023-03-151-0/+63
* Add test for context duplication failureSimo Sorce2023-03-153-1/+222
* apps/x509 etc.: allow private key input when public key is expectedDr. David von Oheimb2023-03-142-28/+31
* test/smime-certs/{mksmime-certs.sh,ca.cnf}: simplify and speed up cert genera...Dr. David von Oheimb2023-03-142-78/+55
* Run the punycode-test over the fuzz corpora during test.Kurt Roeckx2023-03-071-0/+22
* Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis2023-03-073-23/+141
* test//bio_dgram_test.c: Skip test when BIO_bind() failsRichard Levitte2023-03-071-4/+4
* test_rstream_random(): Test adding final empty frameTomas Mraz2023-03-061-13/+38
* Test new ossl_quic_rstream API callsTomas Mraz2023-03-061-20/+77
* Improve the QUIC_RSTREAM implementationTomas Mraz2023-03-061-5/+19
* Test that there are no errors on the stack for rejected early dataMatt Caswell2023-03-061-29/+94
* Add fuzz test for v3nameHardik Shah2023-03-011-0/+22
* Don't do AES SIV tests with the FIPS providerPauli2023-03-011-1/+1
* Ensure we use a non-zero time for tickets in early dataMatt Caswell2023-03-011-1/+44
* Fix FFC mdprop setting bugs.slontis2023-03-011-0/+43
* Fix infinite loops in DSA sign code.slontis2023-03-011-26/+110
* Added a fuzzer for SMIMEAlex Gaynor2023-02-271-0/+23
* Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider contextIngo Franzki2023-02-241-0/+20
* CMS_add0_cert: if cert already present, do not throw error but ignore itDr. David von Oheimb2023-02-241-0/+14
* first cut at sigalg loadingMichael Baentsch2023-02-242-85/+2585
* test/recipes/01-test_symbol_presence.t: check for duplicate symbols in static...Richard Levitte2023-02-241-59/+141
* Add help for pkeyopt values for the genpkey commandline app.slontis2023-02-231-0/+31
* Test that QUIC has the ciphersuites that we expectMatt Caswell2023-02-231-0/+51
* Rename various functions OSSL_QUIC_FAULT -> QTEST_FAULTMatt Caswell2023-02-223-131/+127
* Add a helper function to prepend a frame to a packetMatt Caswell2023-02-223-22/+44
* Add explanatory comments to say what happens during resizing of buffersMatt Caswell2023-02-221-5/+21
* Add a qtest_check_server_transport_err helper functionMatt Caswell2023-02-222-7/+20
* Extend the corruption test to truncate a datagramMatt Caswell2023-02-221-9/+34
* Add the capability to listen for datagramsMatt Caswell2023-02-222-26/+96
* Don't treat the Tserver as connected until the handshake is confirmedMatt Caswell2023-02-221-1/+1
* Add a test for a corrupted packetMatt Caswell2023-02-221-1/+123
* Enable the fault injector to add faults to post-encryption packetsMatt Caswell2023-02-222-24/+170
* Expand some comments in the header fileMatt Caswell2023-02-222-12/+59
* Add a test for a server that doesn't provide transport paramsMatt Caswell2023-02-223-23/+91
* Implement the QUIC Fault injector support for TLS handshake messagesMatt Caswell2023-02-222-0/+276
* Add the ability to mutate TLS handshake messages before they are writtenMatt Caswell2023-02-221-2/+4
* Add a test where an unknown frame type is receivedMatt Caswell2023-02-221-0/+129
* Enable QUIC test server to find out the termination reasonMatt Caswell2023-02-221-1/+1
* Implement the QUIC Fault injector support for plaintext packetsMatt Caswell2023-02-222-0/+143
* Add a skeleton quicfaultstestMatt Caswell2023-02-225-1/+301
* Add a test for no initialisation of the default config fileMatt Caswell2023-02-224-1/+97
* Fix failing cms test when no-des is usedBernd Edlinger2023-02-201-1/+1
* OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled certDr. David von Oheimb2023-02-138-88/+120
* cmp_client_test.c: add tests for errors reported by server on subsequent requ...Dr. David von Oheimb2023-02-081-15/+48
* test_get_libctx(): prevent crash when called with NULL provider argDr. David von Oheimb2023-02-081-1/+1