Update TLS 1.3

All tls13_server examples passed.
This commit is contained in:
Zhi Guan
2026-05-09 13:17:36 +08:00
parent 4c54385534
commit 2c72cf84b3
9 changed files with 334 additions and 67 deletions

View File

@@ -513,6 +513,7 @@ endif()
if (ENABLE_AES)
message(STATUS "ENABLE_AES is ON")
add_definitions(-DENABLE_AES)
list(APPEND src src/aes.c src/aes_modes.c)
list(APPEND tests aes)
endif()