Changeset 23

Show
Ignore:
Timestamp:
07/06/07 13:34:25 (5 years ago)
Author:
ppal
Message:

documentation fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pb/src/com/bbn/pb/ValidateX509TrustManager.java

    r4 r23  
    8888                + "validated for the following conditions:\n" 
    8989                + "<ol>" 
    90                 + "<li> Certificate validity - cert is not too early or too late." 
     90                + "<li> Certificate validity - cert has expired or has creation time in the future." 
    9191                + "<li> Trusted CA - certificate is signed by a trusted CA." 
    9292                + "<br> Currently, the list of the trusted CA is imported from that of the JRE. \n" 
    93                 + "<li> Host Name of the server is same as the CN in the certificate." 
     93                + "<li> Host Name of the server is the same as the CN in the certificate." 
    9494                + "<li> CA DN in the cert matches that of the history data base." 
    9595                + "<li> Crypto Check"