debug and logging improvements

This commit is contained in:
Martin Willi
2006-06-13 10:01:04 +00:00
parent 22ff6f578f
commit fa32cd3c47
8 changed files with 43 additions and 16 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
Known bugs in charon
======================
- intiating the same connection twice makes trouble
- leak_detective gets confused from libpthread (invalid frees)
- installing to many SAs in the kernel at the same time causes troubles. Threading issue?
- inititate rekeying at the same time causes troubles, as the current state
machine can't handle it properly
- traffic selector changes while rekeying may cause troubles
+4 -2
View File
@@ -50,11 +50,13 @@
- implement 3DES to load encrypted pem files
+ ipsec.secrets parsing
- trapping
/ trapping
+ proper delete messages
- notifys on connection setup failure
- create child sa message/rekeying
+ create child sa message/rekeying
- implement a mechanism against thread exhaustion
when a blocked IKE_SA receives a lot of messages
- add a crl fetch mechanism which synchronizes equal fetches
- replace state machine with something more transaction oriented