Version 2.13.0-58.0.dev

Merge commit '86de80224d00cdf6431c5e61efd93c797a2b66ae' into 'dev'
diff --git a/tests/standalone/io/https_connection_closed_during_handshake_test.dart b/tests/standalone/io/https_connection_closed_during_handshake_test.dart
index ca22cb0..7918ee2 100644
--- a/tests/standalone/io/https_connection_closed_during_handshake_test.dart
+++ b/tests/standalone/io/https_connection_closed_during_handshake_test.dart
@@ -3,6 +3,8 @@
 // BSD-style license that can be found in the LICENSE file.
 
 // VMOptions=--long-ssl-cert-evaluation
+// OtherResources=localhost.key
+// OtherResources=localhost.crt
 
 // This test verifies that lost of connection during handshake doesn't cause
 // vm crashes.
diff --git a/tests/standalone_2/io/https_connection_closed_during_handshake_test.dart b/tests/standalone_2/io/https_connection_closed_during_handshake_test.dart
index 4ef2fef..789f529 100644
--- a/tests/standalone_2/io/https_connection_closed_during_handshake_test.dart
+++ b/tests/standalone_2/io/https_connection_closed_during_handshake_test.dart
@@ -3,6 +3,8 @@
 // BSD-style license that can be found in the LICENSE file.
 
 // VMOptions=--long-ssl-cert-evaluation
+// OtherResources=localhost.key
+// OtherResources=localhost.crt
 
 // This test verifies that lost of connection during handshake doesn't cause
 // vm crashes.
diff --git a/tools/VERSION b/tools/VERSION
index c251049..440dbfb 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -27,5 +27,5 @@
 MAJOR 2
 MINOR 13
 PATCH 0
-PRERELEASE 57
+PRERELEASE 58
 PRERELEASE_PATCH 0
\ No newline at end of file