Tests TLS 1.3 (version finale RFC 8446) - Errata 1 --------------------------------------------------
1. Versions de gnutls utilisables
Remplacer « 3.6.3 » par « 3.6.4 » dans le texte. On peut utiliser la version 3.6.4 ou la version git, mais pas la version 3.6.3 :
$ ./gnutls-3.6.3/src/gnutls-cli example.org Processed 133 CA certificate(s). Resolving 'example.org:443'... Connecting to '2a01:e34:...:443'... |<1>| Detected downgrade to TLS 1.2 from TLS 1.3 *** Fatal error: An illegal parameter has been received. *** handshake has failed: An illegal parameter has been received.
$ ./gnutls-3.6.4/src/gnutls-cli example.org - Using curve: SECP256R1 - Curve size: 256 bits - Version: TLS1.3 - Server Signature: ECDSA-SECP384R1-SHA384 - Cipher: CHACHA20-POLY1305
$ ./gnutls/src/gnutls-cli example.org - Using curve: SECP256R1 - Curve size: 256 bits - Version: TLS1.3 - Server Signature: ECDSA-SECP384R1-SHA384 - Cipher: CHACHA20-POLY1305
2. Nom des serveurs dans la documentation
Les noms des exemples ne sont pas conformes au RFC 2606 https://tools.ietf.org/html/rfc2606 Remplacer dans le texte « monserveur » par « example.org ». Remplacer également « coincoin » par « example.org ».
3. Licence
À rajouter au début. Licence CC-Zero https://fr.wikipedia.org/wiki/Licence_Creative_Commons
JFB