Constant-time utilities
authorEmilia Kasper <emilia@openssl.org>
Thu, 28 Aug 2014 13:33:34 +0000 (15:33 +0200)
committerJanusz Kozerski <j.kozerski@samsung.com>
Mon, 20 Oct 2014 13:25:35 +0000 (15:25 +0200)
commit1f9227d7f6e6ca3fce2bcedcec2d47bfc84344d1
tree653a2eebeab4b4b1ea6f8bb5c93c555e81500240
parent2552dd3c866f5d42033fbeb87889be276c234d43
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