summaryrefslogtreecommitdiff
path: root/lib/ssl/tls13con.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssl/tls13con.h')
-rw-r--r--lib/ssl/tls13con.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ssl/tls13con.h b/lib/ssl/tls13con.h
index a635dbd86..1e082d639 100644
--- a/lib/ssl/tls13con.h
+++ b/lib/ssl/tls13con.h
@@ -152,6 +152,12 @@ SECStatus tls13_AEAD(PK11Context *context, PRBool decrypt,
const unsigned char *in, unsigned int inLen);
void tls13_SetSpecRecordVersion(sslSocket *ss, ssl3CipherSpec *spec);
SECStatus SSLExp_SendCertificateRequest(PRFileDesc *fd);
+SECStatus tls13_ClientGreaseSetup(sslSocket *ss);
+void tls13_ClientGreaseDestroy(sslSocket *ss);
+SECStatus tls13_RandomGreaseValue(PRUint16 *out);
+SECStatus tls13_MaybeGreaseExtensionType(const sslSocket *ss,
+ const SSLHandshakeType message,
+ PRUint16 *exType);
/* Use this instead of FATAL_ERROR when no alert shall be sent. */
#define LOG_ERROR(ss, prError) \