On Mon, Jun 26, 2000 at 02:55:35PM +0200, [EMAIL PROTECTED] wrote:
...
> SSL 3.0 ciphers:
> RC4 with 128 bit encryption and MD5 message authentication
> RC4 with 40 bit encryption and MD5 message authentication
> Triple DES with 168 bit encryption and SHA message authentication
> D
Again, thanks for the quick answer
>On Mon, Jun 26, 2000 at 01:11:58PM +0200, [EMAIL PROTECTED] wrote:
>> >the texts for SSLv2 and SSLv3 are the same, this is of no importance.
>> >What you really want is to use the 128bit domestic cipher and the 40bit
>> >cipher as a fallback:
>> >SSL_CTX_
On Mon, Jun 26, 2000 at 01:11:58PM +0200, [EMAIL PROTECTED] wrote:
> >the texts for SSLv2 and SSLv3 are the same, this is of no importance.
> >What you really want is to use the 128bit domestic cipher and the 40bit
> >cipher as a fallback:
> >SSL_CTX_set_cipher_list(ctx, "RC-MD5:EXP-RC4-MD5");
Hello Lutz,
>> the other a Domestic Version. To set the communication right for the
Domestic Version I have to do
>> a
>> SSL_CTX_set_cipher_list(ctx, SSL_TXT_RC4_128_WITH_MD5);
>>
>> If I try to connect with the same code to the Export-Version, the answer
is 0 Bytes long, I have to c
On Mon, Jun 26, 2000 at 12:08:28PM +0200, [EMAIL PROTECTED] wrote:
> the other a Domestic Version. To set the communication right for the Domestic
>Version I have to do
> a
> SSL_CTX_set_cipher_list(ctx, SSL_TXT_RC4_128_WITH_MD5);
>
> If I try to connect with the same code to the Expor