@(#)README	1.1 96/10/05

This directory contains the basic regression tests for the X.509 public key
certificate package.  There are two ways to run it:

    * Through the standard Java test harness.  Start with the
      file "Harness.html".

    * Manually, through the Makefile included.  Just type "make".

You should browse starting with "Harness.html" in any case even if you're
not using the test harness; it explains what's going on in all the tests!

    
You should run this test with the JSAFE package available, giving you Java
bindings for BSAFE (or some other cryptographic library providing legal
access to RSA signature algorithms).

However, you can run it using using just the DSA algorithms shipped with
the JDK.  Either ignore RSA-related failures, or type "make dsa-subset".


NOTE that if you make a change which passes the DSA subset test, but
which breaks the full test suite, you must fix the problem.  This is
why the default is to require the full test suite.
