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 835 forks source link

ASM: generated code not using uint*_t types #8133

Closed SparkiDev closed 3 weeks ago

SparkiDev commented 3 weeks ago

Description

Don't use uint*_t types as they may not be available.

Testing

Regression tested ASM and SP.

Checklist