Differences between version 4 and previous revision of X509.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Monday, March 8, 2004 9:10:56 pm | by StuartYeates | Revert |
Older page: | version 3 | Last edited on Thursday, October 16, 2003 10:15:08 pm | by StuartYeates | Revert |
@@ -1,5 +1,5 @@
-X509 is a standard for defining a DigitalCertificate. It is the signing system used for [SSL].
+X509 is a standard for defining a DigitalCertificate. It is the signing system used for [SSL]. The [X509] PublicKey security model is almost completely incompatible with the OpenPGP PublicKey security model, but they serve very different purposes. [X509] is heirarchical and commerce-oriented, whereas [PGP]/[GPG] is massively distributed, very fault tolerant and works using a WebOfTrust
.
Some useful documentation on X509 certificates: http://java.sun.com/products/jdk/1.2/docs/guide/security/cert3.html.
Some information about how to implement X509