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

Unified Diff: runtime/bin/io_natives.cc

Issue 21716004: dart:io | Add SecureSocket.importPrivateCertificates, that reads a PKCS#12 file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add delayed deletion of locked temp directory on Windows. Created 7 years, 4 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/net/nss.gyp » ('j') | tests/standalone/io/user_certificate_test.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io_natives.cc
diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
index 30cfb068dd1361478a93f6a207b93bc0696c99e6..8fe11218ddbb3a63538b97df5d14902889e4d941 100644
--- a/runtime/bin/io_natives.cc
+++ b/runtime/bin/io_natives.cc
@@ -50,8 +50,12 @@ namespace bin {
V(SecureSocket_RegisterBadCertificateCallback, 2) \
V(SecureSocket_RegisterHandshakeCompleteCallback, 2) \
V(SecureSocket_Renegotiate, 4) \
- V(SecureSocket_InitializeLibrary, 3) \
+ V(SecureSocket_InitializeLibrary, 4) \
V(SecureSocket_AddCertificate, 2) \
+ V(SecureSocket_ChangeTrust, 2) \
+ V(SecureSocket_ImportCertificatesWithPrivateKeys, 2) \
+ V(SecureSocket_GetCertificate, 1) \
+ V(SecureSocket_RemoveCertificate, 1) \
V(SecureSocket_NewServicePort, 0) \
V(SecureSocket_FilterPointer, 1) \
V(ServerSocket_CreateBindListen, 5) \
« no previous file with comments | « no previous file | runtime/bin/net/nss.gyp » ('j') | tests/standalone/io/user_certificate_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698