Re: cvs commit: src/crypto/openssl/crypto/rsa rsa_sign.c

2006-09-10 Thread Colin Percival
Tom Rhodes wrote: > On Sun, 10 Sep 2006 14:35:50 -0700 > Colin Percival <[EMAIL PROTECTED]> wrote: >> Simon is the OpenSSL maintainer for the base system, so it's up to him >> to decide what the easiest way for him to do things is... > > I didn't know that. Wasn't it DES until recently? DES is t

Re: cvs commit: src/crypto/openssl/crypto/rsa rsa_sign.c

2006-09-10 Thread Tom Rhodes
On Sun, 10 Sep 2006 14:35:50 -0700 Colin Percival <[EMAIL PROTECTED]> wrote: > LI Xin wrote: > > Simon L. Nielsen wrote: > >> Modified files: > >> crypto/openssl/crypto/rsa rsa_sign.c > >> > >> Revision ChangesPath > >> 1.2 +128 -67 src/crypto/openssl/crypto/rsa/rsa_sign

Re: cvs commit: src/crypto/openssl/crypto/rsa rsa_sign.c

2006-09-10 Thread Colin Percival
LI Xin wrote: > Simon L. Nielsen wrote: >> Modified files: >> crypto/openssl/crypto/rsa rsa_sign.c >> >> Revision ChangesPath >> 1.2 +128 -67 src/crypto/openssl/crypto/rsa/rsa_sign.c > > I think this should happen on vendor branch or it would be a pain for > our next upg

Re: cvs commit: src/crypto/openssl/crypto/rsa rsa_sign.c

2006-09-10 Thread LI Xin
Simon L. Nielsen wrote: > simon 2006-09-10 20:16:43 UTC > > FreeBSD src repository > > Modified files: > crypto/openssl/crypto/rsa rsa_sign.c > Log: > Correct incorrect PKCS#1 v1.5 padding validation in crypto(3). > > Obtained from: OpenSSL project > Security: Fre