| OLD | NEW |
| 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 Loading... |
| 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_CipherOrderSet |
| OLD | NEW |