Re: AES-GCM Part 4: ipsecctl

2010-09-09 Thread Mike Belopuhov
On Wed, Sep 08, 2010 at 19:30 +0200, Mike Belopuhov wrote: > changes: > > - don't allow other hashes with gcm. pointed out by naddy. > fixed a segfault. spotted by naddy. Index: ike.c === RCS file: /home/cvs/src/sbin/ipsecctl/ike

Re: AES-GCM Part 4: ipsecctl

2010-09-08 Thread Mike Belopuhov
changes: - don't allow other hashes with gcm. pointed out by naddy. Index: ike.c === RCS file: /home/cvs/src/sbin/ipsecctl/ike.c,v retrieving revision 1.67 diff -u -p -r1.67 ike.c --- ike.c 4 Oct 2009 11:39:32 - 1.67

Re: AES-GCM Part 4: ipsecctl

2010-09-06 Thread Mike Belopuhov
On Thu, Sep 02, 2010 at 11:53 +0200, Mike Belopuhov wrote: > On Mon, Aug 30, 2010 at 22:27 +0200, Mike Belopuhov wrote: > > ipsecctl part. > > > > Fixed manual key for gcm and cbc (apparently somebody forgot it). > Note that gcm spec says you should not use manual keys. > - dropped support for

Re: AES-GCM Part 4: ipsecctl

2010-09-02 Thread Mike Belopuhov
On Mon, Aug 30, 2010 at 22:27 +0200, Mike Belopuhov wrote: > ipsecctl part. > Fixed manual key for gcm and cbc (apparently somebody forgot it). Note that gcm spec says you should not use manual keys. Index: ike.c === RCS file: /home

AES-GCM Part 4: ipsecctl

2010-08-30 Thread Mike Belopuhov
ipsecctl part. Index: ike.c === RCS file: /home/cvs/src/sbin/ipsecctl/ike.c,v retrieving revision 1.67 diff -u -p -r1.67 ike.c --- ike.c 4 Oct 2009 11:39:32 - 1.67 +++ ike.c 30 Aug 2010 17:54:19 - @@ -161,6 +