Lines Matching full:applications
20 Applications written to use the OpenSSL 3.0 FIPS module should not use any
45 =head2 Making all applications use the FIPS module by default
47 One simple approach is to cause all applications that are using OpenSSL to only
50 This approach can be done purely via configuration. As long as applications are
99 Any applications that use OpenSSL 3.0 and are started after these changes are
100 made will start using only the FIPS module unless those applications take
108 are required in applications in order to benefit from the FIPS module. There are
115 You may not want all applications to use the FIPS module.
117 It may be the case that some applications should and some should not use the
122 If applications take explicit steps to not load the default config file or
132 If any applications attempt to use any algorithms that are not present,
139 If any applications use those APIs then the FIPS module will not be used.
143 =head2 Selectively making applications use the FIPS module by default
158 applications to use the FIPS module. All the other advantages and disadvantages
163 Applications may choose to load the FIPS provider explicitly rather than relying
170 L</Making all applications use the FIPS module by default> above, but edit the
372 This could be the case for your own existing applications as well as certain