> hello group,
>  i want to convert a certificate in PEM/DER format to BER format. how do i
> do that ? can you please direct me to the right references?

        DER is a subset of BER. If you have it in DER format, it is in BER format.
If you have it in PEM format, you can convert it to pure binary BER/DER with
the 'openssl' command line tool (-inform pem -outform der).

        DS


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to