Kevin Moore
2015-11-03 19:15:05 UTC
*For updates on this and other changes coming in 1.13, see the changelog
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md>.*
*We will be releasing 1.13 soon. If you're feeling adventurous, please
download and try a -dev build. We've received a lot of great feedback
already from the community. Thank you!*
Secure networking has changed, replacing the NSS library with the BoringSSL
library. SecureSocket, SecureServerSocket, RawSecureSocket,
RawSecureServerSocket, HttpClient, and HttpServer now all use a
SecurityContext object which contains the certificates and keys used for
secure TLS (SSL) networking.
This is a breaking change for server applications and for some client
applications. Certificates and keys are loaded into the SecurityContext from
PEM files, instead of from an NSS certificate database. Information about
how to change applications that use secure networking is at
https://www.dartlang.org/server/tls-ssl.html
--
For more news and information, visit https://plus.google.com/+dartlang
To join the conversation, visit https://groups.google.com/a/dartlang.org/
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md>.*
*We will be releasing 1.13 soon. If you're feeling adventurous, please
download and try a -dev build. We've received a lot of great feedback
already from the community. Thank you!*
Secure networking has changed, replacing the NSS library with the BoringSSL
library. SecureSocket, SecureServerSocket, RawSecureSocket,
RawSecureServerSocket, HttpClient, and HttpServer now all use a
SecurityContext object which contains the certificates and keys used for
secure TLS (SSL) networking.
This is a breaking change for server applications and for some client
applications. Certificates and keys are loaded into the SecurityContext from
PEM files, instead of from an NSS certificate database. Information about
how to change applications that use secure networking is at
https://www.dartlang.org/server/tls-ssl.html
--
For more news and information, visit https://plus.google.com/+dartlang
To join the conversation, visit https://groups.google.com/a/dartlang.org/
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.