Lines Matching full:applications
23 Applications written to use the OpenSSL 3.0 FIPS module should not use any
48 =head2 Making all applications use the FIPS module by default
50 One simple approach is to cause all applications that are using OpenSSL to only
53 This approach can be done purely via configuration. As long as applications are
102 Any applications that use OpenSSL 3.0 and are started after these changes are
103 made will start using only the FIPS module unless those applications take
111 are required in applications in order to benefit from the FIPS module. There are
118 You may not want all applications to use the FIPS module.
120 It may be the case that some applications should and some should not use the
125 If applications take explicit steps to not load the default config file or
135 If any applications attempt to use any algorithms that are not present,
142 If any applications use those APIs then the FIPS module will not be used.
146 =head2 Selectively making applications use the FIPS module by default
161 applications to use the FIPS module. All the other advantages and disadvantages
166 Applications may choose to load the FIPS provider explicitly rather than relying
173 L</Making all applications use the FIPS module by default> above, but edit the
375 This could be the case for your own existing applications as well as certain