Re: Multiple encrypt / decrypt with same BIO

2006-03-11 Thread Manuel Arguelles
Yes, I'm aware of that, what I want to do is: 1. generate a key 2. encrypt string of 256 chars with 0's to BIO_s_null 100 times 3. encrypt the real data the problem is in step 2 to 3, It seems that I can't BIO_write to BIO_s_null (or mem or buffer or /dev/null), BIO_flush, then pop null and push f

Re: Multiple encrypt / decrypt with same BIO

2006-03-11 Thread Dr. Stephen Henson
On Sun, Mar 12, 2006, Manuel Arguelles wrote: > Hello list, > > I have been using RC4 to encrypt some files, everything is working ok, the > problem is that I have been reading and it seems that the best way to add > extra security to RC4 is to encrypt some data and throw it away before > encrypt

Multiple encrypt / decrypt with same BIO

2006-03-11 Thread Manuel Arguelles
Hello list, I have been using RC4 to encrypt some files, everything is working ok, the problem is that I have been reading and it seems that the best way to add extra security to RC4 is to encrypt some data and throw it away before encrypting the real one, at least 12*256 bytes, so it's internals

Don Dhondt/US/BULL is out of the office.

2006-03-11 Thread Don . Dhondt
I will be out of the office starting 03/11/2006 and will not return until 03/15/2006. __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@opens

Re: Encrypt in Java and decrypt in Openssl (and vice versa)

2006-03-11 Thread uno wand
From: "Dr. Stephen Henson" <[EMAIL PROTECTED]> The block size of AES is 128 bits, you therefore need 16 characters or 32 hex digits in the IV. Steve. -- Thanks for the reply, I figured that out earlier too, by re-reading the documentation I have on hand. I always had the impression that if

stunnel 4.15 released

2006-03-11 Thread Michal Trojnara
Version 4.15, 2006.03.11, urgency: LOW: * Release notes - There are a lot of new features in this version. I recommend to test it well before upgrading your mission-critical systems. * Bugfixes - Fix for pthreads on Solaris 10 (thx to Hans Werner Strube <[EMAIL PROTECTED]>). - Atte

Re: Encrypt in Java and decrypt in Openssl (and vice versa)

2006-03-11 Thread Dr. Stephen Henson
On Sat, Mar 11, 2006, uno wand wrote: > Thanks for replying. I have been verifying, and re-verifying that my key > and IV > are in fact the same in both C and Java. The hex printout of the key and IV > are exactly the same. > > Original Text: "This is a test" > > The hex print of Java cipher t

Re: command line for cert with cipher DHE-RSA-AES256-SHA

2006-03-11 Thread Dr. Stephen Henson
On Sat, Mar 11, 2006, xstation (sent by Nabble.com) wrote: > > what is the command line for ceartating a cert with these ciphers > DHE-RSA-AES256-SHA > as in > > see foot of document > Any certificate carrying an RSA key is suitable, but you must also supply a set of DH parameters to the serv

command line for cert with cipher DHE-RSA-AES256-SHA

2006-03-11 Thread xstation (sent by Nabble.com)
what is the command line for ceartating a cert with these ciphers DHE-RSA-AES256-SHA as in see foot of document http://www.noreply.org/tls/cert-mail2.frell.eu.org.txt -- View this message in context: http://www.nabble.com/command-line-for-cert-with-cipher-DHE-RSA-AES256-SHA-t1263759.html#a335