summaryrefslogtreecommitdiffstats
path: root/fips
AgeCommit message (Collapse)Author
2011-07-13fips/Makefile: HP-UX-specific update.Andy Polyakov
2011-07-05Add a tool that (semi)automatically created the API documentationRichard Levitte
required for FIPS.
2011-07-05Rename symbol.Dr. Stephen Henson
2011-07-04Add functions to return FIPS module version.Dr. Stephen Henson
2011-06-26Fix CPRNG test for Hash DRBG.Dr. Stephen Henson
2011-06-24typoDr. Stephen Henson
2011-06-24Add stub for HMAC DRBG.Dr. Stephen Henson
2011-06-22Now the FIPS capable OpenSSL is available simplify the various FIPS testDr. Stephen Henson
build options. All fispcanisterbuild builds only build fipscanister.o and include symbol renaming. Move all renamed symbols to fipssyms.h Update README.FIPS
2011-06-22add symbol renameDr. Stephen Henson
2011-06-21Add prototype for null cipher.Dr. Stephen Henson
2011-06-20typoDr. Stephen Henson
2011-06-20add null cipher to FIPS moduleDr. Stephen Henson
2011-06-16Don't include des.h any more: it is not needed.Dr. Stephen Henson
2011-06-13Allow applications to specify alternative FIPS RAND methods if theyDr. Stephen Henson
are sure they are OK. API to retrieve FIPS rand method.
2011-06-12Use FIPSCAPABLE for FIPS module functions used in FIPS capable OpenSSL.Dr. Stephen Henson
2011-06-12HMAC fips prototypesDr. Stephen Henson
2011-06-12CMAC FIPS prototypes.Dr. Stephen Henson
2011-06-09more prototypes in fips.hDr. Stephen Henson
2011-06-09Add more prototypes.Dr. Stephen Henson
2011-06-08Add flags for DH FIPS method.Dr. Stephen Henson
Update/fix prototypes in fips.h
2011-06-06Add prototypes for some FIPS EC functions.Dr. Stephen Henson
2011-06-06Move function prototype to fips.hDr. Stephen Henson
2011-06-04No spaces in assignements in a shell script...Richard Levitte
2011-06-03Add "OPENSSL_FIPSCAPABLE" define for a version of OpenSSL which isDr. Stephen Henson
FIPS capable: i.e. FIPS module is supplied externally.
2011-06-03Constify RSA signature buffer.Dr. Stephen Henson
2011-06-02Move FIPS RSA function definitions to fips.hDr. Stephen Henson
New function to lookup digests by NID in module. Minor optimisation: if supplied hash is NULL to FIPS RSA functions and we are using PKCS padding get digest NID from otherwise unused saltlen parameter instead.
2011-06-01Clone digest prototypes.Dr. Stephen Henson
2011-06-01Add DSA and ECDSA "clone digests" to module for compatibility with oldDr. Stephen Henson
applications.
2011-05-31Fake CPU caps so fips_standalone_sha1 compiles.Dr. Stephen Henson
Initialise update function for bad digest inits.
2011-05-29Add more cipher prototypes.Dr. Stephen Henson
2011-05-29Prototypes for more FIPS functions for use in FIPS capable OpenSSL.Dr. Stephen Henson
2011-05-28Add FIPS_digestinit prototype for FIPS capable OpenSSL.Dr. Stephen Henson
2011-05-28Add prototypes for FIPS EVP implementations: for use in FIPS capableDr. Stephen Henson
OpenSSL.
2011-05-27Rename many internal only module functions from FIPS_* to fips_*.Dr. Stephen Henson
2011-05-26Typo.Dr. Stephen Henson
2011-05-26Use FIPSLD_LIBCRYPTO for consistency with other env variables in fipsld.Dr. Stephen Henson
Use current directory for fips_premain_dso
2011-05-26In fipsld use FIPSLIBCRYPTO environment variable to specify an alternativeDr. Stephen Henson
location for libcrypto.a, support shared library builds in different source tree.
2011-05-26Install fips_standalone_sha1 and make use of it in fipsld script.Dr. Stephen Henson
2011-05-25More symbol renaming.Dr. Stephen Henson
2011-05-23PR: 2522Dr. Stephen Henson
Submitted by: Henrik Grindal Bakken <henribak@cisco.com> Don't compare past end of buffer.
2011-05-12Fix error discrepancy.Dr. Stephen Henson
2011-05-11fips_canister.c: pick more neutral macro name.Andy Polyakov
2011-05-11Set FIPS mode for values other than 1. The only current effectDr. Stephen Henson
is to return a consistent value. So calling FIPS_module_mode_set(n) for n != 0 will result in FIPS_module_mode() returning n. This will support future expansion of more FIPS modes e.g. a Suite B mode.
2011-05-11Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson
the FIPS capable OpenSSL.
2011-05-10Typo.Dr. Stephen Henson
2011-05-10fips_canister.c: fix typo.Andy Polyakov
2011-05-10fips_canister.c: initial support for cross-compiling. "Initial" refersAndy Polyakov
to the two-entry list of verified platforms in #ifndef FIPS_REF_POINT_IS_SAFE_TO_CROSS_COMPILE pre-processor section.
2011-05-09Initialise rc.Dr. Stephen Henson
2011-05-06Return error codes for selftest failure instead of hard assertion errors.Dr. Stephen Henson
2011-05-05Hide more symbols.Dr. Stephen Henson