summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a HPKE API to put libctx, propq as last (optional parameters).slontis2023-04-141-24/+34
* Fix the LCM computation in the RSA multiprime key checkTomas Mraz2023-04-132-1/+59
* Make the data field for get_record() constMatt Caswell2023-04-121-1/+1
* Add a test for SSL_version(), SSL_get_version() etcMatt Caswell2023-04-042-0/+190
* FFC cleanupsslontis2023-04-031-0/+56
* Make DSA_sign() test for negative p,q,g values.slontis2023-03-311-0/+79
* Fix mem leak in ECDSA_sign().slontis2023-03-311-0/+17
* Add a test for an app data record appearing before epoch change in DTLSMatt Caswell2023-03-313-108/+67
* QUIC test fixHugo Landau2023-03-301-7/+15
* QUIC Thread Assisted mode: miscellaneous fixesHugo Landau2023-03-301-19/+8
* QUIC Thread Assisted Mode: Support Windows XPHugo Landau2023-03-301-1/+2
* Avoid races in tserver test codeHugo Landau2023-03-301-1/+18
* Enhance quic_tserver test to fully test thread assisted modeHugo Landau2023-03-301-15/+91
* QUIC TXP: Allow caller to determine if an ACK-eliciting packet was sentHugo Landau2023-03-301-3/+5
* Add basic test for thread assisted modeHugo Landau2023-03-301-10/+20
* test: test -drbg_allow_truncated_digests optionPauli2023-03-291-1/+30
* RFC7250 (RPK) supportTodd Short2023-03-286-3/+907
* Add a Certificate Policies TestMatt Caswell2023-03-281-1/+12
* Generate some certificates with the certificatePolicies extensionMatt Caswell2023-03-285-2/+72
* test: evp_extra: EC, read affine coordinatesJorge Ramirez-Ortiz2023-03-271-0/+131
* Print the duplicate symbols found in testTomas Mraz2023-03-271-0/+4
* 80-test_cmp_http.t: fix server port and confusion client vs. server configDr. David von Oheimb2023-03-252-28/+45
* apps/cmp.c: make sure that last -reqin argument is actually usedDr. David von Oheimb2023-03-251-3/+6
* OBJ_nid2obj(): Return UNDEF object instead of NULL for NID_undefTomas Mraz2023-03-231-0/+11
* Disable the policy tree exponential growth test conditionallyPauli2023-03-231-0/+2
* Added tests and updated helpAleksey Sanin2023-03-231-1/+38
* test: add test cases for the policy resource overusePauli2023-03-225-0/+567
* QUIC: Add history section to SSL_inject_net_dgram()Hugo Landau2023-03-221-1/+1
* QUIC: Add tests for datagram injection APIHugo Landau2023-03-221-8/+57
* Add simple interoperability test with Cloudflare quicheTomas Mraz2023-03-225-0/+280
* Add a simple QUIC test for blocking modeMatt Caswell2023-03-209-101/+277
* Add sanity test for OSSL_sleep()Tomas Mraz2023-03-182-2/+22
* 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