INN commit: branches/2.6/nnrpd (tls.c tls.h)
INN Commit
rra at isc.org
Sun Dec 2 14:35:11 UTC 2018
Date: Sunday, December 2, 2018 @ 06:35:10
Author: iulius
Revision: 10309
Update comments of TLS implementation (it is not v1 only)
Modified:
branches/2.6/nnrpd/tls.c
branches/2.6/nnrpd/tls.h
-------+
tls.c | 9 +--------
tls.h | 9 +--------
2 files changed, 2 insertions(+), 16 deletions(-)
Modified: tls.c
===================================================================
--- tls.c 2018-12-02 14:33:59 UTC (rev 10308)
+++ tls.c 2018-12-02 14:35:10 UTC (rev 10309)
@@ -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"
Modified: tls.h
===================================================================
--- tls.h 2018-12-02 14:33:59 UTC (rev 10308)
+++ tls.h 2018-12-02 14:35:10 UTC (rev 10309)
@@ -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