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 5LIBRARY CRSSL 6EXPORTS 7 8NSS_CmpCertChainWCANames 9NSS_FindCertKEAType 10NSS_GetClientAuthData 11NSS_SetDomesticPolicy 12SSL_AuthCertificate 13SSL_AuthCertificateHook 14SSL_CipherPolicyGet 15SSL_CipherPolicySet 16SSL_CipherPrefGet 17SSL_CipherPrefGetDefault 18SSL_CipherPrefSet 19SSL_CipherPrefSetDefault 20SSL_ClearSessionCache 21SSL_ConfigSecureServer 22SSL_ConfigServerSessionIDCache 23SSL_ForceHandshake 24SSL_GetClientAuthDataHook 25SSL_GetSessionID 26SSL_HandshakeCallback 27SSL_ImportFD 28SSL_InvalidateSession 29SSL_OptionGet 30SSL_OptionGetDefault 31SSL_OptionSet 32SSL_OptionSetDefault 33SSL_PeerCertificate 34SSL_PeerStapledOCSPResponses 35SSL_ResetHandshake 36SSL_SetSockPeerID 37SSL_SetURL 38SSL_GetChannelInfo 39SSL_GetCipherSuiteInfo 40SSL_ShutdownServerSessionIDCache 41SSL_GetImplementedCiphers 42SSL_GetNumImplementedCiphers 43SSL_HandshakeNegotiatedExtension 44SSL_SetNextProtoCallback 45SSL_SetNextProtoNego 46SSL_GetNextProto 47DTLS_GetHandshakeTimeout 48DTLS_ImportFD 49SSL_ExportKeyingMaterial 50SSL_VersionRangeSet 51SSL_GetSRTPCipher 52SSL_SetSRTPCiphers 53SSL_RecommendedCanFalseStart 54SSL_SetCanFalseStartCallback 55 56; Chromium patches 57SSL_PeerCertificateChain 58SSL_SetClientChannelIDCallback 59SSL_GetPlatformClientAuthDataHook 60SSL_HandshakeResumedSession 61SSL_RestartHandshakeAfterChannelIDReq 62SSL_GetChannelBinding 63SSL_PeerSignedCertTimestamps 64SSL_CipherOrderSet 65SSL_CacheSession 66SSL_CacheSessionUnlocked 67