| Server IP : 45.40.142.9 / Your IP : 216.73.216.250 Web Server : Apache System : Linux s45-40-142-9.secureserver.net 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : bayspec ( 506) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/usr/share/doc/fipscheck-1.2.0/ |
Upload File : |
2009-03-18 Tomas Mraz <tmraz@redhat.com> * Makefile.am: Add generation of fipscheck.spec from .in * configure.ac: Version 1.1.0 * README: More docs. Document new functions. * fipscheck.spec.in: Add generation of the checksums in __spec_install_post. * src/Makefile.am: Link fipscheck with libfipscheck. Increment minor libfipscheck version (new public functions). * src/filehmac.c (compute_file_hmac): Switch to fips mode only when requested. * src/filehmac.h (compute_file_hmac): Add force_fips parameter. * src/fipscheck.c (verify_hmac): New function. Request FIPS mode. (main): Call verify_hmac() on libfipscheck, fipscheck itself, and the path from argument. * src/fipcheck.h: Add the auxiliary functions. * src/fipshmac.c (main): Do not request FIPS mode. * src/library.c: Rename get_library_path() and get_binary_path() and make them public. Add FIPSCHECK_kernel_fips_mode() function. 2009-02-09 Tomas Mraz <tmraz@redhat.com> * README: Add some docs. * configure.ac: Version 1.0.4 2008-10-24 Tomas Mraz <tmraz@redhat.com> * configure.ac: Check for OpenSSL instead of NSS. * src/Makefile.am: Link libcrypto instead of NSS. * src/filehmac.c: Do not compile in the prelink call by default. Replace NSS calls with OpenSSL. 2008-09-09 Tomas Mraz <tmraz@redhat.com> * src/filehmac.c: Fix test for prelink. * src/fipshmac.c: Unlink the hmac file on failure. * configure.ac: Version 1.0.2 2008-09-08 Tomas Mraz <tmraz@redhat.com> * src/Makefile.am: Variable placement of the binaries. * src/library.c: Likewise. * src/fipscheck.c: Add prefix to the hmac file names. * src/fipshmac.c: Likewise. * configure.ac: Version 1.0.1 2008-08-25 Tomas Mraz <tmraz@redhat.com> * Initial revision.