In the TLS-Details lecture (lecture 04) on slide 19 it says that the required keyblock size for the TLS_RSA_WITH_AES_128_CBC_SHA256 cipher suite is 96 bytes,
(32*2) for MAC keys.
(16*2) for Encryption keys.
But is that correct? wouldn't we also generate the IVs as AES in CBC mode requires them? so the resulting keyblock would be of size 128 bytes.