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 13:48:45 +0000 (15:48 +0200)
commit5a3d21c0585064292bde5cd34089e120487ab687
tree5b0891b45fe5d81aa86fc35fd8e3d14193bb5df1
parentf9fb43e176ad2a914108cd2b403425dc1ebc7262
Constant-time utilities

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

Reviewed-by: Bodo Moeller <bodo@openssl.org>
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