xref: /openbsd/sbin/isakmpd/BUGS (revision 3e56d06f)
1$OpenBSD: BUGS,v 1.16 2017/08/22 15:03:37 mpi Exp $
2$EOM: BUGS,v 1.38 2000/02/18 08:47:35 niklas Exp $
3
4Until we have a bug-tracking system setup, we might just add bugs to this
5file:
6------------------------------------------------------------------------------
7
8* We need a death timeout on half-ready SAs just like exchanges.  At the
9  moment we leak SAs.
10
11* Quick mode establishments via UI using -P bind-addr gets "Address already in
12  use".
13
14* If the first proposal is turned down, the initiator gets confused.
15
16* Renegotiation after a failed phase 1 fails.
17
18* Rekeying is now done automatically on expirations, it should not.  The
19  SAs should be brought up on-demand just like the first time.
20
21* Notifications regarding exchange errors seems to not have the right SPI,
22  at least not in phase 1, in NO_PROPOSAL_CHOSEN.
23
24* Outgoing informational exchanges when we use INVALID_PAYLOAD_TYPE
25  cause a DOI error.
26
27* In Linux select(2) of named pipes seems broken as they will return as
28  readable even when nothing is there after one read has succeeded.
29
30* I have seen INITIAL-CONTACT sent on the second Main Mode.
31
32* When ID mismatches occur, coredumps may follow, investigate!
33
34* ESP+AH does not work properly
35
36* Looping QM seen (due to lost sendpackets from other participant?)
37
38* Teardown from UI does not remove exchanges.
39
40* Wrong error message when policy check fails.
41
42* Retransmit of QM (packet 1) after INFO/PAYLOAD_MALFORMED was received.
43
44* SIGSEGV after sa_enter: sa added to sa list, trigged by DELETE notify (Linux)
45
46* Passive connections, undefined local&remote IDs will cause IKE peer IDs
47  to be used.
48
49* host route support in KLIPS does not work properly
50
51* When not having compiled in support for a certain crypto algorithm and
52  the config file still tells us to propose it, we segfault.
53