summaryrefslogtreecommitdiffstats
path: root/security/nss/lib/ssl/sslcert.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/lib/ssl/sslcert.h')
-rw-r--r--security/nss/lib/ssl/sslcert.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/security/nss/lib/ssl/sslcert.h b/security/nss/lib/ssl/sslcert.h
index fb31d1389..8c2dadae4 100644
--- a/security/nss/lib/ssl/sslcert.h
+++ b/security/nss/lib/ssl/sslcert.h
@@ -41,6 +41,13 @@ typedef struct sslServerCertStr {
** timestamps item.
*/
SECItem signedCertTimestamps;
+
+ /* The delegated credential (DC) to send to clients who indicate support for
+ * the ietf-draft-tls-subcerts extension.
+ */
+ SECItem delegCred;
+ /* The key pair used to sign the handshake when serving a DC. */
+ sslKeyPair *delegCredKeyPair;
} sslServerCert;
#define SSL_CERT_IS(c, t) ((c)->authTypes & (1 << (t)))