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

Unified Diff: CHANGELOG.md

Issue 1665433002: Adds SecurityContext.setTrustedCertificatesBytes (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 months 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 | runtime/bin/dartutils.h » ('j') | 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 bd34bc8f35d7b0cf384e6bae22bb86c3340471f1..6a62b7ffbc60f7705295144c7248121c2ab0f86d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,19 @@
* Added `Uri.queryParametersAll` to handle multiple query parameters with
the same name.
+* `dart:io`
+ * Added `SecurityContext.usePrivateKeyBytes`,
+ `SecurityContext.useCertificateChainBytes`,
+ `SecurityContext.setTrustedCertificatesBytes`, and
+ `SecurityContext.setClientAuthoritiesBytes`.
+ * The non-`Bytes` methods of `SecurityContext` are being renamed -`Sync`, as
+ they will do synchronous IO. The non-`Bytes` and non-`Sync` methods are
+ deprecated and will be removed in a later release.
+ * **Breaking** The named `directory` argument of
+ `SecurityContext.setTrustedCertificates` is no longer supported.
+ The method now only supports one argument for the PEM file name containing
+ the trusted certificates.
+
## 1.14.1 - 2016-02-04
Patch release, resolves one issue:
« no previous file with comments | « no previous file | runtime/bin/dartutils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698