Constant-time utilities
authorEmilia Kasper <emilia@openssl.org>
Thu, 28 Aug 2014 13:33:34 +0000 (15:33 +0200)
committerEmilia Kasper <emilia@openssl.org>
Thu, 28 Aug 2014 15:07:07 +0000 (17:07 +0200)
commite7169a5835390d20057de8a19785982bd6a9b8c8
treefadc99f43fe3c886cea49bbc6024b3aea019cec9
parentabc2dfbcc3f2f03c4870ec95a9c48423c6745b81
Constant-time utilities

Pull constant-time methods out to a separate header, add tests.

Reviewed-by: Bodo Moeller <bodo@openssl.org>
(cherry picked from commit 9a9b0c0401cae443f115ff19921d347b20aa396b)

Conflicts:
test/Makefile
crypto/Makefile
crypto/constant_time_locl.h [new file with mode: 0644]
crypto/constant_time_test.c [new file with mode: 0644]
ssl/Makefile
ssl/s3_cbc.c
test/Makefile