Re: [PATCHES] [patch 0/9] annual pgcrypto update

2006-07-14 Thread Marko Kreen
On 7/13/06, Neil Conway <[EMAIL PROTECTED]> wrote: Marko, can you take a look at what is causing this regression test failure? The failing machine is kudu: Seems you have skipped the CAST5 patch. Could you recheck? -- marko ---(end of broadcast)---

Re: [PATCHES] [patch 0/9] annual pgcrypto update

2006-07-12 Thread Neil Conway
On Thu, 2006-07-13 at 00:50 -0400, Tom Lane wrote: > This has broken two out of the four buildfarm members that reported > in the last half hour :-( I think kudu does not like // comments, > not sure what kookaburra is on about. BTW, you've switched your animal names :) I fixed the C++-style comm

Re: [PATCHES] [patch 0/9] annual pgcrypto update

2006-07-12 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > On Tue, 2006-07-11 at 15:57 -0400, Marko Kreen wrote: >> Few cleanups and couple of new things [...] > Applied, thanks for the patch. This has broken two out of the four buildfarm members that reported in the last half hour :-( I think kudu does not like

Re: [PATCHES] [patch 0/9] annual pgcrypto update

2006-07-12 Thread Neil Conway
On Tue, 2006-07-11 at 15:57 -0400, Marko Kreen wrote: > Few cleanups and couple of new things [...] Applied, thanks for the patch. BTW, the following text from README.pgcrypto is no longer accurate, right? (circa line 42 in HEAD) "Without OpenSSL, public-key encryption does not work, as pgcrypto

Re: [PATCHES] [patch 0/9] annual pgcrypto update

2006-07-12 Thread Larry Rosenman
Neil Conway wrote: > On Tue, 2006-07-11 at 15:57 -0400, Marko Kreen wrote: >> Few cleanups and couple of new things: >> >> - add SHA2 algorithm to older OpenSSL >> - add BIGNUM math to have public-key cryptography workon >> non-OpenSSL build. >> - gen_random_bytes() function > > I'll appl

Re: [PATCHES] [patch 0/9] annual pgcrypto update

2006-07-11 Thread Neil Conway
On Tue, 2006-07-11 at 15:57 -0400, Marko Kreen wrote: > Few cleanups and couple of new things: > > - add SHA2 algorithm to older OpenSSL > - add BIGNUM math to have public-key cryptography work >on non-OpenSSL build. > - gen_random_bytes() function I'll apply this shortly. To -patches, wo