Re: [patch] 56bit cipher handling patch Version B.03

2000-01-07 Thread Bodo Moeller
Lutz Jaenicke [EMAIL PROTECTED]: [...] This patch enhances the SSL/TLS cipher mechanism to correctly handle the TLS 56bit ciphers. Without this patch the 56bit ciphers can be enabled, but the sorting is wrong (visible in client mode, since the first cipher the client lists and that is

Re: [patch] 56bit cipher handling patch Version B.03

2000-01-07 Thread Ben Laurie
Bodo Moeller wrote: Lutz Jaenicke [EMAIL PROTECTED]: [...] This patch enhances the SSL/TLS cipher mechanism to correctly handle the TLS 56bit ciphers. Without this patch the 56bit ciphers can be enabled, but the sorting is wrong (visible in client mode, since the first cipher the

[patch] 56bit cipher handling patch Version B.03

2000-01-04 Thread Lutz Jaenicke
Hi, after stumbling over another cipher-handling bug, I have updated my "cipher handling patch", which reorganizes the construction of the cipher list. Bug Description: When running into an "unexpected" symbol in the cipher selection string, the selection routine runs into an endless loop.