From f95d45c36e7c7131747259956821d844e8952e5d Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Thu, 8 Jun 2017 10:53:01 +0000 Subject: nss-3.31 --- nss/lib/ssl/ssl3prot.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'nss/lib/ssl/ssl3prot.h') diff --git a/nss/lib/ssl/ssl3prot.h b/nss/lib/ssl/ssl3prot.h index 146cba4..60a978b 100644 --- a/nss/lib/ssl/ssl3prot.h +++ b/nss/lib/ssl/ssl3prot.h @@ -287,7 +287,7 @@ typedef struct { /* NewSessionTicket handshake message. */ typedef struct { - PRUint32 received_timestamp; + PRTime received_timestamp; PRUint32 ticket_lifetime_hint; PRUint32 flags; PRUint32 ticket_age_add; @@ -305,13 +305,6 @@ typedef enum { CLIENT_AUTH_CERTIFICATE = 1 } ClientAuthenticationType; -typedef struct { - ClientAuthenticationType client_auth_type; - union { - SSL3Opaque *certificate_list; - } identity; -} ClientIdentity; - #define SESS_TICKET_KEY_NAME_LEN 16 #define SESS_TICKET_KEY_NAME_PREFIX "NSS!" #define SESS_TICKET_KEY_NAME_PREFIX_LEN 4 @@ -324,8 +317,4 @@ typedef struct { unsigned char *mac; } EncryptedSessionTicket; -#define TLS_EX_SESS_TICKET_MAC_LENGTH 32 - -#define TLS_STE_NO_SERVER_NAME -1 - #endif /* __ssl3proto_h_ */ -- cgit v1.2.1