eduardsui / tlse

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

Cannot compile with TLS_ACCEPT_SECURE_RENEGOTIATION #52

Closed ronaaron closed 3 years ago

ronaaron commented 4 years ago

Complains about 'buf' not defined.

eduardsui commented 3 years ago

Secure renegotiation was dropped .

As of 2020, TLS renegotiation is no more because it was insecure.

I will remove all renegotiation-related code.

eduardsui commented 3 years ago

Updated, but not supported anymore. Do not use "secure renegotiation, it may be broken".