eduardsui / tlse

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

tls_load_root_certificates does not contain TLS_X509_V1_SUPPORT #45

Closed vbickov closed 5 years ago

vbickov commented 5 years ago

I guess TLS_X509_V1_SUPPORT switch should be copied from tls_load_certificates.

eduardsui commented 5 years ago

Yes, I forgot it. I will update it.