| commit | 10165d82c16a9cab4a61569eaea9f0fadb36346c | [log] [tgz] |
|---|---|---|
| author | David Schinazi <dschinazi@google.com> | Wed Feb 05 12:56:02 2020 +0100 |
| committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Wed Feb 05 14:36:02 2020 +0000 |
| tree | c5764101a2f8a3792aa76f6cbb7c08e357a530d1 | |
| parent | 3d53d1ffe683070764048747ce18b6a29f3f968a [diff] |
Add SSL_AD_NO_APPLICATION_PROTOCOL This is based on AGL's comment on https://boringssl-review.googlesource.com/c/boringssl/+/39784 Change-Id: I3204a64084288a2c025bc3e4c769a153126a1f9f Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/39785 Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: David Benjamin <davidben@google.com>
diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h index da77311..c7fa190 100644 --- a/include/openssl/ssl.h +++ b/include/openssl/ssl.h
@@ -3436,6 +3436,7 @@ #define SSL_AD_BAD_CERTIFICATE_HASH_VALUE TLS1_AD_BAD_CERTIFICATE_HASH_VALUE #define SSL_AD_UNKNOWN_PSK_IDENTITY TLS1_AD_UNKNOWN_PSK_IDENTITY #define SSL_AD_CERTIFICATE_REQUIRED TLS1_AD_CERTIFICATE_REQUIRED +#define SSL_AD_NO_APPLICATION_PROTOCOL TLS1_AD_NO_APPLICATION_PROTOCOL // SSL_alert_type_string_long returns a string description of |value| as an // alert type (warning or fatal).