415N/A
553N/AUse the test directory as you would for any other JDK regression test
415N/Asuite. All bugs integrated into this workspace should have a
415N/Acorresponding test case checked in. Ideally, every putback done should
415N/Aalso include a run of the regression suite to make sure nothing was
415N/Abroken.
415N/A
415N/A
415N/Atemplates
415N/A=========
415N/AThis directory stores any useful templates for JSSE regression tests.
415N/A
415N/AJSSEClientServerTemplate
415N/A This template is to allow the quick set up of generic
415N/A client/server tests. It forks off one thread to either be the
415N/A client or the server side (user-controlled), then runs the
415N/A tests in the main thread.
415N/A
553N/A Modify the doClientSide and doServerSide as appropriate.
553N/A
553N/A
415N/Aetc
415N/A===
415N/AThis directory stores keystore/truststores needed by the JSSE
415N/Aregression suite. By consolidating the main keystores here, any
415N/Aexpired certificates can be regenerated quickly.
415N/A
415N/A
415N/AExpansions
415N/A==========
415N/APlease feel free to add any useful information here.
415N/A