diff options
author | itojun <itojun@pkgsrc.org> | 2000-06-14 08:00:49 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-06-14 08:00:49 +0000 |
commit | e704c8da4824dc09d62cd8bad7b68ae980d35a8b (patch) | |
tree | 6473ff17c998a1d12874b5ee1118662dfa629d62 /security/racoon/pkg | |
parent | 6f9ae1786999143fdf97bc43a09e2a3023548469 (diff) | |
download | pkgsrc-e704c8da4824dc09d62cd8bad7b68ae980d35a8b.tar.gz |
upgrade to 2000/6/14 snapshot. changes:
- SA bundle (AH + ESP) negotiation is corrected
- be more picky about permission of pre-shared key file (don't open it
it it looks vulnerable).
Diffstat (limited to 'security/racoon/pkg')
-rw-r--r-- | security/racoon/pkg/DESCR | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/racoon/pkg/DESCR b/security/racoon/pkg/DESCR index a74946eb51e..6a0c550beb6 100644 --- a/security/racoon/pkg/DESCR +++ b/security/racoon/pkg/DESCR @@ -2,7 +2,6 @@ racoon speaks IKE (ISAKMP/Oakley) key management protocol, to establish security association with other hosts. Known issues: -- Cannot negotiate SA bundle, like "AH + ESP". Will be fixed soon. - Too many use of dynamic memory allocation, which leads to memory leak. - Non-threaded implementation. Simultaneous key negotiation performance should be improved. |