Lines Matching refs:module
5 fips_module - OpenSSL fips module guide
14 with the FIPS module. Which is the correct approach to use will depend on your
17 For information related to installing the FIPS module see
23 Applications written to use the OpenSSL 3.0 FIPS module should not use any
24 legacy APIs or features that avoid the FIPS module. Specifically this includes:
48 =head2 Making all applications use the FIPS module by default
51 use the FIPS module for cryptographic algorithms by default.
56 FIPS module without the need for any further code changes.
99 FIPS module config file that you installed earlier.
107 made will start using only the FIPS module unless those applications take
112 may be required. It is designed to be used in conjunction with the FIPS module.
115 are required in applications in order to benefit from the FIPS module. There are
122 You may not want all applications to use the FIPS module.
125 FIPS module.
136 The algorithms available in the FIPS module are a subset of the algorithms
144 Usage of certain deprecated APIs avoids the use of the FIPS module.
146 If any applications use those APIs then the FIPS module will not be used.
150 =head2 Selectively making applications use the FIPS module by default
162 whether the FIPS module is loaded) on an application by application basis.
165 applications to use the FIPS module. All the other advantages and disadvantages
168 =head2 Programmatically loading the FIPS module (default library context)
172 FIPS module config data (such as its self test status and integrity data). But
177 L</Making all applications use the FIPS module by default> above, but edit the
181 FIPS module, but it is not automatically loaded when the application starts. The
232 =head2 Loading the FIPS module at the same time as other providers
279 file. The encoder and decoder algorithms are not in the FIPS module itself but
307 =head2 Programmatically loading the FIPS module (nondefault library context)
309 In addition to using properties to separate usage of the FIPS module from other
399 =head2 Using Encoders and Decoders with the FIPS module
411 module boundary. However since they are not cryptographic algorithms themselves
412 it is still possible to use them in conjunction with the FIPS module, and
417 =head2 Using the FIPS module in SSL/TLS
419 Writing an application that uses libssl in conjunction with the FIPS module is
462 =head2 Confirming that an algorithm is being provided by the FIPS module
611 The FIPS module guide was created for use with the new FIPS provider