| commit | 0080d83b9faf8dd325f5f5f92eb56faa93864e4c | [log] [tgz] |
|---|---|---|
| author | Adam Langley <agl@google.com> | Thu Jun 07 16:39:49 2018 -0700 |
| committer | Adam Langley <agl@google.com> | Mon Jun 18 22:16:11 2018 +0000 |
| tree | 461fb2eed0bbb68dcf54a7db47d9050fee9ae0e3 | |
| parent | f6e5d0d5a16e1bbb4116606c1fc04dd31502fa14 [diff] [blame] |
Implement the client side of certificate compression. Change-Id: I0aced480af98276ebfe0970b4afb9aa957ee07cb Reviewed-on: https://boringssl-review.googlesource.com/29024 Reviewed-by: Adam Langley <agl@google.com>
diff --git a/include/openssl/tls1.h b/include/openssl/tls1.h index bb9a816..03b218b 100644 --- a/include/openssl/tls1.h +++ b/include/openssl/tls1.h
@@ -266,6 +266,10 @@ #define TLSEXT_hash_sha384 5 #define TLSEXT_hash_sha512 6 +// From https://tools.ietf.org/html/draft-ietf-tls-certificate-compression-03#section-3 +#define TLSEXT_cert_compression_zlib 1 +#define TLSEXT_cert_compression_brotli 2 + #define TLSEXT_MAXLEN_host_name 255 // PSK ciphersuites from 4279