Changeset 23
- Timestamp:
- 07/06/07 13:34:25 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/pb/src/com/bbn/pb/ValidateX509TrustManager.java
r4 r23 88 88 + "validated for the following conditions:\n" 89 89 + "<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." 91 91 + "<li> Trusted CA - certificate is signed by a trusted CA." 92 92 + "<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." 94 94 + "<li> CA DN in the cert matches that of the history data base." 95 95 + "<li> Crypto Check"
