From: Scott Deboy Date: Thu, 7 Nov 2013 09:08:29 +0000 (-0800) Subject: Updating DTCP authorization type to expected value X-Git-Tag: master-post-reformat~976 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=519531e97ef1ca38d652e02181227ebb40f1a31c Updating DTCP authorization type to expected value --- diff --git a/ssl/tls1.h b/ssl/tls1.h index 8c81a529df..dbc612ca47 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 */