eduardsui / tlse

Single C file TLS 1.2/1.3 implementation, using tomcrypt as crypto library
Other
545 stars 90 forks source link

build examples with cmake and modern compilers (clang-18 and gcc-14) #100

Closed dpronin closed 1 month ago

dpronin commented 1 month ago

Is there anyone who can take a look?

eduardsui commented 1 month ago

The idea of adding CMake or makefiles for everything is a little bit against "single-C-file" idea. TLSe is meant to just be added to your project, not to be built as a stand-alone library. However, the compilation warning issues could be added to the main branch.