This commit is contained in:
Your Name 2017-10-30 21:05:22 +01:00
parent a26f1498b2
commit d460c307b1

View file

@ -14,7 +14,7 @@ requests the server name to talk with during the TLS handshake.
The project is similar to others, such as stunnel or stud, but uses our TLS The project is similar to others, such as stunnel or stud, but uses our TLS
implementation written in the memory-safe language OCaml, instead of one written implementation written in the memory-safe language OCaml, instead of one written
in C. The backend web servers don't need TLS support, in C. The backend web servers don't need TLS support,
which lowers the maintainence burden. Most security problems in TLS which lowers the maintenance burden. Most security problems in TLS
implementations are caused by unsafe memory handling and support for weak cryptographic primitives. implementations are caused by unsafe memory handling and support for weak cryptographic primitives.
This TLS reverse proxy is deployed on various websites, including [Real World This TLS reverse proxy is deployed on various websites, including [Real World