Skip to content

tothpaul/Delphi.TinyTLS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Delphi.TinyTLS

Tiny Delphi TLS 1.2 implementation for Windows

this project is just an exploration of TLS protocol.

the goal of the code is not to be secure or performant, but to be comphensible.

use it at your own risk ;)

you can use the either TinyTLS or SChannel engine, the TLS Fragments are readed by FTLSReader in both cases and the Debug unit can displays the protocol details (see $DEFINE TLS_DEBUG)

  • 02/27/2025: added SChannel Engine, note that TinyTLS uses BCrypt.dll available only since Windows 10
  • 03/06/2025: TLS 1.3 with SChannel under Windows 11

About

Tiny Delphi TLS 1.2 implementation for Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages