diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-04-19 19:55:31 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-04-19 19:55:31 +0000 |
commit | 1b3859db2c7a719bf6ec18309d8e9f8ae3d8d683 (patch) | |
tree | 029fd900940b0bc9926ee9f95b8b0ebf78d5fc26 | |
parent | 8cb95aa7c6d2ef81ae9c0f344296f945796f44cc (diff) |
./BUGS: Merge with EOM 1.28
Up-to-date
we do not leak SPIs now
New bugs
up-to-date
-rw-r--r-- | sbin/isakmpd/BUGS | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/sbin/isakmpd/BUGS b/sbin/isakmpd/BUGS index 716af6ec455..eaed320bbbb 100644 --- a/sbin/isakmpd/BUGS +++ b/sbin/isakmpd/BUGS @@ -1,5 +1,5 @@ -$OpenBSD: BUGS,v 1.6 1999/03/31 20:29:10 niklas Exp $ -$EOM: BUGS,v 1.24 1999/03/31 20:24:50 niklas Exp $ +$OpenBSD: BUGS,v 1.7 1999/04/19 19:55:30 niklas Exp $ +$EOM: BUGS,v 1.28 1999/04/17 15:48:24 niklas Exp $ Until we have a bug-tracking system setup, we might just add bugs to this file: @@ -18,7 +18,7 @@ file: * If a phase 1 SA negotiation terminates with a cause that is to be sent in a NOTIFY to the peer, we get multiple free calls on the cleanup of the - informational exchange. + informational exchange. [fixed] * IKE mandates that a HASH should be added to informational exchanges in phase 2. @@ -61,8 +61,13 @@ file: * ISAKMP SAs does not get removed after rekeying. [fixed] -* On-demand PF_ENCAP SAs does not get reestablished. +* On-demand PF_ENCAP SAs does not get reestablished. [fixed] * Rekeying is now done automatically on expirations, it should not. The SAs should be brought up on-demand just like the first time. +* Notifications regarding exchange errors seems to not have the right SPI, + at least not in phase 1, in NO_PROPOSAL_CHOSEN. + +* Outgoing informational exchanges when we use INVALID_PAYLOAD_TYPE + cause a DOI error. |