summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2008-02-21 21:44:09 +0000
committerwtc%google.com <devnull@localhost>2008-02-21 21:44:09 +0000
commit58494e5095a942d50ca87c7a0cf18f479c65c5aa (patch)
tree32c586a0db8d5fef886cc4d01bd035d394d6afab
parentf370551af58983cd0d9fa40373d472f5f7d3824c (diff)
downloadnss-hg-58494e5095a942d50ca87c7a0cf18f479c65c5aa.tar.gz
Bug 403563: reserve an SSL option for TLS session tickets. r=nelsonNSS_3_12_BETA2FIREFOX_3_0b4_RELEASEFIREFOX_3_0b4_RC2FIREFOX_3_0b4_RC1
-rw-r--r--security/nss/lib/ssl/ssl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nss/lib/ssl/ssl.h b/security/nss/lib/ssl/ssl.h
index 56f1691e1..2be497569 100644
--- a/security/nss/lib/ssl/ssl.h
+++ b/security/nss/lib/ssl/ssl.h
@@ -112,6 +112,8 @@ SSL_IMPORT PRFileDesc *SSL_ImportFD(PRFileDesc *model, PRFileDesc *fd);
/* step-down keys if needed. */
#define SSL_BYPASS_PKCS11 16 /* use PKCS#11 for pub key only */
#define SSL_NO_LOCKS 17 /* Don't use locks for protection */
+#define SSL_ENABLE_SESSION_TICKETS 18 /* Enable TLS SessionTicket */
+ /* extension (not implemented) */
#ifdef SSL_DEPRECATED_FUNCTION
/* Old deprecated function names */