> ES-CBC3-MD5  SSLv2 Kx=RSA Au=RSA  Enc=3DES(168) Mac=MD5
> 
> Why does the function SSL_CIPHER_get_bits(ciph,&bit) returns 
> 192 bits instead of 168 bits.
> 
> Where are the 24 bits? Maybe swallowed by Netscape ;-)

64 Bit DES Key = 56 Bit real Key + 8 Bit Parity.

64 * 3 = 192
56 * 3 = 168

You can treat 192 bit encryption as encryption with 24 known 
(and even fixed) bits ;-)

-- 
read you later  -  Holger Reif
------------------------------------ Signaturprojekt Deutsche Einheit
TU Ilmenau - Informatik - Telematik                (Verdamp lang her)
[EMAIL PROTECTED]          Alt wie ein Baum werden, um ueber
Remus.PrakInf.TU-Ilmenau.DE/Reif/    alle 7 Bruecken gehen zu koennen
+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/  |
+-------------------------------------------------------------------------+

Reply via email to