summaryrefslogtreecommitdiff
path: root/fips/utl
Commit message (Expand)AuthorAgeFilesLines
* fips_enc.c: assign minimal block size to bad_cipher [to avoid arithmeticAndy Polyakov2011-10-181-1/+1
* new function to lookup FIPS supported ciphers by NIDDr. Stephen Henson2011-09-141-0/+128
* Move FIPS RSA function definitions to fips.hDr. Stephen Henson2011-06-021-0/+24
* Fake CPU caps so fips_standalone_sha1 compiles.Dr. Stephen Henson2011-05-311-0/+2
* Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson2011-05-112-3/+3
* Return error codes for selftest failure instead of hard assertion errors.Dr. Stephen Henson2011-05-062-4/+20
* Allow FIPS malloc callback setting. Automatically set some callbacksDr. Stephen Henson2011-04-011-0/+8
* Implement FIPS CMAC.Richard Levitte2011-03-241-0/+48
* Update dependencies.Dr. Stephen Henson2011-02-211-0/+40
* Add non-FIPS algorithm blocking and selftest checking.Dr. Stephen Henson2011-02-152-0/+99
* Include support for an add_lock callback to tiny FIPS locking API.Dr. Stephen Henson2011-02-141-2/+16
* Change FIPS source and utilities to use the "FIPS_" names directlyDr. Stephen Henson2011-02-121-1/+1
* Remove unneeded functions, make some functions and variables static.Dr. Stephen Henson2011-02-042-2/+2
* Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filesDr. Stephen Henson2011-02-031-0/+2
* Fix error codes.Bodo Möller2011-02-032-9/+9
* Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson2011-01-271-0/+2
* add .cvsignoreDr. Stephen Henson2011-01-271-0/+4
* add FIPS API malloc/freeDr. Stephen Henson2011-01-271-0/+84
* Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson2011-01-273-3/+8
* Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson2011-01-271-1/+1
* New FIPS_lock() function for minimal FIPS locking API: to avoid dependenciesDr. Stephen Henson2011-01-272-3/+76
* And so it begins... again.Dr. Stephen Henson2011-01-264-0/+653