aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte347-347/+347
2018-12-06Refactor the computation of API version limitsRichard Levitte2-5/+5
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte4-22/+27
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte2-5/+5
2018-12-05Fix some SSL_export_keying_material() issuesMatt Caswell2-13/+37
2018-12-03Add an Ed25519 signature maleability testMatt Caswell1-0/+8
2018-11-27Don't test the collected system errors when configured to not have themRichard Levitte1-0/+3
2018-11-24Avoid test_errstr in a cross compiled configurationRichard Levitte1-0/+9
2018-11-23Add an error message test recipes for system error messagesRichard Levitte1-0/+66
2018-11-20Update copyright yearMatt Caswell14-14/+14
2018-11-15test/siphash_internal_test.c: ensure the SIPHASH structure is zeroedRichard Levitte1-2/+2
2018-11-14Fix no-ec and no-tls1_2Matt Caswell3-35/+46
2018-11-14Fix rpath-related Linux "test_shlibload" failure.Richard Levitte1-8/+19
2018-11-14KMAC implementation using EVP_MACShane Lontis2-0/+102
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni2-2/+2
2018-11-12Add a test for SSL_CTX_set0_CA_list()/SSL_CTX_set_client_CA_list()Matt Caswell1-0/+136
2018-11-12Test use of a brainpool ECDSA certificateMatt Caswell2-397/+495
2018-11-12Add some test brainpool certificatesMatt Caswell3-0/+25
2018-11-12Fix SipHash init order.Richard Levitte1-1/+1
2018-11-10Unbreak SECLEVEL 3 regression causing it to not accept any ciphers.Tomas Mraz3-1/+151
2018-11-08Test: enable internal tests for shared Windows buildsDr. Matthias St. Pierre13-39/+0
2018-11-08Test: link drbgtest statically against libcryptoDr. Matthias St. Pierre2-41/+1
2018-11-05Fix a race condition in drbgtest.cBernd Edlinger1-10/+24
2018-11-05Fix error handling in drbgtest.cBernd Edlinger1-14/+19
2018-11-05Add SUBDIRS settings in relevant build.info filesRichard Levitte1-0/+1
2018-11-05Add poly1305 MAC supportPaul Yang1-0/+20
2018-11-05GMAC implementationPauli2-0/+87
2018-10-30Add a client_cert_cb testMatt Caswell1-0/+94
2018-10-30Have a couple of SipHash test uses the EVP_PKEY methodRichard Levitte1-1/+9
2018-10-30EVP_MAC: Add SipHash implementationRichard Levitte1-1/+1
2018-10-30Make sure at least one HMAC test still uses the EVP_PKEY methodRichard Levitte1-1/+1
2018-10-30Make sure at least one CMAC test still uses the EVP_PKEY methodRichard Levitte1-1/+1
2018-10-29test/evp_test.c: Fixed strcmp() fault in mac_test_init()Richard Levitte1-1/+2
2018-10-29test/evp_test.c: don't misuse pkey_test_ctrl() in mac_test_run()Richard Levitte2-8/+28
2018-10-29Add a test where we reuse the EVP_PKEY_CTX for two HKDF test runsMatt Caswell1-0/+46
2018-10-29Adapt test/evp_test.c to deal with available EVP_MACsRichard Levitte1-20/+172
2018-10-26Add a test for duplicated DTLS recordsMatt Caswell3-26/+96
2018-10-26RAND_add()/RAND_seed(): fix failure on short input or low entropyDr. Matthias St. Pierre1-40/+84
2018-10-25Windows: Produce a static version of the public libraries, alwaysRichard Levitte1-4/+2
2018-10-23RSA security bits calculationPauli1-0/+60
2018-10-19Test DTLS cookie generation and verificationMatt Caswell1-0/+51
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre1-1/+0
2018-10-10Fix no-engineMatt Caswell1-0/+1
2018-10-08Indentation fixes.Pauli1-8/+8
2018-10-08Remove useless check.Mykola Baibuz1-28/+32
2018-10-05test/secmemtest: test secure memory only if it is implementedDr. Matthias St. Pierre1-3/+6
2018-10-04Extend the BIO callback tests to check the return value semanticsMatt Caswell1-28/+89
2018-10-03Refactor util/mkdef.pl for clearer separation of functionalityRichard Levitte1-2/+3
2018-10-03Fix the drbgtest with randomized orderingMatt Caswell1-1/+11
2018-09-28Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...Shane Lontis9-170357/+17719