3269d85838
Co-authored-by: Alexander Potochkin <alexander.potochkin@oracle.com> Co-authored-by: Alexander Zuev <alexander.zuev@oracle.com> Co-authored-by: Andrew Brygin <andrew.brygin@oracle.com> Co-authored-by: Artem Ananiev <artem.ananiev@oracle.com> Co-authored-by: Alex Strange <astrange@apple.com> Co-authored-by: Bino George <bino@apple.com> Co-authored-by: Christine Lu <christine.lu@oracle.com> Co-authored-by: David Katleman <david.katleman@oracle.com> Co-authored-by: David Durrence <david_durrence@apple.com> Co-authored-by: Dmitry Cherepanov <dmitry.cherepanov@oracle.com> Co-authored-by: Greg Lewis <glewis@eyesbeyond.com> Co-authored-by: Kevin Miller <kevin_m_miller@apple.com> Co-authored-by: Kurt Miller <kurt@intricatesoftware.com> Co-authored-by: Landon Fuller <landonf@plausiblelabs.com> Co-authored-by: Leonid Romanov <leonid.romanov@oracle.com> Co-authored-by: Loefty Walkowiak <loefty@apple.com> Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com> Co-authored-by: Naoto Sato <naoto.sato@oracle.com> Co-authored-by: Philip Race <philip.race@oracle.com> Co-authored-by: Roger Hoover <rhoover@apple.com> Co-authored-by: Scott Kovatch <scott.kovatch@oracle.com> Co-authored-by: Sergey ByloKhov <sergey.bylokhov@oracle.com> Co-authored-by: Mike Swingler <swingler@apple.com> Co-authored-by: Tomas Hurka <tomas.hurka@oracle.com> Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks |
||
---|---|---|
.. | ||
com/sun/net/ssl | ||
etc | ||
javax/net/ssl | ||
sanity | ||
sun/net/www | ||
templates | ||
README |
Use the test directory as you would for any other JDK regression test suite. All bugs integrated into this workspace should have a corresponding test case checked in. Ideally, every putback done should also include a run of the regression suite to make sure nothing was broken. templates ========= This directory stores any useful templates for JSSE regression tests. JSSEClientServerTemplate This template is to allow the quick set up of generic client/server tests. It forks off one thread to either be the client or the server side (user-controlled), then runs the tests in the main thread. Modify the doClientSide and doServerSide as appropriate. etc === This directory stores keystore/truststores needed by the JSSE regression suite. By consolidating the main keystores here, any expired certificates can be regenerated quickly. Expansions ========== Please feel free to add any useful information here.