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}.
<?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"/>
<?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>