Chromium Code Reviews| 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 |
|
Bill Hesse
2016/02/17 18:48:46
Typo SecuirtyContext.
zra
2016/02/17 18:58:54
Done.
|
| + optional named parameter `password`, similar to |
| + `SecurityContext.usePrivateKeyBytes`, for use as the password for PKCS12 |
| + data. |
| * `dart:async` |
| * Made `StreamView` class a `const` class. |