summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/o_fips.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tweak previous: add missing OpenBSD CVS tagschwarze2021-10-231-4/+5
| | | | and fix some weird typos in comments (duplicate '@' signs)
* Add back the fips mode test functions, new stuff requires this.beck2021-10-231-0/+75
| | | | | Symbols.list changes to follow with tb's upcoming bump ok jsing@
* 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