Implement FIPS_mode and FIPS_mode_set
authorDr. Stephen Henson <steve@openssl.org>
Thu, 19 May 2011 18:09:02 +0000 (18:09 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 19 May 2011 18:09:02 +0000 (18:09 +0000)
commit086e32a6c7df4588834bc4d033a00382fd313b58
tree6ceaf1e1c7be5fbf9251356fd73a0d26bcdbff29
parent05b4fc6c220d539b3485507fcbb7efed4edc2adc
Implement FIPS_mode and FIPS_mode_set
15 files changed:
CHANGES
apps/openssl.c
crypto/Makefile
crypto/cpt_err.c
crypto/crypto.h
crypto/o_fips.c [new file with mode: 0644]
ssl/s23_clnt.c
ssl/s23_srvr.c
ssl/s3_clnt.c
ssl/s3_enc.c
ssl/s3_srvr.c
ssl/ssl_ciph.c
ssl/ssl_lib.c
ssl/ssltest.c
ssl/t1_enc.c