Ensure we unpad in constant time for read pipelining
authorMatt Caswell <matt@openssl.org>
Tue, 16 Aug 2016 13:07:29 +0000 (14:07 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 16 Aug 2016 15:53:17 +0000 (16:53 +0100)
commitf9cf774cbd31c3498ade4574c3b0ae6cb9773e28
tree66a702057d8ae72428262ac79a97c9dfdfd2d24f
parent0f022f5a2201a591da7d373ebeeb7d29bdcaf95a
Ensure we unpad in constant time for read pipelining

The read pipelining code broke constant time unpadding. See GitHub
issue #1438

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/record/ssl3_record.c