Version 0.11 01-Jun-1997 tjh (tjh@cryptsoft.com)
	- SSLeay-0.8.0 port
	- reorganised the code so that most of the SSLeay stuff is
	  now in lib/libtelnet/sslapp.c and is shared between the
	  client and the server so things are easier to maintain

Version 0.10 06-Aug-1996 tjh (tjh@mincom.oz.au)
	- updated the messages from telnet on startup so that the
	  user is 100% sure of when SSL is being used and when it 
	  is not being used (thanks to Eric for hassling me to do this)
        - extra options for working with SSLeay-0.6.x which changed
	  a lot of the verify handling stuff with support for 
	  client certificate exchange ... still to be documented
	  in detail
	    telnetd -z certrequired -z secure -z verify=1 -z certsok
	    telnet  -z secure -z cert=FILENAME.pem -z key=FILENAME.pem
	- added in support for all the telnetd args being comma separated
	  so that braindead inetd's (SunOS 5.3) can have lots of options
	  in the one option to work around arg count limits! You can
	  now do this
	    telnet -z certrequired,secure,debug,certsok

	- there is now documentation for SSL telnet ... and it should
	  be read especially if you are going to use certificates for
	  authentication

Version 0.9.1  30-May-96 chm (Christoph.Martin@Uni-Mainz.DE)
	- added the patches, which where added by tjh to SSLtelnet
        - SSLeay-0.5.2a things
	- fixed the problems with the Escape-Char on Linux and Ultrix
	- fixed: login on Solaris does not understand -p
	- don't use termcap on Linux(ELF)

Version 0.9 01-Jul-1996 tjh (tjh@mincom.oz.au)
        - hmm ... merged in some additional things ... and I don't
	  recollect exactly what :-)

Version 0.8 01-Jan-1996 tjh (tjh@mincom.oz.au)
        - fixed up gettimeofday to add the extra parameter that

Version 0.5.3  02-Feb-96 chm (Christoph.Martin@Uni-Mainz.DE)
	- fixed security problem in ssl.c
	- added patches for NetBSD
	- disabled LINEMODE for some architectures, where it is not
          supported.

Version 0.5.2c 27-Jan-96 tjh (tjh@mincom.oz.au)
        - fixed usage of AUTHTYPE_CNT - thanks to Tim Bernhardt 
          <tim@plato.chemietechnik.uni-dortmund.de> for pointing this out
          (this means "auth disable SSL" works now)
        - get the checking for -z secure correct - thanks to 
          James Walter Martin III <jwm3@harriet.jwm3.org> for pointing out
          that I had it wrong initially
  
Version 0.5.2b 31-Dec-95 tjh (tjh@mincom.oz.au)
	- fixed up building without GCC for IRIX 5.1.1.2 ... which also
	  involving fixed some hairy code with variables being declared
	  in more than one module (which IRIX C warns you about)
	  (more configure changes too)

Version 0.5.2a 29-Dec-95 tjh (tjh@mincom.oz.au)
    	- changed to support SSLeay-0.5.1 which changed the API
	- altered the autoconf stuff to support socks better and
	  also build without SSLeay cleanly (Makefile template changes)
	- fixed bug building under HP-UX 9.04 

Version 0.5.2  22-Dec-95 chm (Christoph.Martin@Uni-Mainz.DE)
    	
