TLSe
March 30, 2022 ยท View on GitHub
This V library is a wrapper around the great TLSe library providing easy Transport Layer Security.
It is written similar to the OpenSSL module of the V standard library.
Advantages of TLSe over OpenSSL
- Smaller executables
- Easier deployment
- More permissive licenses (public domain, BSD or MIT)
Limitations
libtomcrypt.cdoes currently not compile with TCC
You can still compile this library with TCC by defining theTINYC_TLSE_COMPILEmacro, but it will throw a runtime error when trying to use any TLSe functions.
License
Public domain, BSD, MIT. Choose one.