diff --git a/PORTING.md b/PORTING.md index 66347ebe..9adaf738 100644 --- a/PORTING.md +++ b/PORTING.md @@ -123,7 +123,7 @@ feature, so BoringSSL rejects peer renegotiations by default. To enable renegotiation, call `SSL_set_renegotiate_mode` and set it to `ssl_renegotiate_once` or `ssl_renegotiate_freely`. Renegotiation is only -supported as a client in SSL3/TLS and the HelloRequest must be received at a +supported as a client in TLS and the HelloRequest must be received at a quiet point in the application protocol. This is sufficient to support the common use of requesting a new client certificate between an HTTP request and response in (unpipelined) HTTP/1.1.