summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2019-11-29Add a test for NULL chunks in encrypt/decryptMatt Caswell
2019-11-20Allow specifying the tag after AAD in CCM mode (2)Patrick Steuer
2019-11-14testutil/init.c rename to testutil/testutil_init.cPatrick Steuer
2019-11-13Add self-test for EC_POINT_hex2pointNicola Tuveri
2019-11-13Add more tests for apps/reqNicola Tuveri
2019-11-09Fix --strict-warnings buildPatrick Steuer
2019-11-02Add test cases for min/max protocol APIChristian Heimes
2019-10-17Add GCD testing infrastructure.Cesar Pereida Garcia
2019-10-15issue-8493: Fix for filenames with newlines using openssl dgstPauli
2019-09-27Fix header file include guard namesDr. Matthias St. Pierre
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-10Update copyright yearMatt Caswell
2019-09-09drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre
2019-09-09[test] ECC: check the bounds for auto computing cofactorBilly Brumley
2019-09-09Fix spacing nit in test/ectest.cNicola Tuveri
2019-09-09[ec] Match built-in curves on EC_GROUP_new_from_ecparametersNicola Tuveri
2019-09-07[test] computing ECC cofactors: regression testBilly Brumley
2019-09-06Teach TLSProxy how to parse CertificateRequest messagesMatt Caswell
2019-09-04Test SSL_set_ciphersuitesraja-ashok
2019-08-23test/evp_test.c: distinguish parsing errors from processing errorsRichard Levitte
2019-08-18Test for out-of-bounds write when requesting zero bytes from shakePatrick Steuer
2019-08-14Extend tests of SSL_check_chain()Matt Caswell
2019-08-09Add TLS tests for RSA-PSS Restricted certificatesMatt Caswell
2019-08-09Add Restricted PSS certificate and keyMatt Caswell
2019-07-31Fix TyposAntoine Cœur
2019-07-29Add weak platform independent PRNG to test framework.Pauli
2019-07-24Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger
2019-07-19test/enginetest.c: Make sure no config file is loadedRichard Levitte
2019-07-07Fix an endless loop in BN_generate_prime_exBernd Edlinger
2019-07-01Fix TyposAntoine Cœur
2019-06-25Excise AES-XTS FIPS check.Pauli
2019-06-26Add regression test for #9099Benjamin Kaduk
2019-06-24Allow AES XTS decryption using duplicate keys.Pauli
2019-06-19Fix and document BIO_FLAGS_NONCLEAR_RST behavior on memory BIOTomas Mraz
2019-06-07Fixed typo in code comment.David Makepeace
2019-06-03Write a test for receiving a KeyUpdate (update requested) while writingMatt Caswell
2019-06-03Add the content type attribute to additional CMS signerinfo.Shane Lontis
2019-05-28Update copyright yearRichard Levitte
2019-05-27Configure: make C++ build tests optional and configurableRichard Levitte
2019-05-27OCSP: fix memory leak in OCSP_url_svcloc_new method.FdaSilvaYY
2019-05-23Add the NIST CAVS test vectors for CCMMatt Caswell
2019-05-08Allow specifying the tag after AAD in CCM modeTobias Nießen
2019-05-02Test: use keywords instead of magic numbers for 'rsa_pss_saltlen'Dr. Matthias St. Pierre
2019-04-26Revert "Statistically test BN_rand_range()."Pauli
2019-04-25Statistically test BN_rand_range().Pauli
2019-04-19Add some more test vectors for ChaCha20Matt Caswell
2019-04-16Add test for the BIO_s_mem rdwr->rdonly->rdwr use-caseTomas Mraz
2019-04-16Add testing of RDONLY memory BIOsTomas Mraz
2019-04-16Add test for the BIO_get_mem_ptr() regressionBernd Edlinger