summaryrefslogtreecommitdiff
path: root/fips
Commit message (Expand)AuthorAgeFilesLines
* Print curve type for signature tests.steve2011-10-121-1/+12
* Skip ECDH sanity check. Add --compare-all to run comparison tests onsteve2011-10-121-1/+11
* Handle partial test where H is absent: needed to check g generation.steve2011-10-121-1/+23
* Updates to handle some verification of v2 tests.steve2011-10-121-11/+21
* Handle broken test on verify too.steve2011-10-121-0/+6
* ECDH POST selftest failure inducing support.steve2011-10-122-0/+5
* Fix warnings.steve2011-10-123-3/+3
* Only include one ECDH selftest.steve2011-10-121-42/+0
* Make fips algorithm test utilities use RESP_EOL for end of line character(s).steve2011-10-0111-66/+88
* Never echo Num lines for PQGGen DSA2 test.steve2011-09-301-1/+1
* make dependsteve2011-09-2912-131/+197
* Add FIPS selftests for ECDH algorithm.steve2011-09-296-3/+309
* Remove s = s * P deferral.steve2011-09-292-20/+2
* Check return codes properly.steve2011-09-291-5/+5
* Fix output format for DSA2 parameter generation.steve2011-09-281-1/+5
* Add a --disable-all option to disable all tests.steve2011-09-251-0/+5
* Handle provable prime parameters for canonical g generation which aresteve2011-09-251-0/+6
* Run PQGVer test before DSA2 tests.steve2011-09-231-1/+1
* Typo.steve2011-09-221-1/+1
* Use function name FIPS_drbg_health_check() for health check function.steve2011-09-223-18/+38
* Don't print out errors in cases where errors are expected: testingsteve2011-09-212-0/+4
* Remove unused variable.steve2011-09-211-1/+0
* Perform health check on all reseed operations not associated withsteve2011-09-212-7/+26
* Revise DRBG to split between internal and external flags.steve2011-09-219-55/+186
* Allow reseed interval to be set.steve2011-09-182-0/+6
* clarify commentsteve2011-09-161-1/+1
* Minor code tidy and bug fix: need to set t = s after first pass andsteve2011-09-161-6/+12
* Make HMAC kat symbols static.steve2011-09-151-2/+2
* Fix warning.steve2011-09-151-1/+2
* Allow for dynamic base in Win64 FIPS module.appro2011-09-1417-13/+608
* Update CMAC/HMAC sefltests to use NIDs instead of function pointers.steve2011-09-142-30/+39
* new function to lookup FIPS supported ciphers by NIDsteve2011-09-142-0/+130
* More extensive DRBG health check. New function to call health checksteve2011-09-123-33/+326
* Check length of additional input in DRBG generate function.steve2011-09-121-0/+6
* Delete strength parameter from FIPS_drbg_generate. It isn't very usefulsteve2011-09-125-30/+14
* Check we recognise DRBG type in fips_drbgvs.c initialised DRBG_CTX if westeve2011-09-122-0/+11
* Fix 3DES Monte Carlo test file output which previously outputtedsteve2011-09-112-7/+28
* Add support for Dual EC DRBG from SP800-90. Include updates to algorithmsteve2011-09-0910-9/+2115
* Put quick DRBG selftest return after first generate operation.steve2011-09-071-6/+6
* Add error codes for DRBG KAT failures.steve2011-09-062-6/+30
* Check reseed interval before generating output.steve2011-09-051-0/+3
* Place DRBG in error state if health check fails.steve2011-09-051-0/+2
* 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