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

Unified Diff: CHANGELOG.md

Issue 1665433002: Adds SecurityContext.setTrustedCertificatesBytes (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Adds MemBIOScope 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/io_natives.cc » ('j') | runtime/bin/secure_socket.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd34bc8f35d7b0cf384e6bae22bb86c3340471f1..c41f2c415179dbdf3a3c8705194d31f494af5f15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@
* Added `Uri.queryParametersAll` to handle multiple query parameters with
the same name.
+* `dart:io`
+ * Added `SecurityContext.usePrivateKeyBytes`,
+ `SecurityContext.useCertificateChainBytes`,
+ `SecurityContext.setTrustedCertificatesBytes`, and
+ `SecurityContext.setClientAuthoritiesBytes`.
+ * **Breaking** The non-`Bytes` methods have been renamed -`Sync`, as they may
+ do synchronous IO.
+ * **Breaking** The named `directory` argument has been removed from
+ `SecurityContext.setTrustedCertificatesSync`. The method now takes only
+ one argument for the PEM file name containing the new trusted
+ certificates.
+
## 1.14.1 - 2016-02-04
Patch release, resolves one issue:
« no previous file with comments | « no previous file | runtime/bin/io_natives.cc » ('j') | runtime/bin/secure_socket.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698