summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/o_fips.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Relocate FIPS stubs to crpyto_legacy.ctb2024-11-051-77/+0
| | | | discussed with jsing
* tidy includestb2024-04-171-3/+2
|
* Include the correct headertb2024-04-151-2/+2
|
* Finish Hiding symbols in crypto.hbeck2024-04-101-1/+3
| | | | | | | | | | | | | crypto.h already had the symbols not hidden behind LIBRESSL_INTERNAL hidden - This now picks up the reset of them marking them as LCRYPTO_UNUSED, and removes the LIBRESSL_INTERNAL guard. These symbols will now be hidden, but if we use them inside the library in a namespaced build we will get a deprecation warning. use outside the library will be as with any other hidden symbol, so fine. ok tb@
* 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