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

Detect 'isascii' at configuration stage #8158

Open redbaron opened 2 weeks ago

redbaron commented 2 weeks ago

Description

Detect 'isascii' at configuration stage

Previously platforms without isascii had to manually indicate it's absence with NO_STDLIB_ISASCII define.

It is trivial to detect function availability, so do that.

Testing

Built on platform with no isascii available

Checklist

wolfSSL-Bot commented 2 weeks ago

Can one of the admins verify this patch?

embhorn commented 1 week ago

@redbaron is approved as a wolfSSL contributor