mdarifmustafa / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

vt-crypt: Create API for Reading X.509v3 Certificate Extended Properties #238

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The JSSE X509Certificate object has a very limited interface to certificate
extensions; see section 4.2 of http://www.faqs.org/rfcs/rfc2459.html.  We
have a use case at VT to read the "Certificate Policies" extended
attribute, which is not exposed.  Exposing that and the other extended
attributes of section 4.2 of RFC-2459 via a convenient API would be
generally useful.

Original issue reported on code.google.com by marvin.addison@gmail.com on 6 Apr 2009 at 1:46