Fix ssl_cert_set0_chain invalid pointer
[openssl.git] / test /
2016-05-27 Richard Levittemake sure to put quotes around -config argument, in...
2016-05-27 Richard Levitteperl glob: make sure to put quotes around the pattern...
2016-05-27 Matt CaswellAvoid msys name mangling
2016-05-27 Matt CaswellSilence some "may be uninitialized when used" warning
2016-05-27 Matt CaswellAdd a test for printing floating point format specifiers
2016-05-25 Richard Levittebuild.info files: add quotes around any spec that may...
2016-05-23 FdaSilvaYYAdd checks on CRYPTO_set_ex_data return value
2016-05-21 Rich SalzAdd OpenSSL copyright to .pl files
2016-05-20 Matt CaswellAdd an async io test
2016-05-20 Matt CaswellSimplify SSL BIO buffering logic
2016-05-17 Rich SalzCopyright consolidation 02/10
2016-05-16 Andy Polyakovtest/evp_test.c: exercise in-place encryption.
2016-05-16 Rich SalzUse OPENSSL_hexchar2int
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-05-13 Richard LevitteVMS perl: Fix glob output
2016-05-13 Matt CaswellAdd some additional NewSessionTicket tests
2016-05-12 Emilia KasperRemove proxy tests. Add verify callback tests.
2016-05-11 Emilia KasperReplace cipherlist test
2016-05-11 Viktor DukhovniFix i2d_X509_AUX, update docs and add tests
2016-05-09 Dr. Stephen HensonRecognise VERBOSE and V as well as HARNESS_VERBOSE
2016-05-09 FdaSilvaYYfix tab-space mixed indentation
2016-05-06 Andy Polyakovtestlib/OpenSSL/Test.pm: address 5.10 warnings.
2016-05-06 Andy Polyakovtest/evp_test.c: exercise different combinations of...
2016-05-04 Matt CaswellFix the no-tls option
2016-05-03 Dr. Stephen HensonAdd ASN.1 INTEGER tests.
2016-05-03 Dr. Stephen Hensonadd ASN1_INTEGER type to d2i_test
2016-05-03 Dr. Stephen HensonAdd test for CVE-2016-2018
2016-05-02 Todd ShortSecure memory fixes
2016-04-29 Matt CaswellMisc tweaks for EBCDIC based on feedback received
2016-04-29 Matt CaswellFix the tests to work with EBCDIC
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-22 Dr. Stephen Hensonadd test for CVE-2016-2109
2016-04-22 Dr. Stephen HensonIn d2i_test return error for malloc failure.
2016-04-22 Dr. Stephen HensonExtensions to d2i_test.
2016-04-22 Rich SalzUnified copyright for test recipes
2016-04-22 Richard LevitteAdd a best effort test to check shared library consistency
2016-04-20 Rich SalzCopyright consolidation; .pm and Configure
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-20 Rich SalzCopyright consolidation: perl files
2016-04-18 Rich SalzMake string_to_hex/hex_to_string public
2016-04-18 Rich SalzRename some lowercase API's
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.
next