aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-06347-347/+347
* Refactor the computation of API version limitsRichard Levitte2018-12-062-5/+5
* Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte2018-12-064-22/+27
* Switch future deprecation version from 1.2.0 to 3.0Richard Levitte2018-12-062-5/+5
* Fix some SSL_export_keying_material() issuesMatt Caswell2018-12-052-13/+37
* Add an Ed25519 signature maleability testMatt Caswell2018-12-031-0/+8
* Don't test the collected system errors when configured to not have themRichard Levitte2018-11-271-0/+3
* Avoid test_errstr in a cross compiled configurationRichard Levitte2018-11-241-0/+9
* 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