On Fri, May 23, 2008, karim Bendadda wrote:

> Hi Stephen,
> 
>        I just try it! it works fine! it doesn't appear when lunching openssl
> command: $openssl enc ?
>  How can I implement it using the openssl's EVP API???
> 

It is mentioned in the documentation and the BIO equivalent is to set the flag
BIO_FLAGS_BASE64_NO_NL. See enc and BIO_f_base64() documents. I don't normally
use EVP for base64 encoding, I use a bio chain so don't know about that.

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to