details about DES-CBC3

2000-03-12 Thread Vincent Levesque
Hi,   I've been looking for some details about the DES-CBC3 cipher and I haven't been able to find them on the mailing list archives. Is DES-CBC3 encrypting 3 times with three different keys (EEE) or is it encrypting and decrypting with two keys only (EDE)? If I understand correctly the effe

Re: VC6 - conflict with objidl.h - fixed

1999-11-10 Thread Vincent Levesque
Hi again,   I found my problem, I was simply including a .h file more than once. Sorry about that...   Vince   - Original Message - From: Vincent Levesque To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, November 09, 1999 6:07 PM Subject: VC6

VC6 - conflict with objidl.h

1999-11-09 Thread Vincent Levesque
Hi,   I'm trying to compile some code under Visual C++ v6 and I get the following error messages:   C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\objidl.h(786) : error C2059: syntax error : '('C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\objidl.h(786) : error C2501: 'CRYPTO_

compiling without rsa under windows

1999-11-03 Thread Vincent Levesque
u for your help!   Vincent Levesque [EMAIL PROTECTED]

Using openssl safely...

1999-08-12 Thread Vincent Levesque
g else that is not obvious and could reduce the security of openssl? Thanks in advance, Vincent Levesque __ OpenSSL Project http://www.openssl.org User Support Mailing List[E

General questions about Diffie-Hellman

1999-08-12 Thread Vincent Levesque
hy is that? Also I'd like to know if the Diffie-Hellman parameters can be safely stored as cleartext in a file. (I'm pretty sure they can but I'd like to be 100% sure.) Finally is hardcoding the Diffie-Hellman parameters into an application safe? I'd appreciate any help you c

Re: Using the OpenSSL WITHOUT doing authentication

1999-08-12 Thread Vincent Levesque
ith SSL_ALLOW_ADH (./Configure ... -DSSL_ALLOW_ADH). This enables ADH but doesn't put it into the default cipher list. You then have to set the cipher list to include the ADH ciphers. I think you also need to define DH parameters on the server side and to set the verify policy to SSL_VERIFY_NONE.

Re: ADH ciphers with SSL_ALLOW_ADH - do they work?

1999-08-12 Thread Vincent Levesque
L);" to disable certificates. I think you also need to define DH parameters, at least on the server side, if you want to use ADH. I hope this will help... Vincent Levesque Jeffrey Altman wrote: > I am setting the cipher list on both my client and server > > ADH-DES-CBC3-SHA:ADH-DES

Re: Enabling ADH without disabling RSA

1999-08-12 Thread Vincent Levesque
quot;) to enable it. With that last modification it works correctly. Thanks for the response. Vincent Bodo Moeller wrote: > Vincent Levesque <[EMAIL PROTECTED]>: > > > I'd like to be able to choose between ADH or RSA in my application > > without recompiling th

Re: Re: Library available outside the USA ?

1999-08-06 Thread Vincent Levesque
territory" in those discussions... Thanks in advance... Vincent Levesque (I apologize if this doesn't get included in the correct thread, I replied to this message from the message archive...) From: Paul Preziosi Subject: Re: Library avail

Re: compiling without rsa under windows

1999-01-03 Thread Vincent Levesque
nyway. BTW I was in fact compiling without a number of ciphers (no-rsa, no-rc2, no-rc4, etc.). Thanks again!   Vincent - Original Message - From: Vincent Levesque To: [EMAIL PROTECTED] Sent: Wednesday, November 03, 1999 11:07 PM Subject: compiling without rsa