On Wed, Jul 05, 2000 at 12:50:20PM -0400, Gotfried, Colette wrote:
> Hello,
>
> I am new in that domain. The product I am working on uses openSSL. For some
> reason, we cannot support Verisign certificates.
> I heard it is because Verisign stopped using PEM format, and is now using
> PKCS. Does openSSL support PKCS? if so, in which version?
Always use the current version of OpenSSL.
PEM as used by OpenSSL is just an "envelope" around all sorts of other
formats, including PKCS.
For example a PEM file might contain the ASCII text:
-----BEGIN PKCS12-----
<a block of Base64 encoded PKCS12 data>
-----END PKCS12-----
So, yes, OpenSSL supports PKCS. Someone else has already confirmed that
Verisign certificates work fine with OpenSSL.
--
-------------------------------------------------------------------------------
Ooh, it's 'orrible being in love when you're eight and a half.
I've got your picture on my wall and your name upon my scarf.
-------------------------------------------------------------------------------
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]