summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update copyright yearMatt Caswell2018-09-1114-14/+14
* test/evp_extra_test.c: fix null pointer dereferenceDr. Matthias St. Pierre2018-09-101-19/+24
* test/dhtest.c: fix resource leakDr. Matthias St. Pierre2018-09-101-29/+39
* TESTS: add test of decoding of invalid zero length ASN.1 INTEGER zeroRichard Levitte2018-09-093-1/+190
* SipHash: add separate setter for the hash sizeRichard Levitte2018-09-091-8/+15
* TESTS: add SipHash tests with digestsize controlsRichard Levitte2018-09-091-0/+32
* test/evp_test.c: make it possible to use controls with MAC testsRichard Levitte2018-09-091-1/+22
* Do not reset SNI data in SSL_do_handshake()Matt Caswell2018-09-073-34/+39
* Test that we can handle a PHA CertificateRequest after we sent close_notifyMatt Caswell2018-09-071-10/+25
* Test that we can process a KeyUpdate received after we sent close_notifyKurt Roeckx2018-09-071-9/+27
* Add test case for SM2 evp verificationJack Lloyd2018-09-071-0/+79