| Index: net/third_party/nss/ssl/derive.c
|
| ===================================================================
|
| --- net/third_party/nss/ssl/derive.c (revision 127709)
|
| +++ net/third_party/nss/ssl/derive.c (working copy)
|
| @@ -583,6 +583,8 @@
|
| * arguments were all valid but the slot cannot be bypassed.
|
| */
|
|
|
| +/* TODO: Add SSL_CBP_TLS1_1 and test it in protocolmask when setting isTLS. */
|
| +
|
| SECStatus
|
| SSL_CanBypass(CERTCertificate *cert, SECKEYPrivateKey *srvPrivkey,
|
| PRUint32 protocolmask, PRUint16 *ciphersuites, int nsuites,
|
|
|