]> git.ipfire.org Git - thirdparty/openssl.git/history - test
Make many X509_xxx types opaque.
[thirdparty/openssl.git] / test /
2016-04-15  Rich SalzMake many X509_xxx types opaque.
2016-04-14  Matt CaswellFix no-stdio and no-autoalginit
2016-04-14  Matt CaswellFix AFALG kernel and headers mismatch problem
2016-04-14  Viktor DukhovniDon't use deprecated CONF_modules_free() in tests
2016-04-13  Matt CaswellFix no-tls1_1 and no-tls1_2
2016-04-11  Matt CaswellFix the no-tls option
2016-04-11  Matt CaswellFix the no-nextprotoneg option
2016-04-09  Emilia KasperFix warnings exposed by clang-3.8
2016-04-09  Richard LevitteDon't check the generated ssl-tests configs on VMS
2016-04-09  Richard LevitteVMS doesn't have directory separators in the same sense...
2016-04-09  Matt CaswellMake DH opaque
2016-04-07  Andy Polyakovtest/[dane|evp_]test.c: BIO-fy file I/O.
2016-04-07  Viktor DukhovniSuppress CT callback as appropriate
2016-04-07  Richard LevitteOpenSSL::Test: when moving directory, affect env as...
2016-04-07  Emilia KasperAllow generate_ssl_tests.pl to find testlib
2016-04-07  Richard LevitteBetter use BIO_snprintf() than snprintf(), in case...
2016-04-06  Richard LevitteMake the RSA structure opaque
2016-04-06  Matt CaswellFix no-ocsp
2016-04-06  FdaSilvaYYAdd missing mem leak test activation and checks
2016-04-05  Emilia KasperRename ssltest -> ssltest_old
2016-04-05  Emilia Kaspertestutil: return 1 on success
2016-04-05  Emilia KasperNew SSL test framework
2016-04-04  Rich SalzRevert "various spelling fixes"
2016-04-04  FdaSilvaYYvarious spelling fixes
2016-04-04  Emilia KasperFix memory leaks in ASN.1
2016-04-03  Viktor DukhovniMove peer chain security checks into x509_vfy.c
2016-04-02  Matt CaswellMake DSA_METHOD opaque
2016-04-02  Matt CaswellMake the DSA structure opaque
2016-04-02  Richard LevitteAdapt some test recipes to the newer cmdstr()
2016-04-02  Richard LevitteEnhance OpenSSL::Test::cmdstr to give cmd string variants
2016-03-31  Andy Polyakovcrypto/blake2: make lowest-level function handle multip...
2016-03-31  Richard LevitteOpenSSL::Test: have cmdstr() return the true command.
2016-03-31  Richard LevitteWhen looking for executables, don't forget the extension
2016-03-30  Richard LevitteWhen verbosity is requested, OpenSSL::Test::run() displ...
2016-03-30  Richard LevitteHave OpenSsl..Test::app() and friends look for file...
2016-03-30  Richard LevitteSince OpenSSL::Test redirects stderr to /dev/null,...
2016-03-30  Richard LevitteAdd the option 'interpreter_args' to perlapps() and...
2016-03-30  Viktor DukhovniRequire intermediate CAs to have basicConstraints CA...
2016-03-27  Kurt RoeckxAdd session reuse tests.
2016-03-27  Richard LevitteMath::BigInt does floored divs, BN_div does truncated...
2016-03-21  Matt CaswellFix no-sock
2016-03-21  Matt CaswellFix no-scrypt
2016-03-21  Matt CaswellSkip the CMS tests if CMS is disabled
2016-03-21  Matt CaswellFix no-dsa
2016-03-21  Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-21  Todd ShortFix ALPN - more fixes
2016-03-19  Richard LevitteDon't perform tsa tests if configured "no-ts"
2016-03-18  Matt CaswellFix no-des
2016-03-18  Matt CaswellFix no-cmac
2016-03-18  Richard LevitteAdd a test to see that signals are caught as failures
2016-03-18  Richard LevitteMake OpenSSL::Test::run() sensitive to signals
2016-03-18  Matt CaswellFix no-rc2 in the CMS test
2016-03-17  Rich SalzRemove Netware and OS/2
2016-03-17  Richard LevitteDon't define OPENSSL_ENGINES in test recipes, do it...
2016-03-17  Rich SalzSort cipher-list at runtime.
2016-03-16  Matt CaswellSome platforms provide getcontext() but it does not...
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...
next