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

Side by Side Diff: nss/exports_win.def

Issue 14416002: - Added export of CERT_GetCertKeyType for ssl platform support (Closed) Base URL: http://src.chromium.org/svn/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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ; Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 ; Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 ; Use of this source code is governed by a BSD-style license that can be 2 ; Use of this source code is governed by a BSD-style license that can be
3 ; found in the LICENSE file. 3 ; found in the LICENSE file.
4 4
5 LIBRARY CRNSS 5 LIBRARY CRNSS
6 EXPORTS 6 EXPORTS
7 7
8 __PK11_CreateContextByRawKey 8 __PK11_CreateContextByRawKey
9 AES_Decrypt 9 AES_Decrypt
10 AES_DestroyContext 10 AES_DestroyContext
(...skipping 23 matching lines...) Expand all
34 CERT_DestroyValidity 34 CERT_DestroyValidity
35 CERT_DupCertificate 35 CERT_DupCertificate
36 CERT_DupCertList 36 CERT_DupCertList
37 CERT_ExtractPublicKey 37 CERT_ExtractPublicKey
38 CERT_FindCertByName 38 CERT_FindCertByName
39 CERT_FindCertExtension 39 CERT_FindCertExtension
40 CERT_FinishExtensions 40 CERT_FinishExtensions
41 CERT_FreeDistNames 41 CERT_FreeDistNames
42 CERT_FreeNicknames 42 CERT_FreeNicknames
43 CERT_FindUserCertByUsage 43 CERT_FindUserCertByUsage
44 CERT_GetCertKeyType
44 CERT_GetCertNicknames 45 CERT_GetCertNicknames
45 CERT_GetCommonName 46 CERT_GetCommonName
46 CERT_GetDefaultCertDB 47 CERT_GetDefaultCertDB
47 CERT_GetSSLCACerts 48 CERT_GetSSLCACerts
48 CERT_NameToAscii 49 CERT_NameToAscii
49 CERT_NewCertList 50 CERT_NewCertList
50 CERT_NewTempCertificate 51 CERT_NewTempCertificate
51 CERT_StartCertExtensions 52 CERT_StartCertExtensions
52 CERT_VerifyCertName 53 CERT_VerifyCertName
53 CERT_VerifyCertNow 54 CERT_VerifyCertNow
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 SHA1_NewContext 251 SHA1_NewContext
251 SHA1_Update 252 SHA1_Update
252 SHA256_HashBuf 253 SHA256_HashBuf
253 TLS_PRF 254 TLS_PRF
254 VFY_Begin 255 VFY_Begin
255 VFY_CreateContext 256 VFY_CreateContext
256 VFY_CreateContextWithAlgorithmID 257 VFY_CreateContextWithAlgorithmID
257 VFY_DestroyContext 258 VFY_DestroyContext
258 VFY_End 259 VFY_End
259 VFY_Update 260 VFY_Update
OLDNEW
« 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