]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
refer to rfc6125
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 29 Aug 2014 17:55:31 +0000 (19:55 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 29 Aug 2014 17:55:31 +0000 (19:55 +0200)
lib/x509/hostname-verify.c

index b3f3b75ce642e200687434f06ee4e655ecab41f0..b5b9c056c589c0bf132820f1d42af9e703f9c0d5 100644 (file)
@@ -34,7 +34,7 @@
  *
  * This function will check if the given certificate's subject matches
  * the given hostname.  This is a basic implementation of the matching
- * described in RFC2818 (HTTPS), which takes into account wildcards,
+ * described in RFC6125, and takes into account wildcards,
  * and the DNSName/IPAddress subject alternative name PKIX extension.
  *
  * For details see also gnutls_x509_crt_check_hostname2().
@@ -99,7 +99,7 @@ static int has_embedded_null(const char *str, unsigned size)
  *
  * This function will check if the given certificate's subject matches
  * the given hostname.  This is a basic implementation of the matching
- * described in RFC2818 (HTTPS), which takes into account wildcards,
+ * described in RFC6125, and takes into account wildcards,
  * and the DNSName/IPAddress subject alternative name PKIX extension.
  *
  * IPv4 addresses are accepted by this function in the dotted-decimal