summaryrefslogtreecommitdiff
path: root/fips
Commit message (Expand)AuthorAgeFilesLines
* Don't perform full DRBG health check on all DRBG types on power up, juststeve2011-09-041-44/+35
* Update dependencies.steve2011-09-041-48/+85
* Add header to Makefile.steve2011-09-041-1/+1
* Extension of DRBG selftests using new data.steve2011-09-042-902/+2155
* Rename some more symbols for fips module.steve2011-09-021-1/+3
* Print private key component is -exout parameter is given.steve2011-08-291-2/+9
* Fix ecdh primitives test command line.steve2011-08-291-1/+1
* Add support for DSA2 PQG generation of g parameter.steve2011-08-271-9/+62
* Add support for canonical generation of DSA parameter g.steve2011-08-261-12/+39
* Rename sparc symbols.steve2011-08-231-0/+5
* Correct maximum request length. SP800-90 quotes maximum bits, not bytes.steve2011-08-193-3/+3
* Fix fipsalgtest.pl to still work with old test vectors.steve2011-08-181-11/+10
* Enable rsa-pss0 for non-v2 tests.steve2011-08-151-0/+1
* Remove redundant assignment.steve2011-08-111-2/+0
* Add HMAC DRBG from SP800-90steve2011-08-0810-11/+557
* Use "resp" for default directory name for .rsp files.steve2011-08-081-2/+2
* Fix DSA to skip EOL test when parsing mod line.steve2011-08-082-3/+9
* Initial support for tests for 2.0 module. Not complete and not all workingsteve2011-08-081-28/+87
* Fix warnings.steve2011-07-253-5/+1
* More symbol renaming.steve2011-07-221-0/+3
* fips_canister.c: add support for embedded ppc linux.appro2011-07-221-4/+11
* Rename another symbol.steve2011-07-211-0/+1
* Add support for ECCCDH test format.steve2011-07-181-23/+54
* fips/Makefile: HP-UX-specific update.appro2011-07-131-2/+5
* Add a tool that (semi)automatically created the API documentationlevitte2011-07-054-0/+7784
* Rename symbol.steve2011-07-051-0/+1
* Add functions to return FIPS module version.steve2011-07-044-1/+19
* Fix CPRNG test for Hash DRBG.steve2011-06-261-9/+11
* typosteve2011-06-241-1/+1
* Add stub for HMAC DRBG.steve2011-06-244-6/+76
* Now the FIPS capable OpenSSL is available simplify the various FIPS teststeve2011-06-222-55/+54
* add symbol renamesteve2011-06-221-0/+1
* Add prototype for null cipher.steve2011-06-211-0/+1
* typosteve2011-06-201-1/+1
* add null cipher to FIPS modulesteve2011-06-201-0/+1
* Don't include des.h any more: it is not needed.steve2011-06-161-2/+0
* Allow applications to specify alternative FIPS RAND methods if theysteve2011-06-132-10/+33
* Use FIPSCAPABLE for FIPS module functions used in FIPS capable OpenSSL.steve2011-06-121-1/+1
* HMAC fips prototypessteve2011-06-121-0/+9
* CMAC FIPS prototypes.steve2011-06-121-0/+8
* more prototypes in fips.hsteve2011-06-091-1/+4
* Add more prototypes.steve2011-06-091-0/+10
* Add flags for DH FIPS method.steve2011-06-081-6/+9
* Add prototypes for some FIPS EC functions.steve2011-06-061-0/+12
* Move function prototype to fips.hsteve2011-06-061-0/+5
* No spaces in assignements in a shell script...levitte2011-06-041-1/+1
* Add "OPENSSL_FIPSCAPABLE" define for a version of OpenSSL which issteve2011-06-031-0/+5
* Constify RSA signature buffer.steve2011-06-032-4/+4
* Move FIPS RSA function definitions to fips.hsteve2011-06-024-20/+64
* Clone digest prototypes.steve2011-06-011-0/+3