Re: DTLS - RFC conform?

2007-10-16 Thread Alex Lam
Hi Vincent, A random number is needed to generate the IV for AES-CBC. Please see top of page 22 of RFC 4346. Alex On 10/16/07, v.miethe <[EMAIL PROTECTED]> wrote: > > Hi all, > > May i'am wrong but: > In function dtls1_enc() iv-size random bytes will be added to input before > encryption. (if bl

DTLS - RFC conform?

2007-10-16 Thread v.miethe
Hi all, May i'am wrong but: In function dtls1_enc() iv-size random bytes will be added to input before encryption. (if block cipher... i know.). In RFC4347 i only found this about encryption. "DTLS block cipher encryption and decryption are performed exactly as with TLS 1.1.". And i think in TLS