Hello,

I would like to use CTR DRBG random number generator. It's part of
the FIPS-2.

I have downloaded the CVS tree and found fips_rand.h which defines functions
I would like to use:

FIPS_drbg_init
FIPS_drbg_instantiate
FIPS_drbg_generate
FIPS_drbg_reseed

However, I'm not able to link these functions with my application. I have
compiled openssl using sources from CVS

./config
make
make check
make install

but in the installation directory I'm missing
fips_rand.h
I have also checked the functions which are ready in openssl library but the
functions above are missing there.

can you please give me a hint how to compile FIPS-2 and link it with my
application?

Thanks a lot!
Jiri

Reply via email to