From tarunupadhyay at yahoo.com Fri Apr 7 19:20:54 2000 From: tarunupadhyay at yahoo.com (Tarun \"uppu\" Upadhyay) Date: Fri, 07 Apr 2000 22:50:54 +0530 Subject: certificate exchange API References: <20000229141547.A12652@i-net.paiko.gr> <20000229160014.B1847@frodo.gnupg.de> Message-ID: <38EE18F6.60E6546F@yahoo.com> I was working on the certificate exchange API for gnutls and was wondering what are the other well-written programs which i can refer. (i am already looking at apache). regards tarun __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com From nmav at hellug.gr Sat Apr 8 18:21:46 2000 From: nmav at hellug.gr (Nikos Mavroyanopoulos) Date: Sat, 8 Apr 2000 19:21:46 +0300 Subject: certificate exchange API In-Reply-To: <38EE18F6.60E6546F@yahoo.com>; from tarunupadhyay@yahoo.com on Fri, Apr 07, 2000 at 10:50:54PM +0530 References: <20000229141547.A12652@i-net.paiko.gr> <20000229160014.B1847@frodo.gnupg.de> <38EE18F6.60E6546F@yahoo.com> Message-ID: <20000408192146.A29892@i-net.paiko.gr> On Fri, Apr 07, 2000 at 10:50:54PM +0530, Tarun "uppu" Upadhyay wrote: > I was working on the certificate exchange API for gnutls and was > wondering what are the other well-written programs which i can refer. (i > am already looking at apache). I think openssl handles all these in apache. You can find at http://www.openssl.org. > regards > tarun -- Nikos Mavroyanopoulos mailto:nmav at hellug.gr From tarunupadhyay at yahoo.com Mon Apr 10 10:30:37 2000 From: tarunupadhyay at yahoo.com (Tarun \"uppu\" Upadhyay) Date: Mon, 10 Apr 2000 14:00:37 +0530 Subject: certificate exchange API References: <20000229141547.A12652@i-net.paiko.gr> <20000229160014.B1847@frodo.gnupg.de> <38EE18F6.60E6546F@yahoo.com> <20000408192146.A29892@i-net.paiko.gr> Message-ID: <38F1912D.A8341907@yahoo.com> nikos, gnutls as in CVS has stopped compiling. apparently the problem is some incompatiblity with mhash. e.g. mhash_hmac_init has been changed to hmac_mhash_init is it intentional? regards tarun __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com From nmav at hellug.gr Mon Apr 10 12:20:45 2000 From: nmav at hellug.gr (Nikos Mavroyanopoulos) Date: Mon, 10 Apr 2000 13:20:45 +0300 Subject: certificate exchange API In-Reply-To: <38F1912D.A8341907@yahoo.com>; from tarunupadhyay@yahoo.com on Mon, Apr 10, 2000 at 02:00:37PM +0530 References: <20000229141547.A12652@i-net.paiko.gr> <20000229160014.B1847@frodo.gnupg.de> <38EE18F6.60E6546F@yahoo.com> <20000408192146.A29892@i-net.paiko.gr> <38F1912D.A8341907@yahoo.com> Message-ID: <20000410132045.A17296@i-net.paiko.gr> On Mon, Apr 10, 2000 at 02:00:37PM +0530, Tarun "uppu" Upadhyay wrote: > nikos, > gnutls as in CVS has stopped compiling. > apparently the problem is some incompatiblity with mhash. > e.g. mhash_hmac_init has been changed to hmac_mhash_init > is it intentional? No hmac_mhash_init has changed to mhash_hmac_init :) Try http://mhash.sourceforge.net and download the latest mhash. > regards > tarun -- Nikos Mavroyanopoulos mailto:nmav at hellug.gr From nmav at hellug.gr Mon Apr 10 19:16:04 2000 From: nmav at hellug.gr (Nikos Mavroyanopoulos) Date: Mon, 10 Apr 2000 20:16:04 +0300 Subject: anon_DH added Message-ID: <20000410201604.A9097@i-net.paiko.gr> I've just added anonymous Diffie Hellman in gnutls. The key exchange works (i've tested that) but there seem to be a bug in the PRF function. I'll correct that and then test it against other implementations (i've got ssleay) in case there are bugs (and unfortunately there are a lot:). -- Nikos Mavroyanopoulos mailto:nmav at hellug.gr From nmav at hellug.gr Fri Apr 14 12:03:57 2000 From: nmav at hellug.gr (Nikos Mavroyanopoulos) Date: Fri, 14 Apr 2000 13:03:57 +0300 Subject: tls tests Message-ID: <20000414130357.A9453@i-net.paiko.gr> I've tested the serv and cli test programs of gnutls against, the s_client and s_server of openssl, and there seem to be some kind of communication. The fact is that openssl does not support our only ciphersuite (anon-dh), and thus the communication fails at that point. I'm going to leave for athens in a few days so i'll not be able to code for about a month. -- Nikos Mavroyanopoulos mailto:nmav at hellug.gr