summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2018-04-037-7/+7
* Make sure we use a nonce when a nonce is requiredKurt Roeckx2018-04-011-0/+63
* Fix a gcc-8 warning -Wcast-function-typeBernd Edlinger2018-03-311-2/+2
* Refuse to run test_cipherlist unless shared library matches buildRichard Levitte2018-03-313-1/+31
* Fix a possible crash in BN_from_montgomery_wordBernd Edlinger2018-03-311-3/+15
* Faster fuzz test: teach the fuzz test programs to handle directoriesRichard Levitte2018-03-291-5/+5
* Tolerate a Certificate using a non-supported group on server sideMatt Caswell2018-03-282-397/+506
* Revert "Temporarily disable some tests that hang"Matt Caswell2018-03-281-4/+0
* Temporarily disable some tests that hangMatt Caswell2018-03-271-0/+4
* test/test_test.c: add CRYPTO_memcmp regression test.Andy Polyakov2018-03-271-0/+5
* test/shlibloadtest.c: make some variables block localRichard Levitte2018-03-231-2/+3
* test/shlibloadtest.c: fix various errorsRichard Levitte2018-03-231-4/+4
* Include "internal/dso_conf.h" where needed and appropriateRichard Levitte2018-03-232-1/+2
* aes ctr_drbg: add cavs testsPatrick Steuer2018-03-215-1/+170696
* Add dladdr() for AIXMatthias Kraft2018-03-202-4/+51
* Reduce the verbosity of test_storeMatt Caswell2018-03-201-33/+38
* Update copyright yearMatt Caswell2018-03-2029-29/+29
* Fix: drbgtest fails when tests are executed in random orderDr. Matthias St. Pierre2018-03-191-1/+16
* Don't generate buildtest_*err.cRichard Levitte2018-03-191-0/+2
* Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte2018-03-1913-58/+127
* Fix no-sm2Matt Caswell2018-03-191-0/+23
* Fix no-posix-io compile failureMatt Caswell2018-03-191-1/+1
* Fix no-pskMatt Caswell2018-03-191-0/+10
* Apply system_default configuration on SSL_CTX_new().Tomas Mraz2018-03-194-1/+94
* Add a multithread rand testKurt Roeckx2018-03-191-0/+89
* Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLENJack Lloyd2018-03-191-1/+6
* Support SM2 ECIES scheme via EVPJack Lloyd2018-03-191-0/+5
* Add SM2 signature and ECIES schemesJack Lloyd2018-03-194-0/+510
* Fix bio callback backward compatibilityBernd Edlinger2018-03-193-0/+134
* Fix no-ecMatt Caswell2018-03-192-1/+2
* Add a test for 0RTT replay protectionMatt Caswell2018-03-191-0/+57
* Always call the new_session_cb when issuing a NewSessionTicket in TLSv1.3Matt Caswell2018-03-191-4/+9
* Stop test/shlibloadtest.c from failing in a regression testRichard Levitte2018-03-191-1/+13
* Fix miscellaneous typos in docs and sourceDr. Matthias St. Pierre2018-03-171-1/+1
* Propagate the request for prediction resistance to the get entropy callKurt Roeckx2018-03-171-9/+11
* Add code to run test, get malloc countsRich Salz2018-03-151-0/+17
* Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell2018-03-151-4/+4
* Add some test vectors for testing raw 448/25519 keysMatt Caswell2018-03-151-0/+79
* Add PrivateKeyRaw and PublicKeyRaw support to evp_testMatt Caswell2018-03-151-2/+45
* Update the tests to use the new EVP_PKEY_new_private_key() functionMatt Caswell2018-03-151-22/+8
* Fix no-ecMatt Caswell2018-03-141-0/+1
* Fix test_out_optionPatrick Steuer2018-03-141-1/+2
* Fix clienthellotest for new TLSv1.3 ciphersuite configurationMatt Caswell2018-03-141-1/+3
* Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell2018-03-1412-50/+76
* Use the TLSv1.3 record header as AADMatt Caswell2018-03-143-17/+19
* CONF inclusion test: Add VMS specific testsRichard Levitte2018-03-123-1/+19
* Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders2018-03-121-2/+17
* Don't negotiate TLSv1.3 with the ossl_shimMatt Caswell2018-03-121-0/+6
* Session Ticket app dataTodd Short2018-03-129-1/+331
* Attempt to fix boringssl testsBen Kaduk2018-03-091-1/+1