wolfssl/cmake
Tobias Frauenschläger af4017132d LMS fixes
* Add support for CMake
* Add support for Zephyr
* Make sure the internal key state is properly handled in case a public
  key is imported into a reloaded private key.

Signed-off-by: Tobias Frauenschläger <tobias.frauenschlaeger@oth-regensburg.de>
2025-02-26 15:33:59 +01:00
..
modules ARIA cipher cmake (#6600) 2023-09-19 10:57:02 -07:00
Config.cmake.in CMAKE: look for pthreads when importing wolfSSL if required 2024-11-07 21:42:11 +00:00
README.md Move the options.h.in template for cmake into new location. Added note about adding new options. 2024-06-03 15:38:36 -07:00
config.in add uintptr_t to config.h fixing curl cmake build error 2024-09-26 10:31:31 -06:00
functions.cmake LMS fixes 2025-02-26 15:33:59 +01:00
include.am Move the options.h.in template for cmake into new location. Added note about adding new options. 2024-06-03 15:38:36 -07:00
options.h.in LMS fixes 2025-02-26 15:33:59 +01:00

README.md

wolfSSL CMake

This directory contains some supplementary functions for the CMakeLists.txt in the root.

See also cmake notes in the INSTALL documentation file.

If new CMake build options are added cmake/options.h.in must also be updated.