summaryrefslogtreecommitdiffstats
path: root/providers/common/securitycheck.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesTomas Mraz2024-09-051-1/+1
* Cleanups for FIPS options..slontis2024-08-281-1/+0
* Add HMAC FIPS keysize check.slontis2024-08-211-2/+9
* fix coding styleRichard Levitte2024-08-211-25/+25
* Refactor OpenSSL 'RSA' EVP_SIGNATURE to also include RSA+hash compositesRichard Levitte2024-08-211-0/+2
* Fix typos found by codespellDimitri Papadopoulos2024-08-071-1/+1
* Restrict the length of key-derivation key used in KDFspohsingwu2024-08-011-0/+9
* Change all existing FIPS configurable checks to use FIPS indicators.slontis2024-07-111-151/+99
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* fips: update DSA security check to fix legacy verify strengthsPauli2023-06-151-7/+15
* Allow arbitrary digests with ECDSA and DSATomas Mraz2021-05-121-2/+2
* Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell2021-04-161-12/+13
* Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz2021-04-061-2/+39
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Fix external symbols related to provider related security checks forShane Lontis2021-02-181-13/+13
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-1/+1
* Fix dsa securitycheck for fips.Shane Lontis2020-11-161-5/+6
* rsa: add ossl_ prefix to internal rsa_ calls.Pauli2020-10-071-1/+1
* Add option to fipsinstall to disable fips security checks at run time.Shane Lontis2020-09-181-1/+1
* Add 'fips-securitychecks' option and plumb this into the actual fips checksShane Lontis2020-09-181-0/+209