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

Unified Diff: CHANGELOG.md

Issue 1757453002: Rolls back fix of SecurityContext method names. (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/secure_socket_patch.dart » ('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 bccae97be7409249ee0898fd4a7a1323c98b98b2..dd219f63e0386f99379bc444fee46822a151e49b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,13 +26,8 @@
`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.
+ `SecurityContext.setTrustedCertificates` has been removed.
* Added support to `SecurityContext` for PKCS12 certificate and key
containers.
* All calls in `SecurityContext` that accept certificate data now accept an
« no previous file with comments | « no previous file | runtime/bin/secure_socket_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698