We should use $SRCDIR in Makefiles
[openssl.git] / test /
2016-03-15 Matt CaswellFix a TLSProxy race condition
2016-03-15 fbrodaGeneral verify options to openssl ts
2016-03-14 Emilia KasperDisable afalg when engine is disabled.
2016-03-12 Rich SalzFix build break; add function declaration
2016-03-12 Richard LevitteWhen creating directory specs, use srctop_dir rather...
2016-03-12 Richard LevitteBecause bn_expand2 is declared non-static, it must...
2016-03-11 Kurt RoeckxReview comments
2016-03-11 Bill CoxAdd blake2 support.
2016-03-11 Rob PercivalSurround ctx_set_ctlog_list_file() with #ifndef OPENSSL...
2016-03-11 Matt CaswellSuppress CT warnings in test_ssl
2016-03-11 Richard LevitteAvoid getting unresolved referense to bn_expand2 in...
2016-03-10 Rob Percivalcheck reviewer --reviewer=emilia
2016-03-10 Matt CaswellNo need to call EVP_CIPHER_CTX_init after EVP_CIPHER_CT...
2016-03-09 Kurt RoeckxUse version flexible method instead of fixed version
2016-03-09 Kurt RoeckxUse minimum and maximum protocol version instead of...
2016-03-09 Kurt RoeckxFix usage of OPENSSL_NO_*_METHOD
2016-03-09 Richard LevitteMake ct_dir and certs_dir static in test/ct_test.c
2016-03-09 Richard LevitteFix ct_test to not assume it's in the source directory
2016-03-09 Rob PercivalMake SCT literals into const variables in ct_test.c
2016-03-09 Rob PercivalRemoves SCT_LIST_set_source and SCT_LIST_set0_logs
2016-03-09 Rob PercivalRemove unnecessary call to SCT_set1_extensions(sct...
2016-03-09 Rob PercivalUse SCT_VERSION_V1 in place of literal 0 in ct_test.c
2016-03-09 Rob PercivalExtensive application of __owur to CT functions that...
2016-03-09 Richard LevitteCT test can't run without EC, so skip it on that algo...
2016-03-09 Richard LevitteFix ct_test to not assume it's in the source directory
2016-03-09 Matt CaswellRemove the old threading API
2016-03-09 Richard LevitteDon't run the TLSProxy based tests in native Windows
2016-03-09 Matt CaswellEnsure CRYPTO_mem_leaks is the last thing we do
2016-03-09 Matt CaswellFix memory leak in ssltest
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_SSL_* to new multi-threading API
2016-03-08 Matt CaswellFix error in ssltest
2016-03-08 Rich SalzFix build; ssltest
2016-03-08 Todd ShortGH787: Fix ALPN
2016-03-07 Rob PercivalMinor update to includes and documentation for ct_test.c
2016-03-07 Rob PercivalRemove OPENSSL_NO_UNIT_TEST guard from ct_test.c
2016-03-07 Rob PercivalFixes memory leaks in CT code
2016-03-07 Richard LevitteMake OpenSSL::Test::setup() a bit more forgiving
2016-03-07 Billy Brumleydocumentation and duplicate goto statements
2016-03-07 Billy Brumleymove ifdef statements
2016-03-07 Billy BrumleyNIST SP800-56A co-factor ECDH KATs
2016-03-07 Matt CaswellFix some clang warnings
2016-03-07 Matt CaswellFix minor errors in the afalg test
2016-03-07 cluceyAdding afalg test
2016-03-05 Richard LevitteChange names of ordinals and libs, libeay => libcrypto...
2016-03-04 Rob PercivalExtends s_client to allow a basic CT policy to be enabled
2016-03-04 Rob PercivalAdds CT validation to SSL connections
2016-03-03 Alessandro GhediniGH355: Implement HKDF
2016-03-03 Emilia KasperRefactor ClientHello extension parsing
2016-03-02 Dr. Stephen HensonGeneralise KDF test in evp_test.c
2016-03-02 Dr. Stephen HensonConvert PRF tests to use Ctrl
2016-03-02 Dr. Stephen HensonAdd Ctrl keyword to KDF test in evp_test
2016-03-01 Rob PercivalCT policy validation
2016-03-01 Rob PercivalVerify SCT signatures
2016-02-29 Matt CaswellFix use before init warnings in asynctest
2016-02-29 Matt CaswellRefactor the async wait fd logic
2016-02-28 Dr. Stephen Hensonskip inappropriate X25519 tests
2016-02-28 Dr. Stephen HensonAdd X25519 test vectors from RFC7748 6.1
2016-02-27 Richard Levittect_test.c doesn't need to include from source top,...
2016-02-27 Rich SalzRemove some old files.
2016-02-27 Ben Laurietestutil.c includes e_os.h.
2016-02-27 FdaSilvaYYGH753: More spelling fix
2016-02-26 Rob PercivalPublic API for Certificate Transparency
2016-02-26 Rob PercivalGH752 ct_test uses testutil, so include that
2016-02-26 Richard LevitteNormalise the include directives in ct_test.c
2016-02-26 Alessandro GhediniImplement new multi-threading API
2016-02-26 Rich SalzUpdate test build/run for unified
2016-02-25 FdaSilvaYYfix "no-engine" build of test fixture
2016-02-25 Rob PercivalTests for parsing and printing certificates containing...
2016-02-23 Andy Polyakovtest/ectest.c: add regression test for RT#4284.
2016-02-23 Andy Polyakovtest/recipes/80-test_ca.t: remove_tree->rmtree to make...
2016-02-22 Richard LevitteUse $disabled{"dynamic-engine"} internally
2016-02-20 Richard LevitteRun the TLSProxy based tests as long as dynamic engines...
2016-02-19 Emilia KasperTLS: reject duplicate extensions
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-17 Rich SalzRemove JPAKE
2016-02-17 Richard LevitteFixup secmemtest for the change of CRYPTO_free() and...
2016-02-14 Rich SalzDon't call cpuid in test; done as init.
2016-02-14 Richard LevitteMake sure to use unsigned char for is*() functions
2016-02-13 Richard LevitteRemove 00-test_checkexes.t, as it has lost its relevance
2016-02-13 Dr. Stephen Hensonfix warnings on 32 bit builds
2016-02-12 Richard LevitteLet all TLSProxy based tests display debug text conditi...
2016-02-12 Richard LevitteRethink logging of test recipes
2016-02-11 Rich SalzRemove TLS heartbeat, disable DTLS heartbeat
2016-02-11 Richard LevitteAdd inclusion directory crypto/include for BN compilations
2016-02-10 Richard LevitteAfter auto init, check that the deprecated functions...
2016-02-10 Rich SalzRename INIT funtions, deprecate old ones.
2016-02-10 Richard Levitteclean away old VMS cruft
2016-02-10 Andy Polyakovx86[_64] assembly pack: add ChaCha20 and Poly1305 modules.
2016-02-10 Richard LevitteSimplify the specification of include dirs in the build dir
2016-02-09 Quanah Gibson-MountGH645: Fix typo: ctificates -> certificates
2016-02-09 Matt CaswellClean up the tests for auto-init/de-init
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2016-02-09 Richard LevitteFix 90-test_networking.t
2016-02-09 Richard LevitteUpdate 90-test-networking.t to do the same checks as...
2016-02-09 Richard Levitteunified build scheme: adjust test framework for out...
2016-02-08 Viktor DukhovniSuppress DANE TLSA reflection when verification fails
2016-02-08 Richard LevitteUse File::Path::rmtree rather than File::Path::remove_tree
2016-02-08 Richard Levittedtlsv1listentest includes e_os.h, reflect that in inclu...
2016-02-06 Kurt RoeckxFix memory leak in dtlsv1listentest
2016-02-06 Viktor DukhovniAllocate bio_err before turning on memleak checks
next