diff options
Diffstat (limited to 'net/third_party/nss/README.chromium')
-rw-r--r-- | net/third_party/nss/README.chromium | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net/third_party/nss/README.chromium b/net/third_party/nss/README.chromium index 95e7973..7907df7 100644 --- a/net/third_party/nss/README.chromium +++ b/net/third_party/nss/README.chromium @@ -85,11 +85,16 @@ Patches: * Don't crash when the SSL keylog file cannot be opened. patches/sslkeylogerror.patch - * Sets the record layer version number of ClientHello to at most TLS 1.0 - if we don't know what protocol version the server supports. + * Set the record layer version number of the initial ClientHello to at + most TLS 1.0 if we don't know what protocol version the server supports. https://bugzilla.mozilla.org/show_bug.cgi?id=774547 patches/recordlayerversion.patch + * When renegotiating, continue to use the client_version used in the + initial ClientHello to work around a Windows SChannel bug. + https://bugzilla.mozilla.org/show_bug.cgi?id=783448 + patches/renegoclientversion.patch + Apply the patches to NSS by running the patches/applypatches.sh script. Read the comments at the top of patches/applypatches.sh for instructions. |