Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: CHANGELOG.md

Issue 1426653007: Add information about BoringSSL change to CHANGELOG.md. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 708cef16c598cf04a396f9b4bd0c8290d285b66d..ec7930df5d086f06f5c16c702865c203428704d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,18 @@
the last release to contain the Resource class.
* `dart:io`
+ * **Breaking:** Secure networking has changed, replacing the NSS library
+ with the BoringSSL library. `SecureSocket`, `SecureServerSocket`,
+ `RawSecureSocket`,`RawSecureServerSocket`, `HttpClient`, and `HttpServer`
+ now all use a `SecurityContext` object which contains the certificates
+ and keys used for secure TLS (SSL) networking.
+
+ This is a breaking change for server applications and for some client
+ applications. Certificates and keys are loaded into the `SecurityContext`
+ from PEM files, instead of from an NSS certificate database. Information
+ about how to change applications that use secure networking is at
+ https://www.dartlang.org/server/tls-ssl.html
+
* `HttpClient` no longer sends URI fragments in the request. This is not
allowed by the HTTP protocol.
The `HttpServer` still gracefully receives fragments, but discards them
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698