summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2007-02-23Avoid use of "echo -n" some platforms don't support it.OpenSSL-fips2-0_9_7-stableDr. Stephen Henson
2007-02-23Update from 0.9.7-stableDr. Stephen Henson
2007-02-23Fix from 0.9.7-stableDr. Stephen Henson
2007-02-22Fix from stable branch.Dr. Stephen Henson
2007-02-21Update from 0.9.7-stable.Dr. Stephen Henson
2007-02-21Replace FIPS PRNG with AES version.Dr. Stephen Henson
2007-02-21Fix to Win32 build system.Dr. Stephen Henson
2007-02-21Include changes from 0.9.7-stable.Dr. Stephen Henson
2007-02-14FIPS error codes are in fips_err.h not fips_err.cDr. Stephen Henson
2007-02-11Typo.Dr. Stephen Henson
2007-02-11FIPSLD_NPT environment variable to disable pass-thru when buildingDr. Stephen Henson
standalone utilities.
2007-02-05FIPS portability patches.Dr. Stephen Henson
Submitted by: Brad House <brad@mainstreetsoftworks.com>
2007-02-03Update .cvsignoreDr. Stephen Henson
2007-02-03Update dependencies.Dr. Stephen Henson
2007-02-03Constification.Dr. Stephen Henson
2007-02-03Remove all error string tables out of fipscanister.o, reorganiseDr. Stephen Henson
ERR and SYS error code files to achieve this.
2007-02-03Fix paths for --onedir and Unix.Dr. Stephen Henson
2007-01-29Stop missing directory error messages on Win32.Dr. Stephen Henson
2007-01-29More options to allow directory locations to be specified in mkfipsscr.plDr. Stephen Henson
script. Make AES/DES algorithm test programs handle Win32 path separator. Switch off verbose mode in AES test program.
2007-01-27Preliminary VC++ build changes to support fipsdso. New perl script nksdef.pl toDr. Stephen Henson
work out how to split the DEF file between the two DLLs based on which symbols the linker complains about (!).
2007-01-26Use $(PERL) not perl in Win32 MakefileDr. Stephen Henson
2007-01-26Make WIN32 build work with fipscanisterbuild option. Update ordinals andDr. Stephen Henson
fix warning.
2007-01-26Use correct shared lib name in fips-1.0Dr. Stephen Henson
2007-01-26Typo.Dr. Stephen Henson
2007-01-25Fix to make install works in all configurations.Dr. Stephen Henson
2007-01-25Make install option work in fipdso (maybe!).Dr. Stephen Henson
2007-01-25Create libfips.a if needed.Dr. Stephen Henson
2007-01-25Fixes to build system to cleanly handle fipsdsoDr. Stephen Henson
2007-01-25Add missing definition for ARDDr. Stephen Henson
2007-01-25Update .cvsignoreDr. Stephen Henson
2007-01-25New build option fipsdsoDr. Stephen Henson
2007-01-24Remove ASN1 library (and other) dependencies from fipscanister.oDr. Stephen Henson
2007-01-24Update version for FIPS2 branch.Dr. Stephen Henson
2007-01-23This commit was manufactured by cvs2svn to create branch 'OpenSSL-cvs2svn
fips2-0_9_7-stable'.
2007-01-23Don't call OPENSSL_free() on sig, DSA_free() has already freed it.Dr. Stephen Henson
2007-01-23Typo.Dr. Stephen Henson
2007-01-23Constify tag table.Dr. Stephen Henson
2007-01-23To reduce FIPS dependencies don't load error strings and avoid use of ASN1Dr. Stephen Henson
versions of DSA signature functions.
2007-01-23Move some DSA functions between files to make it possible to use the DSADr. Stephen Henson
crypto without ASN1 dependency.
2007-01-23Rewrite AES/DES algorithm test programs to only use low level API.Dr. Stephen Henson
2007-01-21Update from HEAD.Dr. Stephen Henson
2007-01-21Oops...Dr. Stephen Henson
2007-01-21Make FIPS algorithm tests compile in none-FIPS mode.Dr. Stephen Henson
2007-01-21Update fips_test_suite source.Dr. Stephen Henson
2007-01-20Link fips utilities only against fipscanister.oDr. Stephen Henson
2007-01-19User cleaner way to handle new options for VC++ build.Dr. Stephen Henson
2007-01-18Upadte from HEAD.Dr. Stephen Henson
2007-01-18Expanded boundary support for VC++ build.Dr. Stephen Henson
2007-01-18Expand security boundary to match 1.1.1 module.Dr. Stephen Henson
2007-01-17Initial support for new build options under WIN32 and VC++.Dr. Stephen Henson