forked from rpms/openssl
Updated FIPS documentation.
This commit is contained in:
parent
1caf3ae072
commit
76952b7e2b
14
README.FIPS
14
README.FIPS
@ -6,10 +6,10 @@ Red Hat Enterprise Linux - OPENSSL Module.
|
|||||||
|
|
||||||
The module files
|
The module files
|
||||||
================
|
================
|
||||||
/lib[64]/libcrypto.so.0.9.8e
|
/usr/lib[64]/libcrypto.so.1.0.0d
|
||||||
/lib[64]/libssl.so.0.9.8e
|
/usr/lib[64]/libssl.so.1.0.0d
|
||||||
/lib[64]/.libcrypto.so.0.9.8e.hmac
|
/usr/lib[64]/.libcrypto.so.1.0.0d.hmac
|
||||||
/lib[64]/.libssl.so.0.9.8e.hmac
|
/usr/lib[64]/.libssl.so.1.0.0d.hmac
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
============
|
============
|
||||||
@ -40,9 +40,9 @@ line contains option fips=1 the module will initialize in the FIPS approved
|
|||||||
mode of operation automatically. To allow for the automatic initialization the
|
mode of operation automatically. To allow for the automatic initialization the
|
||||||
application using the module has to call one of the following API calls:
|
application using the module has to call one of the following API calls:
|
||||||
|
|
||||||
- void OPENSSL_init(void) - this will do only a basic initialization of the
|
- void OPENSSL_init_library(void) - this will do only a basic initialization
|
||||||
library and does initialization of the FIPS approved mode without setting up
|
of the library and does initialization of the FIPS approved mode without setting
|
||||||
EVP API with supported algorithms.
|
up EVP API with supported algorithms.
|
||||||
|
|
||||||
- void OPENSSL_add_all_algorithms(void) - this API function calls
|
- void OPENSSL_add_all_algorithms(void) - this API function calls
|
||||||
OPENSSL_init() implicitly and also adds all approved algorithms to the EVP API
|
OPENSSL_init() implicitly and also adds all approved algorithms to the EVP API
|
||||||
|
Loading…
Reference in New Issue
Block a user