Home | History | Annotate | Line # | Download | only in ipsec-tools
NEWS revision 1.1.1.6
      1 Version history:
      2 ----------------
      3 0.7???	- ??
      4 	o Xauth with pre-shared key PSK
      5 	o Xauth with certificates
      6 	o SHA2 support
      7 	o pkcs7 support
      8 	o system accounting (utmp)
      9 	o Darwin support
     10 	o configuration can be reloaded
     11 	o support for UNIQUE generated policies
     12 	o support for semi anonymous sainfos
     13 
     14 0.6	- 27 June 2005
     15 	o Generated policies are now correctly flushed
     16 	o NAT-T works with multiple peers behind the NAT (need kernel support)
     17 	o Xauth can use shadow passwords
     18 	o TCP-MD5 support
     19 	o PAM support for Xauth
     20 	o Privilege separation
     21 	o ESP fragmentation in tunnel mode can be tunned (NetBSD only)
     22 	o racoon admin interface is exported (header and library) to 
     23 	  help building control programs for racoon (think GUI)
     24  	o Fixed single DES support; single DES users MUST UPGRADE.
     25 
     26 0.5	- 10 April 2005
     27 	o Rewritten buildsystem. Now completely autoconfed, automaked,
     28 	  libtoolized.
     29 	o IPsec-tools now compiles on NetBSD and FreeBSD again.
     30 	o Support for server-side hybrid authentication, with full 
     31 	  RADIUS supoort. This is interoperable with the Cisco VPN client.
     32 	o Support for client-side hybrid authentication (Tested only with
     33 	  a racoon server)
     34 	o ISAKMP mode config support
     35 	o IKE fragmentation support
     36 	o Fixed FWD policy support.
     37 	o Fixed IPv6 compilation.
     38 	o Readline is optional, fixed setkey when compiled without readline.
     39 	o Configurable Root-CA certificate.
     40 	o Dead Peer Detection (DPD) support.
     41 
     42 0.4rc1	- 09 August 2004
     43 	o Merged support for PlainRSA keys from the 'plainrsa' branch.
     44 	o Inheritance of 'remote{}' sections.
     45 	o Support for SPD policy priorities in setkey.
     46 	o Ciphers are now used through the 'EVP' interface which allows
     47 	  using hardware crypto accelerators.
     48 	o Setkey has new option -n (no action).
     49 	o All source files now have 3-clause BSD license.
     50 
     51 0.3	- 14 April 2004
     52         o Fixed setkey to handle multiline commands again.
     53 	o Added command 'exit' to setkey.
     54 	o Fixed racoon to only Warn if no CRL was found.
     55 	o Improved testsuite.
     56 
     57 0.3rc5	- 05 April 2004
     58 	o Security bugfix WRT handling X.509 signatures.
     59 	o Stability fix WRT unknown PF_KEY messages.
     60 	o Fixed NAT-T with more proposals (e.g. more crypto algos).
     61 	o Setkey parses lines one by one => doesn't exit on errors.
     62 	o Setkey supports readline => more user friendly.
     63 
     64 0.3rc4	- 25 March 2004
     65 	o Fixed adding "null" encryption via 'setkey'.
     66 	o Fixed segfault when using AES in Phase1 with OpenSSL>=0.9.7
     67 	o Fixed NAT-T in aggresive mode.
     68 	o Fixed testsuite and added testsuite run into make check.
     69 
     70 0.3rc3	- 19 March 2004
     71 	o Fixed compilation error with --enble-yydebug
     72 	o Better diagnostic when proposals don't match.
     73 	o Changed/added options to setkey.
     74 
     75 0.3rc2	- 11 March 2004
     76 	o Added documentation for NAT-T
     77 	o Better NAT-T diagnostic.
     78 	o Test and workaround for missing va_copy()
     79 
     80 0.3rc1	- 04 March 2004
     81 	o Support for NAT Traversal (NAT-T)
     82 
     83 0.2.4	- 29 January 2004
     84 	o Sync with KAME as of 2004-01-07
     85 	o Fixed unauthorized deletion of SA in racoon (again).
     86 
     87 0.2.3	- 15 January 2004
     88 	o Support for SA lifetime specified in bytes
     89 	  (see setkey -bs/-bh options)
     90 	o Enhance support for OpenSSL 0.9.7
     91 	o Let racoon be more verbose
     92 	o Fixed some simple bugs (see ChangeLog for details)
     93 	o Fixed unauthorized deletion of SA in racoon
     94 	o Fixed problems on AMD64
     95 	o Ignore multicast addresses for IKE
     96 
     97 0.2.2	- 13 March 2003
     98 	o Fix racoon to build on some systems that require linking against -lfl
     99 	o add an RPM spec to the distribution
    100 
    101 0.2.1	- 07 March 2003
    102 	o Fix some more gcc-3.2.2 compiler warnings
    103 	o Fix racoon to actually configure with ssl in a non-standard location
    104 	o Fix racoon to not complain if krb5-config is not installed
    105 
    106 0.2	- 06 March 2003
    107 	o Glibc-2.3 support
    108 	o OpenSSL-0.9.7 support
    109 	o Fixed duplicate-macro problems
    110 	o Fix racoon lex/yacc support
    111 	o Install psk.txt mode 600, racoon.conf mode 644
    112 	o Fix racoon to look in the correct directory for config files
    113 
    114 0.1	- 03 March 2003
    115 	o Initial release of IPsec-Tools
    116