INN commit: trunk/nnrpd (tls.c tls.h)

INN Commit rra at isc.org
Sat Nov 10 22:13:42 UTC 2018


    Date: Saturday, November 10, 2018 @ 14:13:41
  Author: iulius
Revision: 10299

Update comments of TLS implementation (it is not v1 only)

Modified:
  trunk/nnrpd/tls.c
  trunk/nnrpd/tls.h

-------+
 tls.c |   11 ++---------
 tls.h |    9 +--------
 2 files changed, 3 insertions(+), 17 deletions(-)

Modified: tls.c
===================================================================
--- tls.c	2018-11-10 22:12:03 UTC (rev 10298)
+++ tls.c	2018-11-10 22:13:41 UTC (rev 10299)
@@ -1,17 +1,10 @@
 /*  $Id$
 **
-**  tls.c -- TLSv1 functions.
+**  tls.c -- TLS functions.
 **  Copyright (C) 2000 Kenichi Okada <okada at opaopa.org>.
 **
 **  Author:  Kenichi Okada <okada at opaopa.org>
 **  Created:  2000-02-22
-**
-**  [RFC 2246] "The TLS Protocol Version 1.0"
-**      by Christopher Allen <callen at certicom.com> and
-**      Tim Dierks <tdierks at certicom.com> (1999/01)
-**
-**  [RFC 2595] "Using TLS with IMAP, POP3 and ACAP"
-**      by Chris Newman <chris.newman at innosoft.com> (1999/06)
 */
 
 #include "config.h"
@@ -573,7 +566,7 @@
 #  if OPENSSL_VERSION_NUMBER >= 0x01000200fL
         /* Function supported since OpenSSL 1.0.2.
          * Removed since OpenSSL 1.1.0, supporting ECDH by default with
-         * the most appropriate parameters). */
+         * the most appropriate parameters. */
         SSL_CTX_set_ecdh_auto(CTX, 1);
 #  else
         SSL_CTX_set_tmp_ecdh(CTX,

Modified: tls.h
===================================================================
--- tls.h	2018-11-10 22:12:03 UTC (rev 10298)
+++ tls.h	2018-11-10 22:13:41 UTC (rev 10299)
@@ -1,17 +1,10 @@
 /*  $Id$
 **
-**  tls.h -- TLSv1 functions.
+**  tls.h -- TLS functions.
 **  Copyright (C) 2000 Kenichi Okada <okada at opaopa.org>.
 **
 **  Author:  Kenichi Okada <okada at opaopa.org>
 **  Created:  2000-02-22
-**
-**  [RFC 2246] "The TLS Protocol Version 1.0"
-**      by Christopher Allen <callen at certicom.com> and
-**      Tim Dierks <tdierks at certicom.com> (1999/01)
-**
-**  [RFC 2595] "Using TLS with IMAP, POP3 and ACAP"
-**      by Chris Newman <chris.newman at innosoft.com> (1999/06)
 */
 
 #ifdef HAVE_OPENSSL



More information about the inn-committers mailing list