Basic idea behind explicit IV is to make it unpredictable for attacker.
authorAndy Polyakov <appro@openssl.org>
Sun, 30 Sep 2007 22:01:36 +0000 (22:01 +0000)
committerAndy Polyakov <appro@openssl.org>
Sun, 30 Sep 2007 22:01:36 +0000 (22:01 +0000)
commitd527834a1d2b268725652d8463f86e957274ab33
tree35f2a1b1a2277dbdebd59448560c5d2dedbcac75
parent89c333e3e5af6eb0f1d8986710448ac85116235a
Basic idea behind explicit IV is to make it unpredictable for attacker.
Until now it was xor between CBC residue and 1st block from last datagram,
or in other words still predictable.
ssl/d1_pkt.c