| OLD | NEW |
| (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 | |
| OLD | NEW |