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.
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
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