OpenSSL::Test: Fix directory calculations in __cwd()
[openssl.git] / test / recipes /
2016-06-20 Richard LevitteAdd verification of proxy certs to 25-test_verify.t
2016-06-16 Matt CaswellSkip the TLSProxy tests if environmental problems are...
2016-06-13 Matt CaswellAdd some session API tests
2016-06-13 Emilia KasperPort DTLS version negotiation tests
2016-06-10 Matt CaswellFix no-dtls* builds
2016-06-09 Todd ShortFix session ticket and SNI
2016-06-08 Rich SalzAdd some accessor API's
2016-06-07 Matt CaswellAdd empty record tests
2016-06-07 Matt CaswellAdd an SSL get/set test
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 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 SalzAdd final(?) set of copyrights.
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 CaswellAdd a test for printing floating point format specifiers
2016-05-20 Matt CaswellAdd an async io test
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-04 Matt CaswellFix the no-tls option
2016-05-03 Dr. Stephen HensonAdd ASN.1 INTEGER tests.
2016-05-03 Dr. Stephen HensonAdd test for CVE-2016-2018
2016-04-22 Dr. Stephen Hensonadd test for CVE-2016-2109
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: perl files
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 Richard LevitteDon't check the generated ssl-tests configs on VMS
2016-04-07 Viktor DukhovniSuppress CT callback as appropriate
2016-04-07 Emilia KasperAllow generate_ssl_tests.pl to find testlib
2016-04-06 Matt CaswellFix no-ocsp
2016-04-05 Emilia KasperRename ssltest -> ssltest_old
2016-04-05 Emilia KasperNew SSL test framework
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 Richard LevitteAdapt some test recipes to the newer cmdstr()
2016-03-30 Richard LevitteSince OpenSSL::Test redirects stderr to /dev/null,...
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 CaswellSkip the CMS tests if CMS is disabled
2016-03-21 Matt CaswellFix no-dsa
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 Richard LevitteAdd a test to see that signals are caught as failures
2016-03-18 Matt CaswellFix no-rc2 in the CMS test
2016-03-17 Richard LevitteDon't define OPENSSL_ENGINES in test recipes, do it...
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 Richard LevitteWhen creating directory specs, use srctop_dir rather...
2016-03-11 Matt CaswellSuppress CT warnings in test_ssl
2016-03-09 Richard LevitteFix ct_test to not assume it's in the source directory
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 Richard LevitteDon't run the TLSProxy based tests in native Windows
2016-03-08 Todd ShortGH787: Fix ALPN
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-03 Emilia KasperRefactor ClientHello extension parsing
2016-03-01 Rob PercivalCT policy validation
2016-02-27 FdaSilvaYYGH753: More spelling fix
2016-02-26 Alessandro GhediniImplement new multi-threading API
2016-02-25 Rob PercivalTests for parsing and printing certificates containing...
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-17 Rich SalzRemove JPAKE
2016-02-13 Richard LevitteRemove 00-test_checkexes.t, as it has lost its relevance
2016-02-12 Richard LevitteLet all TLSProxy based tests display debug text conditi...
2016-02-11 Rich SalzRemove TLS heartbeat, disable DTLS heartbeat
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-05 Matt CaswellAdd tests for DTLSv1_listen
2016-02-04 Richard LevitteAdd checks for IPv4 and IPv6 in OpenSSL::Test::Utils...
2016-02-04 Richard LevitteHave 70-test_clienthello.t be selective on when it...
2016-02-03 Richard LevitteRefactoring BIO: add a simple networking test of s_clie...
2016-02-03 Richard LevitteRefactoring BIO: add a test, using test/ssltest
2016-02-01 Viktor DukhovniAdd tests for non-ca trusted roots and intermediates
2016-02-01 Viktor DukhovniCompat self-signed trust with reject-only aux data
2016-02-01 Viktor DukhovniCheck chain extensions also for trusted certificates
next