Re: [openssl.org #2787] [PATCH] enc: compress before compress/base64 is applied

2012-05-04 Thread Sebastian Andrzej Siewior
On Sat, Apr 07, 2012 at 03:39:13PM +0200, Sebastian Andrzej Siewior via RT wrote: The command |openssl enc -pass pass:pass -iv 0 -K 0 -S 0 -aes-256-cbc -base64 file file.enc.b64 first performs the encryption followed by base64 encoding. That means the output is base64 encoded as

[openssl.org #2787] [PATCH] enc: compress before compress/base64 is applied

2012-04-07 Thread Sebastian Andrzej Siewior via RT
The command |openssl enc -pass pass:pass -iv 0 -K 0 -S 0 -aes-256-cbc -base64 file file.enc.b64 first performs the encryption followed by base64 encoding. That means the output is base64 encoded as requests. The command |openssl enc -pass pass:pass -iv 0 -K 0 -S 0 -aes-256-cbc -z file