The first of many changes to make OpenSSL 1.0.1 FIPS capable.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 26 May 2011 14:19:19 +0000 (14:19 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 26 May 2011 14:19:19 +0000 (14:19 +0000)
commit7207eca1ee06ad4b5b5ab7b16e57f5f4f61606dd
tree807dd0dc17677e2ba0a464548ac94096a4ca6933
parent9c34782478f00faba7bac87bd03a0f4f1ee53747
The first of many changes to make OpenSSL 1.0.1 FIPS capable.

Add static build support to openssl utility.

Add new "fips" option to Configure.

Make use of installed fipsld and fips_standalone_sha1

Initialise FIPS error callbacks, locking and DRBG.

Doesn't do anything much yet: no crypto is redirected to the FIPS module.

Doesn't completely build either but the openssl utility can enter FIPS mode:
which doesn't do anything much either.
Configure
Makefile.org
apps/Makefile
crypto/Makefile
crypto/cryptlib.c
crypto/crypto.h
crypto/err/err.h
crypto/o_init.c [new file with mode: 0644]
crypto/rand/rand.h
crypto/rand/rand_lib.c