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

Side by Side Diff: net/third_party/nss/ssl/exports_win.def

Issue 1844813002: Uprev NSS to 3.23 on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: One more GN fix Created 4 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
« no previous file with comments | « net/third_party/nss/ssl/dtlscon.c ('k') | net/third_party/nss/ssl/manifest.mn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ; Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 ; Use of this source code is governed by a BSD-style license that can be
3 ; found in the LICENSE file.
4
5 LIBRARY CRSSL
6 EXPORTS
7
8 NSS_CmpCertChainWCANames
9 NSS_FindCertKEAType
10 NSS_GetClientAuthData
11 NSS_SetDomesticPolicy
12 SSL_AuthCertificate
13 SSL_AuthCertificateHook
14 SSL_CipherPolicyGet
15 SSL_CipherPolicySet
16 SSL_CipherPrefGet
17 SSL_CipherPrefGetDefault
18 SSL_CipherPrefSet
19 SSL_CipherPrefSetDefault
20 SSL_ClearSessionCache
21 SSL_ConfigSecureServer
22 SSL_ConfigServerSessionIDCache
23 SSL_ForceHandshake
24 SSL_GetClientAuthDataHook
25 SSL_GetSessionID
26 SSL_HandshakeCallback
27 SSL_ImportFD
28 SSL_InvalidateSession
29 SSL_OptionGet
30 SSL_OptionGetDefault
31 SSL_OptionSet
32 SSL_OptionSetDefault
33 SSL_PeerCertificate
34 SSL_PeerStapledOCSPResponses
35 SSL_ResetHandshake
36 SSL_SetSockPeerID
37 SSL_SetURL
38 SSL_GetChannelInfo
39 SSL_GetCipherSuiteInfo
40 SSL_ShutdownServerSessionIDCache
41 SSL_GetImplementedCiphers
42 SSL_GetNumImplementedCiphers
43 SSL_HandshakeNegotiatedExtension
44 SSL_SetNextProtoCallback
45 SSL_SetNextProtoNego
46 SSL_GetNextProto
47 DTLS_GetHandshakeTimeout
48 DTLS_ImportFD
49 SSL_ExportKeyingMaterial
50 SSL_VersionRangeSet
51 SSL_GetSRTPCipher
52 SSL_SetSRTPCiphers
53 SSL_RecommendedCanFalseStart
54 SSL_SetCanFalseStartCallback
55
56 ; Chromium patches
57 SSL_PeerCertificateChain
58 SSL_SetClientChannelIDCallback
59 SSL_GetPlatformClientAuthDataHook
60 SSL_HandshakeResumedSession
61 SSL_RestartHandshakeAfterChannelIDReq
62 SSL_GetChannelBinding
63 SSL_PeerSignedCertTimestamps
64 SSL_CipherOrderSet
65 SSL_CacheSession
66 SSL_CacheSessionUnlocked
OLDNEW
« no previous file with comments | « net/third_party/nss/ssl/dtlscon.c ('k') | net/third_party/nss/ssl/manifest.mn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698