Skip to content

Commit

Permalink
* sys/netinet6/esp_core.c: cache intermediate key for ESP encryption
Browse files Browse the repository at this point in the history
  algorithms, into SAs.  this will drastically improve performance
  for algorithms with long key setup time (blowfish).
  KAME PR 229.  suggested by sommerfeld.
  • Loading branch information
itojun committed Jul 23, 2000
1 parent 6b9bef1 commit d7d5164
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CHANGELOG for KAME kit

$Id: CHANGELOG,v 1.1144 2000/07/21 16:06:02 sakane Exp $
$Id: CHANGELOG,v 1.1145 2000/07/23 05:36:37 itojun Exp $

<200006>
Sat Jul 22 01:05:03 JST 2000 sakane@ydc.co.jp
Expand All @@ -9,6 +9,12 @@ Sat Jul 22 01:05:03 JST 2000 sakane@ydc.co.jp
in remote directive is on, both values of ID payloads in phase 2
exchange are always used as the addresses of end-point of IPsec-SAs.

Sat Jul 22 JST 2000 itojun@iijlab.net
* sys/netinet6/esp_core.c: cache intermediate key for ESP encryption
algorithms, into SAs. this will drastically improve performance
for algorithms with long key setup time (blowfish).
KAME PR 229. suggested by sommerfeld.

Fri Jul 21 22:37:44 JST 2000 itojun@iijlab.net
* netbsd/pkgsrc/mail/sendmail.beta: use 8.11.0.
* netbsd/pkgsrc/net/netperf: use the latest IPv6 patch (7/21).
Expand Down

0 comments on commit d7d5164

Please sign in to comment.