wolfSSL / wolfssl

The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3 and DTLS 1.3!
https://www.wolfssl.com
GNU General Public License v2.0
2.36k stars 834 forks source link

Check Intermediate cert OCSP when using tls1.3 for client side #8115

Closed miyazakh closed 3 weeks ago

miyazakh commented 3 weeks ago

Description

Check CSR in Certificate message sent from Server. Server side will check client certificates by traditional OCSP if enabled

Fixes zd#18141

Testing

reproducible program

Checklist

miyazakh commented 3 weeks ago

retest this please