]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Use https:// for www.iana.org
authorTim Rühsen <tim.ruehsen@gmx.de>
Tue, 5 Feb 2019 15:44:37 +0000 (16:44 +0100)
committerTim Rühsen <tim.ruehsen@gmx.de>
Wed, 13 Mar 2019 09:59:34 +0000 (10:59 +0100)
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
doc/cha-internals.texi
tests/suite/ciphersuite/registry-ciphers.xslt
tests/suite/ciphersuite/tls-parameters.xml

index ebdf998aa3e5b975491c10abc340bf48327093c8..51d42486d876d8b4d02d404c24a77f2c6db52b4d 100644 (file)
@@ -165,7 +165,7 @@ A good name for the identifier would be GNUTLS_EXTENSION_FOOBAR. If the
 extension that you are implementing is an extension that is officially
 registered by IANA then it is recommended to use its official name such
 that the extension can be correctly identified by other developers. Check
-with @url{http://www.iana.org/assignments/tls-extensiontype-values}
+with @url{https://www.iana.org/assignments/tls-extensiontype-values}
 for registered extensions.
 
 @subsubheading Register the extension in @code{lib/hello_ext.c}.
index 724163ed0263a6ba92686c7f2419c26ea181d51d..ff58c06822bb12b56dd9d0060e4173148188757c 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- saxonb-xslt http://www.iana.org/assignments/tls-parameters/tls-parameters.xml registry-ciphers.xslt > registry-ciphers.js -->
+<!-- saxonb-xslt https://www.iana.org/assignments/tls-parameters/tls-parameters.xml registry-ciphers.xslt > registry-ciphers.js -->
 <xsl:stylesheet version="2.0"
         xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-        xmlns:iana="http://www.iana.org/assignments"
+        xmlns:iana="https://www.iana.org/assignments"
 >
 
         <xsl:output method="text" omit-xml-declaration="yes" encoding="UTF-8"/>
index f82aee200d22c5fcd183f82fbc8bb92507bb4722..a648d079452e0686ff15b00ed96ba2911be4a272 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <?xml-stylesheet type="text/xsl" href="tls-parameters.xsl"?>
 <?oxygen RNGSchema="tls-parameters.rng" type="xml"?>
-<registry xmlns="http://www.iana.org/assignments" id="tls-parameters">
+<registry xmlns="https://www.iana.org/assignments" id="tls-parameters">
   <title>Transport Layer Security (TLS) Parameters</title>
   <category>Transport Layer Security (TLS)</category>
   <created>2005-08-23</created>