head	1.3;
access;
symbols
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2001.11.01.08.28.38;	author roam;	state dead;
branches;
next	1.2;

1.2
date	2001.08.18.07.30.59;	author mharo;	state Exp;
branches;
next	1.1;

1.1
date	2001.02.26.03.39.30;	author steve;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update to 3.21.
Change USE_AUTOCONF to GNU_CONFIGURE; there have been no configure.in
patches for some time now.

PR:		31656
Submitted by:	maintainer
@
text
@--- ssl.c.orig	Sun Aug 12 22:42:51 2001
+++ ssl.c	Thu Aug 16 08:56:17 2001
@@@@ -26,7 +26,7 @@@@
 #define NO_DH
 
 /* Non-blocking sockets are disabled by default */
-/* #define USE_NBIO */
+#define USE_NBIO
 
 #ifndef NO_RSA
 
@


1.2
log
@Update the stunnel package to the latest version.

Changelog for version 3.20, 2001.08.15, urgency: LOW:

* setsockopt() optlen set according to the optval for Solaris.
* Minor NetBSD compatibility fixes by Martti Kuparinen.
* Minor MSVC6 compatibility fixes by Patrick Mayweg.
* SSL close_notify timeout reduced to 10 seconds of inactivity.
* Socket close instead of reset on close_notify timeout.
* Some source arrangement and minor bugfixes.

PR:		29766
Submitted by:	    maintainer
@
text
@@


1.1
log
@Use non-blocking I/O by default.

PR:		21513
Submitted by:	Mike Harding <mvh@@ix.netcom.com>
@
text
@d1 4
a4 3
--- ssl.c.orig	Sun Feb 25 14:16:43 2001
+++ ssl.c	Sun Feb 25 14:16:51 2001
@@@@ -28,7 +28,7 @@@@
a6 1
 /* It works on most systems so feel free to uncomment the next line */
@

