thanks
ganesh
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openss...@openssl.org
Automated List Manager majo...@openssl.org
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