Add support for mbedTLS 3.x
authorFabian Keil <fk@fabiankeil.de>
Wed, 9 Oct 2024 06:10:02 +0000 (08:10 +0200)
committerFabian Keil <fk@fabiankeil.de>
Sun, 5 Jan 2025 07:44:03 +0000 (08:44 +0100)
commitb760a67ac8342ddfb0c764f2b8837a0605338faa
treee41c94e5c1895709850d7574f45a38b15387d220
parent4a4d1a7de4c6e89789a46745dfdcf1e64f329193
Add support for mbedTLS 3.x

This removes a sanity check (whether issuer key and issuer certificate
match) that seems overly cautious and fails to compile with mbedTLS
3.x as the struct members are private.

We don't have an equivalent check in the OpenSSL or wolfSSL code either.
ssl.c