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

Unified Diff: nss/exports_win.def

Issue 14544011: Export the functions needed by the libSSL in NSS 3.15. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/exports_win.def
===================================================================
--- nss/exports_win.def (revision 196262)
+++ nss/exports_win.def (working copy)
@@ -20,6 +20,7 @@
CERT_AddCertToListTail
CERT_AddExtension
CERT_AsciiToName
+CERT_CacheOCSPResponseFromSideChannel
CERT_CertChainFromCert
CERT_CertTimesValid
CERT_CheckCertValidTimes
@@ -50,6 +51,7 @@
CERT_NewCertList
CERT_NewTempCertificate
CERT_StartCertExtensions
+CERT_VerifyCert
Ryan Sleevi 2013/04/29 21:49:27 Do you have linker output for where this is being
wtc 2013/04/29 22:10:32 The calls to CERT_VerifyCert and CERT_CacheOCSPRes
CERT_VerifyCertName
CERT_VerifyCertNow
DER_Lengths_Util
@@ -192,10 +194,13 @@
RC4_DestroyContext
RC4_Encrypt
RC4_InitContext
+SECITEM_AllocArray
Ryan Sleevi 2013/04/29 21:49:27 BUG: This makes me think it's a bug in upstream NS
wtc 2013/04/29 22:10:32 It is OK for libssl3.so to depend on libnssutil3.s
SECITEM_AllocItem_Util
SECITEM_CompareItem_Util
SECITEM_CopyItem_Util
+SECITEM_DupArray
SECITEM_DupItem_Util
+SECITEM_FreeArray
SECITEM_FreeItem_Util
SECITEM_Hash
SECITEM_ItemsAreEqual_Util
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698