Re: FIPS-Capable openssl-1.0.1c: HP-UX parisc2-gcc hmac.c Build Crashes if FIPS Algs Specified, Runs Otherwise

2012-09-12 Thread Steve Marquess
On 09/11/2012 10:41 PM, Welling, Conrad Gerhart wrote: > openssl-users: > > > > Has anyone tried building FIPS-capable openssl-1.0.1c on HP PA-RISC 2.0? > If so, please give me a clue. We haven't had access to PA-RISC for some time now, so that platform is effectively unsupported. -Steve M.

FIPS-Capable openssl-1.0.1c: HP-UX parisc2-gcc hmac.c Build Crashes if FIPS Algs Specified, Runs Otherwise

2012-09-12 Thread Welling, Conrad Gerhart
openssl-users: Has anyone tried building FIPS-capable openssl-1.0.1c on HP PA-RISC 2.0? If so, please give me a clue. I can build the FIPS Object Module and link it, but, attempts to use FIPS algs fail although non-FIPS algs work. Following is brief description of test with hmac.c example

hmac.c

2006-03-07 Thread dasu (sent by Nabble.com)
How can hmac.c(openssl/crypto/hmac) be used as pseudo random generator (to generate keys) and mac calculation? For both purpose i.e to generate keys and mac hmac.c is used. During keys 4th parameter of HMAC() is passed 0.AND During mac 4th parameter is message. prf= HMAC( md, key, keylen,(void