Re: 4 pgcrypto regressions failures - 1 unsolved - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 4 pgcrypto regressions failures - 1 unsolved
Date
Msg-id 22268.1121200149@sss.pgh.pa.us
Whole thread Raw
In response to Re: 4 pgcrypto regressions failures - 1 unsolved  (Marko Kreen <marko@l-t.ee>)
List pgsql-hackers
Marko Kreen <marko@l-t.ee> writes:
> Hopefully the last regression failure.

> - openssl.c used EVP_MAX_KEY_LENGTH / EVP_MAX_IV_LENGTH
>   constants for buffers, which are small in case of
>   OpenSSL 0.9.6x and internal AES.  (I tested it with
>   0.9.7 only, so I didn't notice...)
> - Also I noticed that the wrapper macros for CBC mode
>   do not update IV buffer.
> - As the previous mistake was not picked up by current
>   regression tests, I added a 'longer than a block'
>   test to all ciphers.

Applied, thanks.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Marko Kreen
Date:
Subject: Re: 4 pgcrypto regressions failures - 1 unsolved
Next
From: Tom Lane
Date:
Subject: Re: PL/Perl list value return causes segfault