manuel-serrano / bigloo

a practical Scheme compiler
http://www-sop.inria.fr/indes/fp/Bigloo
Other
135 stars 19 forks source link

Document https protocol values tlsv1_2 (TLS 1.2) and tlsv1_1 (TLS 1.1) #21

Closed svenha closed 4 years ago

svenha commented 5 years ago

The bigloo manual describes only tlsv1, but not tlsv1_2 (which is used in hop, for example) and tlsv1_1. Maybe tlsv1_2 should become the new default because all older versions are deprecated.

A new tlsv1_3 might be needed in the near future because the C compiler already reports for bglssl.c that also functions for TLS 1.2 are deprecated.

manuel-serrano commented 4 years ago

Fixed. Thanks. I'm adding the tlsv1_3 support. It will be included in the next commit.