]> git.ipfire.org Git - thirdparty/hostap.git/commit
wolfssl: Implement check_cert_subject
authorJuliusz Sosinowicz <juliusz@wolfssl.com>
Thu, 4 Apr 2024 18:16:24 +0000 (20:16 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 2 Feb 2025 17:17:42 +0000 (19:17 +0200)
commitb870181d4ec3f9b4d0951dc19f6c1344b420b409
tree4777e48842a5d40de615f5f4338ff2d945acfb09
parent5c07e9be0e1c5468a56cdf37fe2ecbaa5fd7b197
wolfssl: Implement check_cert_subject

Overall design was copied from tls_openssl.c. Multiple same
distinguished names in one subject name are not supported.

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