hannestschofenig / mbedtls

An open source, portable, easy to use, readable and flexible SSL library
https://tls.mbed.org
Apache License 2.0
15 stars 8 forks source link

Fix namespacing for TLS 1.3 signature algorithms #353

Closed hanno-becker closed 3 years ago

hanno-becker commented 3 years ago

TLS 1.3 signature algorithms were previously named SIGNATURE_XXX. Rename to MBEDTLS_TLS13_SIG_XXX.