Make ordinals consistent with 0.9.8-stable
[oweals/openssl.git] / README.FIPS
1
2 Brief instructions on using OpenSSL 0.9.8 FIPS test branch.
3
4 To avoid any confusion that this might generate a validated library just
5 supplying "fips" on the command line wont work. Additional options are
6 needed... Also a prominent warning message is output.
7
8 To build fipscanister and produce a usable distribution the configuration
9 option "fipscanisterbuild" is used to either the config or Configure scripts.
10 For example:
11
12 ./config fipscanisterbuild
13
14 This builds and shared libraries and the fipscanister.o module.
15
16 Note that the fipscanister.o file is totally incompatible with the version
17 produced by the FIPS 1.1.1 distribution and cannot be made to work with
18 it.
19
20 With this version neither MinGW nor ld.exe are required for a Win32 VC++ build.
21 To build from a VC++ environment simply run:
22
23 ms\do_fips
24
25 Note that any warnings from a Windows version of "tar" about being unable to
26 create symbolic links can be ignored.
27
28