summaryrefslogtreecommitdiff
path: root/Makefile.fips
Commit message (Expand)AuthorAgeFilesLines
* Print out an error for "make test" in FIPS builds. (from FIPS stable)steve2011-11-021-3/+1
* Add fips_algvs utility (from FIPS 2.0 stable branch).steve2011-11-021-0/+2
* Build fipscanister.o only by default. Utility build now needssteve2011-10-191-1/+1
* Delete library install from Makefile.fips: it isn't used.steve2011-08-151-11/+0
* quote LIBS to copy with empty stringsteve2011-08-151-1/+1
* add null cipher to FIPS modulesteve2011-06-201-0/+1
* Typo.steve2011-06-021-1/+1
* Add DSA and ECDSA "clone digests" to module for compatibility with oldsteve2011-06-011-0/+3
* Only install FIPS related files for fipscanisteronly build.steve2011-05-261-5/+0
* Remove FIXME comments.steve2011-05-071-2/+0
* Remove debugging print.steve2011-05-041-1/+1
* Initial untested CCM support via EVP.steve2011-04-181-0/+1
* Use consistent FIPS tarball name.steve2011-04-121-1/+2
* Don't give dependency warning for fips builds.steve2011-04-111-1/+1
* Auto configure for fips is from restricted tarball.steve2011-04-101-1/+1
* Remove unused build targets from Makefile.fips, add cmac to dist list.steve2011-04-101-116/+2
* Update fipssyms.h to keep all symbols in FIPS,fips namespace.steve2011-04-051-8/+1
* * Makefile.fips: Update and add details about cmac.levitte2011-03-251-2/+3
* Add ECDH to validated module.steve2011-03-091-2/+4
* Use more portable options when making links in Makefile.fipssteve2011-02-231-2/+2
* Make "make links" work in fipscanisteronly builds.steve2011-02-221-2/+2
* Call Makefile.fips when making a fips tarball.steve2011-02-211-1/+1
* *** empty log message ***steve2011-02-211-2/+2
* Remove unnecessary link directories.steve2011-02-211-3/+2
* Need to link additional directories for fipscanisteronly build.steve2011-02-211-1/+9
* tools and rehash not needed for fips build.steve2011-02-211-15/+4
* *** empty log message ***steve2011-02-211-4/+4
* Make fipscanisteronly build only required files.steve2011-02-211-3/+3
* Make -DOPENSSL_FIPSSYMS work for assembly language builds.steve2011-02-171-2/+7
* Don't need err library for Makefile.fipssteve2011-02-161-1/+1
* Add ECDSA functionality to fips module. Initial very incomplete versionsteve2011-02-141-1/+13
* Remove dependency of dsa_sign.o and dsa_vrf.o: new functions FIPS_dsa_sig_newsteve2011-02-131-2/+0
* Add Makefile.fips.steve2011-02-111-0/+757