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

Unified Diff: CHANGELOG.md

Issue 1699163002: More SecurityContext calls accept a password. (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
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55db4b373f071dd20600de6440b66c2b8c441b1b..053a1de0cce583d31ec33f1178224656094e5e88 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,10 @@
The method now only supports one argument for the PEM file name containing
the trusted certificates.
* Added support to SecurityContext for PKCS12 certificate and key containers.
+ * All calls in `SecuirtyContext` that accept certificate data now accept an
+ optional named parameter `password`, similar to
+ `SecurityContext.usePrivateKeyBytes`, for use as the password for PKCS12
+ data.
* `dart:async`
* Made `StreamView` class a `const` class.
« no previous file with comments | « no previous file | runtime/bin/io_natives.cc » ('j') | tests/standalone/io/secure_server_client_certificate_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698