Skip to content

A V wrapper around the great TLSe C library implementing the Transport Layer Security protocol

Notifications You must be signed in to change notification settings

Wertzui123/TLSe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TLSe

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.c does currently not compile with TCC
    You can still compile this library with TCC by defining the TINYC_TLSE_COMPILE macro, but it will throw a runtime error when trying to use any TLSe functions.

License

Public domain, BSD, MIT. Choose one.

About

A V wrapper around the great TLSe C library implementing the Transport Layer Security protocol

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages