From 691ec526947fe9f696ee83d1d23561a5a5b5dfd4 Mon Sep 17 00:00:00 2001 From: Andrew Thoelke Date: Mon, 7 Oct 2019 15:28:36 +0100 Subject: [PATCH] Remove over-specific RFC references Rely on general reference to IANA documentation --- include/psa/crypto_types.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/psa/crypto_types.h b/include/psa/crypto_types.h index fbbb737ae..dfc17a95f 100644 --- a/include/psa/crypto_types.h +++ b/include/psa/crypto_types.h @@ -75,7 +75,6 @@ typedef uint32_t psa_key_type_t; * TLS Supported Groups Registry (formerly known as the * TLS EC Named Curve Registry) * https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-8 - * The values are defined by RFC 8422 and RFC 7027. * * This specification defines identifiers for some of the curves in the IANA * registry. Implementations that support other curves that are in the IANA @@ -102,7 +101,6 @@ typedef uint16_t psa_ecc_curve_t; * TLS Supported Groups Registry (formerly known as the * TLS EC Named Curve Registry) * https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-8 - * The values are defined by RFC 7919. * * This specification defines identifiers for some of the groups in the IANA * registry. Implementations that support other groups that are in the IANA