]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Add TEST_FAIL() calls into OpenSSL bignum operations
authorJouni Malinen <j@w1.fi>
Sun, 27 Mar 2016 22:04:39 +0000 (01:04 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 27 Mar 2016 22:10:31 +0000 (01:10 +0300)
commitf73b167c69dbe79d94cc3b8182b1fc830ecc65d3
treeae1e91cad90b187171c0a5fca789abfae886fbc6
parentbde9a4e3de2051e7cb8a2c8718d89c40050a3524
tests: Add TEST_FAIL() calls into OpenSSL bignum operations

This makes it easier to test error paths in bignum operations in SAE.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/crypto_openssl.c