Problem with X.509 Extensions

2011-03-28 Thread Gusty
e section containing the # X.509v3 extensions to use: extensions = usr_cert basicConstraints=CA:FALSE subjectKeyIdentifier=hash authorityKeyIdentifier=keyid,issuer authorityInfoAccess = OCSP;URI:http://localhost:8080/test/ocsp I hope someone can help me thanks! -- View this message in context:

Re: X.509 extensions: SubjectAlternativeName,PrivateKeyValidity

2004-03-10 Thread Kenichi MORI
Thank you very much! My problems are likely to be solvable. -- Kenichi MORI Dr. Stephen Henson wrote: >On Thu, Mar 11, 2004, Kenichi MORI wrote: > >> Dear everyone, >> >> Could you tell me about X.509 extensions in OpenSSL ? >> >> 1) >> Can I use Dire

Re: X.509 extensions: SubjectAlternativeName,PrivateKeyValidity

2004-03-10 Thread Dr. Stephen Henson
On Thu, Mar 11, 2004, Kenichi MORI wrote: > Dear everyone, > > Could you tell me about X.509 extensions in OpenSSL ? > > 1) > Can I use DirectoryName(DN) in X.509 extensions "Subject Alternative Name" ? > According to openssl.txt (included doc directory), I can us

X.509 extensions: SubjectAlternativeName,PrivateKeyValidity

2004-03-10 Thread Kenichi MORI
Dear everyone, Could you tell me about X.509 extensions in OpenSSL ? 1) Can I use DirectoryName(DN) in X.509 extensions "Subject Alternative Name" ? According to openssl.txt (included doc directory), I can use "email", "URI", "DNS", "RID" and &qu

X.509 extensions with Net::SSleay

2004-03-04 Thread Manuel Gil Perez
Hello everyone, I'm developing a Perl application and I need to work with X.509 certificates. For this, I need the Net:SSLeay module (Perl extension for usign OpenSSL) but I have a two doubts: 1) I have tried to look up documentation about this module but I haven't found any specified doc (as O

Re: X.509 Extensions

2003-06-27 Thread Dr. Stephen Henson
On Fri, Jun 27, 2003, Jeremy Wiebe wrote: > Thanks for the rapid response! > > The doc/openssl.txt document was exactly what I was looking for. (Guess I > need to spiff up my research skills as that was right in the open there.) > > If I save the certificate to a file on my desktop as a .cer fi

RE: X.509 Extensions

2003-06-27 Thread Jeremy Wiebe
June 27, 2003 1:55 PM To: [EMAIL PROTECTED] Subject: Re: X.509 Extensions On Fri, Jun 27, 2003, Jeremy Wiebe wrote: > Hello all, > > I've been digging around in the openssl-users mailing list looking for a > listing of available X.509 extensions that are valid. I googled a bit for

Re: X.509 Extensions

2003-06-27 Thread Dr. Stephen Henson
On Fri, Jun 27, 2003, Jeremy Wiebe wrote: > Hello all, > > I've been digging around in the openssl-users mailing list looking for a > listing of available X.509 extensions that are valid. I googled a bit for > them and can't seem to find a definitive listing o