EVP_md5() on MPC 8248

2004-12-19 Thread gurus
Hi, I am running net-snmp 5.1.1 SNMP agent on *MPC 8248*. It uses HMAC function to generate a MAC. It calls the HMAC function as HMAC(EVP_md5(), key, keylen, message, msglen, buf, &buf_len); When I send a request(SNMPv3 request with md5 auth) from an Intel processor, I get an authentication fai

Re: OpenSSL 0.9.8 pre-release

2004-12-19 Thread The Doctor
On Sun, Dec 19, 2004 at 08:55:50PM +0100, Dr. Stephen Henson wrote: > On Sat, Dec 18, 2004, Richard Levitte - VMS Whacker wrote: > > > > > shinelight> To the OP: What do you need from 0.9.8 that 0.9.7 doesn't > > shinelight> offer? I've successfully built 0.9.8 a number of times > > shinelight>

Re: OpenSSL 0.9.8 pre-release

2004-12-19 Thread Dr. Stephen Henson
On Sat, Dec 18, 2004, Richard Levitte - VMS Whacker wrote: > > shinelight> To the OP: What do you need from 0.9.8 that 0.9.7 doesn't > shinelight> offer? I've successfully built 0.9.8 a number of times > shinelight> under Windows, but took me 3-4 hours to work the minor > shinelight> bugs out o

Certificate Distribution Point(CDP) handling in C

2004-12-19 Thread Lincoln
Hello, It appears that OpenSSL does not retrieve CRL from id-ce-cRLDistributionPoints field (CDP) contained in a certificate, and verify certificate against it. I traced the source code and didn't find the logic. Richard Levitte in dev forum confirmed this and asserted that CDP is handled by ap

Re: CERTIFICATE WILL NOT BE CERTIFIED ... why?

2004-12-19 Thread Dr. Stephen Henson
On Sun, Dec 19, 2004, Mike_SSL wrote: > > I think that old console bug is the problem. > ... > > I hadn't noticed it before, but I started all over again and paid > close attention to every step ... when I generate my initial CA cert and > key, after I enter a passphrase (and verify it), the ver

Re: CERTIFICATE WILL NOT BE CERTIFIED ... why?

2004-12-19 Thread Peter Sylvester
> > Is there an easy fix for this? > Another one might be is to use fixed values in the configuration file, i.e. no prompting at all. Organisation_value ="the unmodifiable organisation" instead if _default stuff. __ OpenSSL

Re: CERTIFICATE WILL NOT BE CERTIFIED ... why?

2004-12-19 Thread Mike_SSL
> I think that old console bug is the problem. ... > I hadn't noticed it before, but I started all over again and paid close attention to every step ... when I generate my initial CA cert and key, after I enter a passphrase (and verify it), the very next query (for Organization Name) doesn't wai