Re: Interoperation with OpenSSL
Peter Gutmann <[email protected]>
| Newsgroups | gmane.comp.encryption.cryptlib |
|---|---|
| Message-ID | <[email protected]> |
Stephan <[email protected]> writes: >I'm using Cryptlib along with OpenSSL and have begun interop testing. Is it >reasonable to expect Cryptlib and OpenSSL to be interchangable when >de/encrypting with one and the other tool? Only if a standard format is used. OpenSSL (as you're using it) is using an undocumented homebrew data format that isn't compatible with anything else in existence. To interoperate with anything else you need to use a standards- conformant format like PKCS #7, CMS, or PGP. (Thanks for the detailed diagnostics, that makes it much easier to spot the problem). Peter. _______________________________________________ Cryptlib mailing list [email protected] via Mail: [email protected] Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/ http://news.gmane.org/gmane.comp.encryption.cryptlib Posts from non-subscribed addresses are blocked to prevent spam, please subscribe in order to post messages.