diff --git a/Projects/TLStunnel b/Projects/TLStunnel index 4eebb5f..570fa17 100644 --- a/Projects/TLStunnel +++ b/Projects/TLStunnel @@ -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 implementation written in the memory-safe language OCaml, instead of one written 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. This TLS reverse proxy is deployed on various websites, including [Real World