Re: ncursesw

2010-08-23 Thread Landry Breuil
On Mon, Aug 23, 2010 at 01:36:53AM +0100, Nicholas Marriott wrote: Hi Here are the bits for wide character support in libcurses, libform, libpanel, libmenu. Apply the diff below and extract this tarball in src/lib (note this is on a slow connection so please don't bother unless you are

bgpd config to announce one netblock only to one upstream

2010-08-23 Thread Rod Whitworth
I'm looking after a bgpd setup which announces an IPv6 /32 and an IPv4 /21. Due to a need for some heavy traffic clients to have their traffic arrive via just one transit I'd like to turn that /21 into a /22 and two /23s and only advertise one of the /23s via the heavy traffic transit. I'm on

Re: AES-GCM Part 1: AES-GCM implementation

2010-08-23 Thread Mike Belopuhov
On Sun, Aug 22, 2010 at 19:40 +, Christian Weisgerber wrote: Mike Belopuhov m...@crypt.org.ru wrote: This is a first diff of a series that brings support for the Galois/Counter Mode for AES in OpenBSD. \o/ Comments below. thanks for the feedback! --- crypto/cryptosoft.c

NSD manpage in mdoc

2010-08-23 Thread Jean-Philippe Ouellet
A few days ago I saw a commit for NSD, I had never heard of it before, so naturally, I went to read the manpage, however it wasn't there. I looked at the cvs tree, and saw that there was a manpage, just not formatted for mandoc like all other manpages I've seen in OpenBSD, so I read up on

Re: AES-GCM Part 1: AES-GCM implementation

2010-08-23 Thread Mark Kettenis
Date: Mon, 23 Aug 2010 14:09:03 +0200 From: Mike Belopuhov m...@crypt.org.ru On Sun, Aug 22, 2010 at 19:40 +, Christian Weisgerber wrote: Mike Belopuhov m...@crypt.org.ru wrote: This is a first diff of a series that brings support for the Galois/Counter Mode for AES in OpenBSD.

Re: AES-GCM Part 1: AES-GCM implementation

2010-08-23 Thread Tobias Weingartner
Not sure if anyone has responded yet... been a while since I've actually had time to read any of these lists. :( Anyways, comments inline On Friday, August 20, Mike Belopuhov wrote: Index: crypto/cryptodev.h === RCS file: