Differences between version 2 and previous revision of X509.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Thursday, October 16, 2003 9:22:55 pm | by PerryLorier | Revert |
Older page: | version 1 | Last edited on Friday, October 3, 2003 4:32:38 pm | by CraigBox | Revert |
@@ -1,7 +1,11 @@
X509 is a standard for defining a DigitalCertificate. It is the signing system used for [SSL].
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
+* http://www.cs.auckland.ac.nz/~pgut001/pubs/x509guide.txt
+This is also just an interesting read to find out why X509 is such a bizarre standard
Things that use X509 certificates:
* Various code-signing schemes, such as signed Java ARchives, and Microsoft Authenticode.