Chromium Code Reviews| Index: net/third_party/nss/ssl/ssl3prot.h |
| =================================================================== |
| --- net/third_party/nss/ssl/ssl3prot.h (revision 127709) |
| +++ net/third_party/nss/ssl/ssl3prot.h (working copy) |
| @@ -61,6 +61,9 @@ |
| #define SSL3_RECORD_HEADER_LENGTH 5 |
| +/* SSL3_RECORD_HEADER_LENGTH + epoch/sequence_number */ |
| +#define DTLS_RECORD_HEADER_LENGTH 13 |
| + |
| #define MAX_FRAGMENT_LENGTH 16384 |
| typedef enum { |
| @@ -150,6 +153,7 @@ |
| hello_request = 0, |
| client_hello = 1, |
| server_hello = 2, |
| + hello_verify_request = 3, |
| new_session_ticket = 4, |
| certificate = 11, |
| server_key_exchange = 12, |