pkiutilities/ocsp/test/readme.txt
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 
       
     2 This directory contains all the source code and associated data for testing the
       
     3 OCSP module against external OCSP servers.
       
     4 
       
     5 The executable is called TOCSP.EXE.  It takes the name of a command script as a
       
     6 parameter, followed by the name of the log file.  If the third paramteter "OOM"
       
     7 is specified, it runs out of memory tests on the script.
       
     8 
       
     9 This command file must be unicode.  Commands for this file are described in
       
    10 command.cpp
       
    11 
       
    12 Several command files are given, for testing against different servers:
       
    13 
       
    14 scripts\XCert.txt
       
    15 
       
    16   Tests against the XCert OCSP server running internally within Symbian
       
    17   (lon-ocsp01) on http://10.35.2.47:445/ocsp.xuda
       
    18 
       
    19 scripts\XCert-local.txt
       
    20 
       
    21   Tests against logged responses from the XCert OCSP server.  These tests
       
    22   include almost all of the functionality in the XCert.txt script, but can be
       
    23   run without a network connection.  The responses were produced by running the
       
    24   XCert-logging.txt script.
       
    25 
       
    26 scripts\OpenSSL-local.txt
       
    27 
       
    28   Tests against logged requests and responses from an OpenSSL OCSP server.  The
       
    29   responses were produced by running the OpenSSL-logging.txt script in
       
    30   conjunction with a local OpenSSL server, run using the scripts in
       
    31   server/OpenSSL.
       
    32 
       
    33 scripts\Error.txt
       
    34 
       
    35   Tests against a set of pre-computed erroneous OCSP responses, that have been
       
    36   hand-produced (signatures for these come from the 'resign' utility in a
       
    37   subdirectory of this directory)
       
    38 
       
    39 scripts\Valicert.txt
       
    40 
       
    41   These tests are no longer run.  They used to use a Valicert OCSP server
       
    42   running internally within Symbian (cam-security.intra) on 10.178.2.2:133
       
    43 
       
    44 scripts\CertCo.txt
       
    45 
       
    46   These tests are no longer run.  They use to a CertCo OCSP server, hosted by
       
    47   CertCo, on 208.222.33.18:80/ocspv1
       
    48 
       
    49 These files are copied to Z:\system\tocsp\scripts\. on the EPOC device as part
       
    50 of 'abld test export'.  This also copies across all the appropriate test data.
       
    51 
       
    52 TOCSP sets CACerts.dat itself - you don't need to set it, and the existing one
       
    53 gets trashed.