aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Add an error message test recipes for system error messagesRichard Levitte2018-11-231-0/+66
* Update copyright yearMatt Caswell2018-11-2014-14/+14
* test/siphash_internal_test.c: ensure the SIPHASH structure is zeroedRichard Levitte2018-11-151-2/+2
* Fix no-ec and no-tls1_2Matt Caswell2018-11-143-35/+46
* Fix rpath-related Linux "test_shlibload" failure.Richard Levitte2018-11-141-8/+19
* KMAC implementation using EVP_MACShane Lontis2018-11-142-0/+102
* Added missing signature algorithm reflection functionsViktor Dukhovni2018-11-122-2/+2
* Add a test for SSL_CTX_set0_CA_list()/SSL_CTX_set_client_CA_list()Matt Caswell2018-11-121-0/+136
* Test use of a brainpool ECDSA certificateMatt Caswell2018-11-122-397/+495
* Add some test brainpool certificatesMatt Caswell2018-11-123-0/+25
* Fix SipHash init order.Richard Levitte2018-11-121-1/+1
* Unbreak SECLEVEL 3 regression causing it to not accept any ciphers.Tomas Mraz2018-11-103-1/+151
* Test: enable internal tests for shared Windows buildsDr. Matthias St. Pierre2018-11-0813-39/+0
* Test: link drbgtest statically against libcryptoDr. Matthias St. Pierre2018-11-082-41/+1
* Fix a race condition in drbgtest.cBernd Edlinger2018-11-051-10/+24
* Fix error handling in drbgtest.cBernd Edlinger2018-11-051-14/+19
* Add SUBDIRS settings in relevant build.info filesRichard Levitte2018-11-051-0/+1
* Add poly1305 MAC supportPaul Yang2018-11-051-0/+20
* GMAC implementationPauli2018-11-052-0/+87
* Add a client_cert_cb testMatt Caswell2018-10-301-0/+94
* Have a couple of SipHash test uses the EVP_PKEY methodRichard Levitte2018-10-301-1/+9
* EVP_MAC: Add SipHash implementationRichard Levitte2018-10-301-1/+1
* Make sure at least one HMAC test still uses the EVP_PKEY methodRichard Levitte2018-10-301-1/+1
* Make sure at least one CMAC test still uses the EVP_PKEY methodRichard Levitte2018-10-301-1/+1
* test/evp_test.c: Fixed strcmp() fault in mac_test_init()Richard Levitte2018-10-291-1/+2
* test/evp_test.c: don't misuse pkey_test_ctrl() in mac_test_run()Richard Levitte2018-10-292-8/+28
* Add a test where we reuse the EVP_PKEY_CTX for two HKDF test runsMatt Caswell2018-10-291-0/+46
* Adapt test/evp_test.c to deal with available EVP_MACsRichard Levitte2018-10-291-20/+172
* Add a test for duplicated DTLS recordsMatt Caswell2018-10-263-26/+96
* RAND_add()/RAND_seed(): fix failure on short input or low entropyDr. Matthias St. Pierre2018-10-261-40/+84
* Windows: Produce a static version of the public libraries, alwaysRichard Levitte2018-10-251-4/+2
* RSA security bits calculationPauli2018-10-231-0/+60
* Test DTLS cookie generation and verificationMatt Caswell2018-10-191-0/+51
* DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre2018-10-161-1/+0
* Fix no-engineMatt Caswell2018-10-101-0/+1
* Indentation fixes.Pauli2018-10-081-8/+8
* Remove useless check.Mykola Baibuz2018-10-081-28/+32
* test/secmemtest: test secure memory only if it is implementedDr. Matthias St. Pierre2018-10-051-3/+6
* Extend the BIO callback tests to check the return value semanticsMatt Caswell2018-10-041-28/+89
* Refactor util/mkdef.pl for clearer separation of functionalityRichard Levitte2018-10-031-2/+3
* Fix the drbgtest with randomized orderingMatt Caswell2018-10-031-1/+11
* Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...Shane Lontis2018-09-289-170357/+17719
* Fix no-tls1_2Matt Caswell2018-09-251-1/+3
* Add a test for the certificate callbackMatt Caswell2018-09-212-1/+98
* Trivial test improvementsTobias Nießen2018-09-181-2/+2
* Add a compile time test to verify that openssl/rsa.h and complex.h canPauli2018-09-172-1/+31
* VMS libtestutil: look for lower case "main"Richard Levitte2018-09-141-2/+2
* VMS: turn on name mangling for all our programsRichard Levitte2018-09-147-72/+0
* Add an explicit cast to time_tMatt Caswell2018-09-131-2/+2
* FIPS 140-2 IG A.9 XTS key check.Pauli2018-09-121-0/+1