Chromium Code Reviews| 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 a SSL_CBP_TLS1_1 mask here */ |
|
Ryan Sleevi
2012/03/22 22:26:37
Should this be XXX, per NSS style?
I think the TO
ekr
2012/03/23 12:46:41
I'm the one who added this TODO, but I'll leave th
|
| + |
| SECStatus |
| SSL_CanBypass(CERTCertificate *cert, SECKEYPrivateKey *srvPrivkey, |
| PRUint32 protocolmask, PRUint16 *ciphersuites, int nsuites, |