summaryrefslogtreecommitdiff
path: root/lib/ssl/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssl/ssl.h')
-rw-r--r--lib/ssl/ssl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ssl/ssl.h b/lib/ssl/ssl.h
index d2e92b170..fc817a781 100644
--- a/lib/ssl/ssl.h
+++ b/lib/ssl/ssl.h
@@ -373,6 +373,13 @@ SSL_IMPORT PRFileDesc *DTLS_ImportFD(PRFileDesc *model, PRFileDesc *fd);
*/
#define SSL_ENABLE_GREASE 42
+/* Enables TLS ClientHello Extension Permutation.
+ *
+ * On a TLS ClientHello all extensions but the Psk extension
+ * (which MUST be last) will be sent in randomly shuffeld order.
+ */
+#define SSL_ENABLE_CH_EXTENSION_PERMUTATION 43
+
#ifdef SSL_DEPRECATED_FUNCTION
/* Old deprecated function names */
SSL_IMPORT SECStatus SSL_Enable(PRFileDesc *fd, int option, PRIntn on);