Re: [openssl.org #1011] PKCS7 verifier fails to recognize sha1WithRSAEncryption digestAlgorithm

2005-02-19 Thread Derek Atkins via RT
"Stephen Henson via RT" <[EMAIL PROTECTED]> writes: >> Is there a good (suggested) workaround for the older version that >> doesn't have this fix? Can I, perhaps, define a new hash-type that >> defines itself as sha1WithRSAEncryption? Or do you think that would >> cause problems? >> > > Well r

Re: Engine and static linking

2005-02-19 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Fri, 18 Feb 2005 14:50:25 -0800 (PST), Prashant Kumar <[EMAIL PROTECTED]> said: pkix2005> Is it possible to use the engine implementation with pkix2005> statically linking the harware accelerator library with the pkix2005> openssl instead of dynamic linking. pkix

[openssl.org #1010] Bug report: Typo in blowfish manual page

2005-02-19 Thread Lutz Jaenicke via RT
[EMAIL PROTECTED] - Wed Feb 16 19:43:23 2005]: > There is a typo in openssl/doc/crypto/blowfish.pod in your CVS > repository. Please see the attached diff. Patch applied. Thanks, Lutz __ OpenSSL Project

[openssl.org #1014] prngd/egd interface hard loops eating CPU if descriptor closes

2005-02-19 Thread Lutz Jaenicke via RT
[EMAIL PROTECTED] - Sat Feb 19 11:06:08 2005]: > Hi. > We had a report of sshd looping and eating CPU under some conditions > (reference below). The original report was on Solaris 8, we had other on > HP-UX 11.11 and I have reproduced it on HP-UX 11.00. It can probably > occur on

Re: [openssl.org #1014] AutoReply: prngd/egd interface hard loops eating CPU if descriptor closes

2005-02-19 Thread Darren Tucker via RT
I forgot to explicitly mention it (and you can probably infer it from the patch), but for the record this was with OpenSSL 0.9.7e. -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunat

[openssl.org #1014] prngd/egd interface hard loops eating CPU if descriptor closes

2005-02-19 Thread Darren Tucker via RT
Hi. We had a report of sshd looping and eating CPU under some conditions (reference below). The original report was on Solaris 8, we had other on HP-UX 11.11 and I have reproduced it on HP-UX 11.00. It can probably occur on any platform using egd or prngd for entropy. The cau