Re: Do you have a X509 implementation ?

David Brownell -- JavaSoft (db@doppio)
Mon, 10 Mar 1997 22:39:20 -0800

Date: Mon, 10 Mar 1997 22:39:20 -0800
From: db@doppio (David Brownell -- JavaSoft)
Message-Id: <199703110639.WAA14201@argon.eng.sun.com>
To: mkirk@cisco.com, mrm@Eng
Subject: Re: Do you have a X509 implementation ?

> Since you're interested in SSL primarily and you're willing to work
> with APIs that will change, check out the Java Web Server beta
> http://jeeves.javasoft.com/products/java-server/webserver/beta1.0/doc/index.html
>
> If you have questions about using the Java Web Server, contact that
> team via the java-server-feedback@java.sun.com alias.

Note that that web page does include the javadox for the
sun.server.x509 package, not available with JDK 1.1 (though
that package is in JDK 1.1).

> > and whether
> > there is any documentation as to how to use them. I am writing
> > experimental rather than release software, so I don't mind if this
> > stuff changes. If the classes are there and can be used, however,
> > this would be helpful to me (in that I wouldn't have to write this
> > stuff myself).
> >
> > > Please do let us know how you want to use the X509v3 APIs from Java,
> > > so if there is a particular profile you require, we learn of that
> > > sooner rather than later

Likewise, if you have feedback about the current X509v1 support!

> > I'm trying to write an SSL client in JAVA. (I'd prefer that to be
> > supported by core Java classes but that's another issue). I can
> > send a client hallo to an SSL server and get back a server hallo, and
> > a server certificate. I need to be able to decode this certificate to
> > continue the dialog.
> >
> > If you have any software to do this, or to support SSL generally, I
> > would be happy to trial it and give feedback.

Try the SSL APIs in the US domestic release of the Java Web Server,
as noted above. Again, API feedback is solicited ... :-)

- Dave