eduardsui / tlse

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

Add #ifdefs for disabling default features. #21

Closed sesse closed 6 years ago

sesse commented 6 years ago

This allows disabling e.g. legacy TLS support with a preprocessor definition, instead of having to modify tlse.h (which makes upgrades harder).