CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/06/01 09:54:28
Modified files: lib/libssl/src/ssl: t1_enc.c Log message: In tls1_setup_key_block(), use the correct IV length for GCM mode, which results in the key block length calculation also being correct. Rename a number of variables so that their purpose becomes clear and simplify some of the code. Inspired by Adam Langley's chromium diffs. ok miod@