Commit Graph

3 Commits

Author SHA1 Message Date
William Hesse 13bf8ff9f8 Breaking Change: merge BoringSSL branch into master
This replaces the NSS secure networking library from Mozilla
with the BoringSSL library from Google. This library, based
on OpenSSL, reads certificates from files in PEM format, rather
than storing certificates and keys in a SQLite database, the
way NSS does. There will be a blog post, changelog entries,
and other documentation of the breaking changes.

Review URL: https://codereview.chromium.org//1319703002 .
2015-08-26 14:42:12 +02:00
whesse@google.com 6dbc9e5268 dart:io | Remove uses of Options class from standalone tests. Mark Options deprecated.
BUG=
R=sgjesse@google.com

Review URL: https://codereview.chromium.org//37033002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29079 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-23 12:50:18 +00:00
whesse@google.com c694437c42 dart:io | Add test for HttpClient requests that never complete their future.
BUG=
R=sgjesse@google.com

Review URL: https://codereview.chromium.org//23189002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26125 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-14 15:23:23 +00:00