From 35b6854e543a81f4ecfead5394810f447f81abdc Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Mon, 8 Oct 2018 14:47:38 +0100 Subject: [PATCH] Replace reference to RFC 3280 by reference to newer RFC 5280 --- library/x509_create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/x509_create.c b/library/x509_create.c index fb9a83905..8cb3a0356 100644 --- a/library/x509_create.c +++ b/library/x509_create.c @@ -48,7 +48,7 @@ typedef struct { #define ADD_STRLEN( s ) s, sizeof( s ) - 1 -// note: preset tag types as proposed in RFC3280 and widely used +/* X.509 DN attributes from RFC 5280, Appendix A.1. */ static const x509_attr_descriptor_t x509_attrs[] = { { ADD_STRLEN( "CN" ), MBEDTLS_OID_AT_CN, MBEDTLS_ASN1_UTF8_STRING },