summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell
2018-03-15Add some test vectors for testing raw 448/25519 keysMatt Caswell
2018-03-15Add PrivateKeyRaw and PublicKeyRaw support to evp_testMatt Caswell
2018-03-15Update the tests to use the new EVP_PKEY_new_private_key() functionMatt Caswell
2018-03-14Fix no-ecMatt Caswell
2018-03-14Fix test_out_optionPatrick Steuer
2018-03-14Fix clienthellotest for new TLSv1.3 ciphersuite configurationMatt Caswell
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
2018-03-14Use the TLSv1.3 record header as AADMatt Caswell
2018-03-12CONF inclusion test: Add VMS specific testsRichard Levitte
2018-03-12Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders
2018-03-12Don't negotiate TLSv1.3 with the ossl_shimMatt Caswell
2018-03-12Session Ticket app dataTodd Short
2018-03-09Attempt to fix boringssl testsBen Kaduk
2018-03-09Give more information in the SSL_stateless return codeMatt Caswell
2018-03-09Test the new PSK behaviourMatt Caswell
2018-03-08Fix issues in ia32 RDRAND asm leading to reduced entropyBryan Donlan
2018-03-07Remove OPENSSL_USE_NODELETE guards in shlibloadtestMatt Caswell
2018-03-06Fix a bunch of gcc warnings in packettest.cBernd Edlinger
2018-03-05Add support for .include directive in config filesTomas Mraz
2018-03-05Update tests for TLS Ed448Matt Caswell
2018-03-03test/ctype_internal_test.c: portability fixup.Andy Polyakov
2018-03-02Add test vectors for X448 and Ed448Matt Caswell
2018-02-28Do not set a nonzero default max_early_dataBenjamin Kaduk
2018-02-28Adapt 15-test_out_option.t for more than just UnixRichard Levitte
2018-02-28Enable the -out option test on VMS as wellRichard Levitte
2018-02-28Add test cases for this -out option checkPaul Yang
2018-02-27Update copyright yearMatt Caswell
2018-02-26Clear some sslapitest global variables after useMatt Caswell
2018-02-26test/ct_test.c: remove dependency on -lm.Andy Polyakov
2018-02-26Export keying material using early exporter master secretTatsuhiro Tsujikawa
2018-02-23Remove executable bit from test/recipes/03-test_internal_sm4.tBernd Edlinger
2018-02-23Test the storeutl searching optionsRichard Levitte
2018-02-23Test the storeutl expectation optionsRichard Levitte
2018-02-21Use malloc to avoid alignment problems.Viktor Dukhovni
2018-02-21Fix no-ec buildMatt Caswell
2018-02-21VMS: Fix curve448 internal test programRichard Levitte
2018-02-21test/recipes/80-test_pkcs12.t: handle lack of Win32::API.Andy Polyakov
2018-02-20Add tests for newly added constant time functionsMatt Caswell
2018-02-20More style fixes to Curve448 code based on review feedbackMatt Caswell
2018-02-20Fixes for compilation using clangMatt Caswell
2018-02-20Update the curve448 internal test to use testutil.hMatt Caswell
2018-02-20Move curve448_test.c to be a full internal testMatt Caswell
2018-02-19The record version for ClientHello2 should be TLS1.2Matt Caswell
2018-02-19test_ssl_old: avoid empty strings for flagsRichard Levitte
2018-02-15Fix a gcc warning about possible fall throughBernd Edlinger
2018-02-13VMS: for testutil, make sure to use BIO_f_linebufferRichard Levitte
2018-02-13DRBG: make the derivation function the default for ctr_drbgDr. Matthias St. Pierre
2018-02-13Update copyright yearMatt Caswell
2018-02-09Fixes for no-tls1_2 and no-tls1_2-methodMatt Caswell