Convert bntest to TEST_ framework
[openssl.git] / test /
2017-04-26 Rich SalzConvert bntest to TEST_ framework
2017-04-26 Rich SalzConvert dtls_mtu_test, dtlsv1listentest
2017-04-26 Dr. Stephen HensonFix no-ec
2017-04-26 Rich SalzFix unit-tests when no-srp configured
2017-04-26 Rich SalzConvert modular exponentiation tests to new framework
2017-04-26 Matt CaswellAdd tests for version/ciphersuite sanity checks
2017-04-26 Matt CaswellAdd a ciphersuite config sanity check for servers
2017-04-26 Matt CaswellAdd a ciphersuite config sanity check for clients
2017-04-26 Rich Salzevp_test.c: Add PrivPubKeyPair tests
2017-04-25 Andy Polyakovtest: don't make it more complicated than necessary.
2017-04-25 Dr. Stephen HensonAdd PSS certificate signature tests
2017-04-25 Dr. Stephen HensonAdd certificates with PSS signatures
2017-04-25 Richard LevitteTapify libtestutil a bit better
2017-04-25 Richard LevitteAdd include path '..' for libtestutil
2017-04-25 Dmitry BelyavskiySwitch command-line utils to new nameopt API.
2017-04-25 Richard LevitteCorrect some badly formated preprocessor lines
2017-04-25 Richard LevitteTAPify testutil
2017-04-25 Matt CaswellAddress review feedback for the SCTP changes
2017-04-25 Matt CaswellFix issue in 18-dtls-renegotiate.conf.in
2017-04-25 Matt CaswellAdd SCTP testing for 04-client_auth.conf
2017-04-25 Matt CaswellAdd SCTP testing for 11-dtls_resumption.conf
2017-04-25 Matt CaswellAdd SCTP testing to 07-dtls-protocol-version.conf
2017-04-25 Matt CaswellAdd SCTP testing to 18-dtls-renegotiate.conf
2017-04-25 Matt CaswellAdd SCTP testing to 16-dtls-certstatus.conf
2017-04-25 Matt CaswellAdd support to test_ssl_new for testing with DTLS over...
2017-04-24 Richard LevitteAvoid using BIO streams in bioprinttest.c
2017-04-24 Richard LevitteAdapt all test programs
2017-04-24 Richard LevitteVMS: Make sure to include MAIN from static libraries...
2017-04-24 Richard LevitteRefactor the test framework testutil
2017-04-24 Jon SpillettConverted the bio_enc tests to use new test framework.
2017-04-20 Adam LangleySmall primes are primes too.
2017-04-20 Rich SalzIgnore dups in X509_STORE_add_*
2017-04-20 Rich SalzConvert hmactest to new test framework
2017-04-20 Rich Salzfix dh_test.
2017-04-20 Richard LevitteFix test/recipes/95-test_external_krb5.t
2017-04-20 Richard LevitteVMS: remove name mangling guards around inclusion of...
2017-04-19 Todd ShortFix minor compiler issues.
2017-04-19 Rich SalzConvert dhtest, dsatest, cipherbytes_test
2017-04-18 Richard LevitteVMS: Fix internals test programs
2017-04-18 Rich SalzConvert more tests
2017-04-18 Rich SalzUpdate more tests
2017-04-18 Rich SalzConvert more tests to framework
2017-04-18 Rich SalzConvert more tests
2017-04-18 Robbie HarwoodFix formatting of PYCA external test instructions
2017-04-18 Robbie HarwoodUpdate external test README for running krb5
2017-04-18 Robbie HarwoodAdd external krb5 test support
2017-04-17 Rich Salz[squash]Build works with/out NO_ENGINE and NO_AFALG
2017-04-17 Rich SalzConvert afalgtest
2017-04-17 Rich SalzCatch EC_R_UNKNOWN_GROUP in check_unsupported()
2017-04-14 Nicola TuveriReformat evptests.txt
2017-04-14 Nicola TuveriRemove ecdhtest.c
2017-04-14 Nicola Tuveriecdhtest.c: move co-factor ECDH KATs to evptests
2017-04-14 Rich SalzWIP: Convert ui,v3ext,verify_extra_test
2017-04-14 Todd ShortFix unit tests when no-bf configured
2017-04-14 Andy Polyakovtestlib/OpenSSL/Test.pm: keep default input private.
2017-04-13 PauliGuarantee single argument evaluation for test macros.
2017-04-13 PauliUpdate the internal siphash tests to use the framework...
2017-04-13 PauliSplit the CAST tests up.
2017-04-13 Richard LevitteASN.1: adapt our use of INTxx et al by making them...
2017-04-12 Richard LevitteTest printing of ASN.1 types INTxx et al
2017-04-12 Rob PercivalAdd SSL tests for certificates with embedded SCTs
2017-04-12 Rich SalzAddress review feedback (to be squashed)
2017-04-12 Rich SalzConvert x509aux, cipherlist, casttest
2017-04-12 Richard LevitteOpenSSL::Test: supported filtered command output
2017-04-12 Nicola TuveriRemove more stale code in ecdhtest.c
2017-04-12 Nicola Tuveriecdhtest.c: move KATs to evptests.txt
2017-04-12 Nicola TuveriRemove stale code in ecdhtest.c
2017-04-12 Nicola Tuveriecdhtest.c: move NAMED CURVES TESTS to evptests.txt
2017-04-12 PauliUpdate destest to use the test infrastructure
2017-04-12 Richard Levittetest/testutil.c: Flush stdout when running tests
2017-04-12 PauliRemove fprintfs from the poly1305 internal test but...
2017-04-12 PauliUpdate threadstest to use the test framework
2017-04-12 PauliUpdate the internal chacha test to use the framework
2017-04-12 Richard LevitteAdd tests of custom negative 1
2017-04-12 Richard LevitteFix definition of i2d_fn in asn1_encode_test.c
2017-04-12 Richard LevitteIn asn1_encode_test.c, add custom DER encoding checks
2017-04-12 PauliUpdate sanitytest to use the test infrastructure
2017-04-12 Pauli Update ideatest to use the test infrastructure
2017-04-12 PauliUpdate gmdifftime to use the test infrastructure
2017-04-12 PauliUpdate secmemtest and memeleaktest to use the test...
2017-04-12 PauliUpdate d2i_test to use the test infrastructure
2017-04-12 Jon SpillettRemove unused variable. Thanks @pauli-oracle
2017-04-12 Jon SpillettCode review. Split tests up
2017-04-12 Jon SpillettConvert blowfish tests to new framework
2017-04-12 Jon SpillettRemove seed completely...
2017-04-12 Jon SpillettUpdates after code review
2017-04-12 Jon SpillettConvert RSA tests to new framework
2017-04-12 PauliUpdate rc4test to use the test infrastructure
2017-04-12 PauliUpdate rc5test to use the test infrastructure
2017-04-12 PauliUpdate mdc2test to use the test infrastructure
2017-04-12 Pauli Update sha1test to use the test infrastructure
2017-04-12 Pauli Update sha256t and sha512t to use the test infrastructure
2017-04-12 Jon SpillettConvert exdata tests to new test framework
2017-04-11 Matt CaswellConvert clienthellotest for the new test framework
2017-04-11 Matt CaswellConvert asynciotest for the new test framework
2017-04-11 Matt CaswellConvert bad_dtls_test for the new test framework
2017-04-11 Richard LevitteFix int64 test of t_4bytes_4_neg
2017-04-11 Matt CaswellReject decoding of an INT64 with a value >INT64_MAX
2017-04-11 PauliUpdate dtlstest to use the test infrastructure
2017-04-11 PauliUpdate md2test to use the test infrastructure
next