Jeremy R. wrote:
> 
> ... I'd like to be able to use the openssl command-line utility  
> to generate messages manually during development.
> 

Hello Jeremy

You can see my code at http://sourceforge.net/projects/as2openssl/files/ and
all is done using the command line openssl.  I found quite ok since the time
of the database library for mysql from within perl.  It was way more coding
using the library than mere qx// to the command line mysql program.

The command line openssl smime does it very easy and there are few thing to
watch inside non windows environments, which could be (1) the
canonicalization, or ending every line as in windows (\r\n).  I personally
prefer the base64 enconding made by openssl smime (PEM).  It also produces
binary (DER).

Hope it helps

-- 
View this message in context: 
http://www.nabble.com/Best-format-for-enveloped---signed-content-tp24544306p24560144.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to