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

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, 11 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') | 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 045ba6aed3176ea9768cf9688dac5cb76c8303da..3300864c2485d3367b8728b073c45a2cbb3c1670 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@
* Added `Uri.queryParametersAll` to handle multiple query parameters with
the same name.
+ * Added `SecurityContext.usePrivateKeyBytes`,
+ `SecurityContext.useCertificateChainBytes`, and
+ `SecurityContext.setTrustedCertificatesBytes`.
+ The non-`Bytes` methods now return a `Future`.
kevmoo 2016/02/04 19:14:53 Please group these under 'dart:io" – see previous
zra 2016/02/04 22:31:41 Done.
+ `SecurityContext.setTrustedCertificatesBytes` now takes only one argument
+ for the PEM file name containing the new trusted certificates.
+
## 1.14.0 - 2016-01-28
### Core library changes
« no previous file with comments | « no previous file | runtime/bin/io_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698