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

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

Issue 83333003: Add support for fetching Certificate Transparency SCTs over a TLS extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years 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/test/spawned_test_server/base_test_server.cc ('k') | net/tools/testserver/testserver.py » ('j') | 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) 2013 The Chromium Authors. All rights reserved. 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 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 CRSSL 5 LIBRARY CRSSL
6 EXPORTS 6 EXPORTS
7 7
8 NSS_CmpCertChainWCANames 8 NSS_CmpCertChainWCANames
9 NSS_FindCertKEAType 9 NSS_FindCertKEAType
10 NSS_GetClientAuthData 10 NSS_GetClientAuthData
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 SSL_RecommendedCanFalseStart 53 SSL_RecommendedCanFalseStart
54 SSL_SetCanFalseStartCallback 54 SSL_SetCanFalseStartCallback
55 55
56 ; Chromium patches 56 ; Chromium patches
57 SSL_PeerCertificateChain 57 SSL_PeerCertificateChain
58 SSL_SetClientChannelIDCallback 58 SSL_SetClientChannelIDCallback
59 SSL_GetPlatformClientAuthDataHook 59 SSL_GetPlatformClientAuthDataHook
60 SSL_HandshakeResumedSession 60 SSL_HandshakeResumedSession
61 SSL_RestartHandshakeAfterChannelIDReq 61 SSL_RestartHandshakeAfterChannelIDReq
62 SSL_GetChannelBinding 62 SSL_GetChannelBinding
63 SSL_PeerSignedCertTimestamps
OLDNEW
« no previous file with comments | « net/test/spawned_test_server/base_test_server.cc ('k') | net/tools/testserver/testserver.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698