summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/o_fips.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fully kill FIPS API. Forcible certification conflicts with the goals of atedu2014-04-171-75/+0
| | | | | | free software project. ok beck deraadt Ports calling FIPS_mode_set(1): mongodb
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-22/+0
| | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-7/+8
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* import OpenSSL-1.0.1cdjm2012-10-131-0/+96