From: Scott Deboy Date: Thu, 7 Nov 2013 09:08:29 +0000 (-0800) Subject: Updating DTCP authorization type to expected value X-Git-Tag: OpenSSL_1_0_2-beta1~41^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19a28a8aa3df6680545bcc4496110aed4a112bc5;p=openssl Updating DTCP authorization type to expected value --- diff --git a/ssl/tls1.h b/ssl/tls1.h index 92092f4e01..290ec7574f 100644 --- a/ssl/tls1.h +++ b/ssl/tls1.h @@ -300,11 +300,11 @@ extern "C" { /* From RFC 5878 */ #define TLSEXT_SUPPLEMENTALDATATYPE_authz_data 16386 -/* This is not IANA assigned. See +/* DTCP Authorization Type * https://www.iana.org/assignments/tls-parameters/tls-parameters.xml#authorization-data-rules - * http://tools.ietf.org/id/draft-dthakore-tls-authz-01.txt + * http://tools.ietf.org/id/draft-dthakore-tls-authz-04.txt */ -#define TLSEXT_AUTHZDATAFORMAT_dtcp 225 +#define TLSEXT_AUTHZDATAFORMAT_dtcp 66 #define TLSEXT_MAXLEN_supplemental_data 1024*16 /* Let's limit to 16k */