Fix comment
[openssl.git] / test /
2016-06-13 Richard LevitteShorten some symbol names
2016-06-13 Matt CaswellUpdate sslapitest to use the test framework
2016-06-13 Matt CaswellAdd some session API tests
2016-06-13 Emilia KasperSSL test: only write out server2 when testing SNI
2016-06-13 Matt CaswellHandle inability to create AFALG socket
2016-06-13 Emilia KasperPort DTLS version negotiation tests
2016-06-13 Emilia KasperClean up following new SNI tests
2016-06-13 Rich SalzRT3809: basicConstraints is critical
2016-06-10 Matt CaswellFix no-dtls* builds
2016-06-09 Emilia KasperRT 4242: reject invalid EC point coordinates
2016-06-09 Todd ShortFix session ticket and SNI
2016-06-08 Jeffrey WaltonFixes to get -ansi working
2016-06-08 Rich SalzAdd some accessor API's
2016-06-07 Matt CaswellAdd empty record tests
2016-06-07 Matt CaswellAdd a BN_mod_word test()
2016-06-07 Matt CaswellAdd an SSL get/set test
2016-06-06 Richard Levittetests: fix the shutting up of the shell
2016-06-06 Matt CaswellDeprecate the flags that switch off constant time
2016-06-06 Richard Levittetests: Shut the shell up unless verbose
2016-06-05 Viktor DukhovniSilence misleading test_abort stderr output
2016-06-04 Richard LevitteMake 25-test_gen.t and 25-test_req.t into one
2016-06-04 Richard LevitteHave some more test recipes clean up after themselves
2016-06-03 Richard LevitteGenerate simple build test files
2016-06-03 Richard Levittetests: clean up temporary SSL session files.
2016-06-03 Emilia KasperUpdate client authentication tests
2016-06-02 Richard LevitteTesting symbol presence: also take note of small objects
2016-06-01 Rich SalzRemove/rename some old files.
2016-06-01 Rich SalzAdd final(?) set of copyrights.
2016-06-01 Rich SalzRT4337: Crash in DES
2016-05-30 Richard Levitteperl: use the 'if' module to conditionally load File...
2016-05-29 Andy PolyakovConfigure,test/recipes: "pin" glob to File::Glob::glob.
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
next