|
|||||||||||
|
[Users] ANNOUNCE: x509-1.5.2a bug fix for freeswan-2.05 released
From: Andreas Steffen <andreas.steffen(at)strongsec.net>
Date: Sun Feb 29 2004 - 14:56:13 EST Regards Andreas Andreas Steffen e-mail: andreas.steffen@strongsec.com strongSec GmbH home: http://www.strongsec.com Alter Zürichweg 20 phone: +41 1 730 80 64CH-8952 Schlieren (Switzerland) fax: +41 1 730 80 65 ==========================================[strong internet security]===
diff -urN freeswan-2.05-1.5.2/programs/ipsec/distro.txt freeswan-2.05-x509/programs/ipsec/distro.txt
--- freeswan-2.05-1.5.2/programs/ipsec/distro.txt Sun Feb 29 16:25:29 2004
+++ freeswan-2.05-x509/programs/ipsec/distro.txt Sun Feb 29 11:34:01 2004
--- freeswan-2.05-1.5.2/programs/pluto/Makefile Sun Feb 29 16:25:29 2004 +++ freeswan-2.05-x509/programs/pluto/Makefile Sun Feb 29 11:34:34 2004 @@ -16,7 +16,7 @@
# This is the X.509 version which is made available to Pluto via the
# compile-time option -DX509
# Uncomment this line to enable OCSP and dynamic CRL fetching using HTTP or FTP
#LIBCURL=1
--- freeswan-2.05-1.5.2/programs/pluto/ipsec_doi.c Sun Feb 29 16:25:29 2004 +++ freeswan-2.05-x509/programs/pluto/ipsec_doi.c Sun Feb 29 15:44:34 2004- +
if (!IS_ISAKMP_SA_ESTABLISHED(encst->st_state))
{
if (encst->st_new_iv_len > MAX_DIGEST_LEN)
impossible();
- memcpy(encst->st_iv, encst->st_new_iv, encst->st_new_iv_len);
- encst->st_iv_len = encst->st_new_iv_len;
+ memcpy(encst->st_ph1_iv, encst->st_new_iv, encst->st_new_iv_len);
+ encst->st_ph1_iv_len = encst->st_new_iv_len;
}
init_phase2_iv(encst, &msgid);
if (!encrypt_message(&r_hdr_pbs, encst))
_______________________________________________
FreeS/WAN Users mailing list
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:02:06 EDT |
||||||||||
|
|||||||||||