]> git.ipfire.org Git - thirdparty/hostap.git/commit
wolfSSL: Fixes for FIPS builds
authorJuliusz Sosinowicz <juliusz@wolfssl.com>
Fri, 29 Apr 2022 14:18:00 +0000 (16:18 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 1 May 2022 14:04:16 +0000 (17:04 +0300)
commit013cd694d9d0ed3e10314b927f1f87a306a084e0
tree2b8b48bea4a4c1fbe81a2a55bccd3446c509c33e
parent9d5f8168fc9ecafbca33573016b6f78bf74da38f
wolfSSL: Fixes for FIPS builds

Some API is not available when using FIPS. We need to allocate memory
and initialize the structs directly.

Signed-off-by: Juliusz Sosinowicz <juliusz@wolfssl.com>
src/crypto/crypto_wolfssl.c
src/crypto/tls_wolfssl.c