.gitignore
Makefile.certificate
README.FIPS
ec_curve.c
ectest.c
openssl-0.9.6-x509.patch
openssl-0.9.8a-no-rpath.patch
openssl-0.9.8b-test-use-localhost.patch
openssl-0.9.8j-version-add-engines.patch
openssl-1.0.0-beta4-ca-dir.patch
openssl-1.0.0-beta5-enginesdir.patch
openssl-1.0.0-beta5-readme-warning.patch
openssl-1.0.0-timezone.patch
openssl-1.0.0c-rsa-x931.patch
openssl-1.0.0d-apps-dgst.patch
openssl-1.0.0d-xmpp-starttls.patch
openssl-1.0.0e-chil-fixes.patch
openssl-1.0.1-beta2-fips-md5-allow.patch
openssl-1.0.1-pkgconfig-krb5.patch
openssl-1.0.1c-aliasing.patch
openssl-1.0.1c-default-paths.patch
openssl-1.0.1c-dh-1024.patch
openssl-1.0.1c-perlfind.patch
openssl-1.0.1e-arm-use-elf-auxv-caps.patch
openssl-1.0.1e-cc-reqs.patch
openssl-1.0.1e-compat-symbols.patch
openssl-1.0.1e-cve-2015-0286.patch
openssl-1.0.1e-cve-2015-0287.patch
openssl-1.0.1e-cve-2015-0288.patch
openssl-1.0.1e-cve-2015-0293.patch
openssl-1.0.1e-cve-2015-1789.patch
openssl-1.0.1e-cve-2015-1790.patch
openssl-1.0.1e-cve-2015-1792.patch
openssl-1.0.1e-cve-2015-3194.patch
openssl-1.0.1e-cve-2015-3195.patch
openssl-1.0.1e-cve-2015-3197.patch
openssl-1.0.1e-cve-2016-0705.patch
openssl-1.0.1e-cve-2016-0797.patch
openssl-1.0.1e-cve-2016-2105.patch
openssl-1.0.1e-cve-2016-2106.patch
openssl-1.0.1e-cve-2016-2107.patch
openssl-1.0.1e-cve-2016-2108.patch
openssl-1.0.1e-cve-2016-2109.patch
openssl-1.0.1e-defaults.patch
openssl-1.0.1e-enc-fail.patch
openssl-1.0.1e-env-zlib.patch
openssl-1.0.1e-fips-ctor.patch
openssl-1.0.1e-issuer-hash.patch
openssl-1.0.1e-no-md5-verify.patch
openssl-1.0.1e-ppc-asm-update.patch
openssl-1.0.1e-rpmbuild.patch
openssl-1.0.1e-secure-getenv.patch
openssl-1.0.1e-version.patch
openssl-1.0.1e-weak-ciphers.patch
openssl-1.0.1h-disable-sslv2v3.patch
openssl-1.0.1h-ipv6-apps.patch
openssl-1.0.1h-system-cipherlist.patch
openssl-1.0.1i-algo-doc.patch
openssl-1.0.1i-manfix.patch
openssl-1.0.1i-new-fips-reqs.patch
openssl-1.0.1i-ppc-asm-update.patch
openssl-1.0.1j-evp-wrap.patch
openssl-1.0.1j-fips-ec.patch
openssl-1.0.1k-alt-chains.patch
openssl-1.0.1k-cve-2015-0209.patch
openssl-1.0.1k-cve-2015-0289.patch
openssl-1.0.1k-cve-2015-1791.patch
openssl-1.0.1k-cve-2015-3196.patch
openssl-1.0.1k-cve-2015-4000.patch
openssl-1.0.1k-cve-2016-0702.patch
openssl-1.0.1k-cve-2016-0799.patch
openssl-1.0.1k-dtls1-abi.patch
openssl-1.0.1k-ecc-suiteb.patch
openssl-1.0.1k-ephemeral-key-size.patch
openssl-1.0.1k-fips.patch
openssl-1.0.1k-padlock64.patch
openssl-1.0.1k-secp256k1.patch
openssl-1.0.1k-trusted-first.patch
openssl-fips.conf
openssl-thread-test.c
openssl.spec
opensslconf-new-warning.h
opensslconf-new.h
sources
fixpatch
hobble-openssl
make-dummy-cert
renew-dummy-cert
README.FIPS
User guide for the FIPS Red Hat Enterprise Linux - OpenSSL Module ================================================================= This package contains libraries which comprise the FIPS 140-2 Red Hat Enterprise Linux - OPENSSL Module. The module files ================ /usr/lib[64]/libcrypto.so.1.0.1e /usr/lib[64]/libssl.so.1.0.1e /usr/lib[64]/.libcrypto.so.1.0.1e.hmac /usr/lib[64]/.libssl.so.1.0.1e.hmac Dependencies ============ The approved mode of operation requires kernel with /dev/urandom RNG running with properties as defined in the security policy of the module. This is provided by kernel packages with validated Red Hat Enterprise Linux - IPSec Crytographic Module. Installation ============ The RPM package of the module can be installed by standard tools recommended for installation of RPM packages on the Red Hat Enterprise Linux system (yum, rpm, RHN remote management tool). For proper operation of the in-module integrity verification the prelink has to be disabled. This can be done with setting PRELINKING=no in the /etc/sysconfig/prelink configuration file. If the libraries were already prelinked the prelink should be undone on all the system files with the 'prelink -u -a' command. Usage and API ============= The module respects kernel command line FIPS setting. If the kernel command line contains option fips=1 the module will initialize in the FIPS approved mode of operation automatically. To allow for the automatic initialization the application using the module has to call one of the following API calls: - void OPENSSL_init_library(void) - this will do only a basic initialization of the library and does initialization of the FIPS approved mode without setting up EVP API with supported algorithms. - void OPENSSL_add_all_algorithms(void) - this API function calls OPENSSL_init() implicitly and also adds all approved algorithms to the EVP API in the approved mode - void SSL_library_init(void) - it calls OPENSSL_init() implicitly and also adds algorithms which are necessary for TLS protocol support and initializes the SSL library. To explicitely put the library to the approved mode the application can call the following function: - int FIPS_mode_set(int on) - if called with 1 as a parameter it will switch the library from the non-approved to the approved mode. If any of the selftests and integrity verification tests fail, the library is put into the error state and 0 is returned. If they succeed the return value is 1. To query the module whether it is in the approved mode or not: - int FIPS_mode(void) - returns 1 if the module is in the approved mode, 0 otherwise. To query whether the module is in the error state: - int FIPS_selftest_failed(void) - returns 1 if the module is in the error state, 0 otherwise. To zeroize the FIPS RNG key and internal state the application calls: - void RAND_cleanup(void)