aboutsummaryrefslogtreecommitdiffstats
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* Restrict digest in set_ctx_paramsHEADmasterpohsingwu5 days4-160/+255
* Restrict digest algorithm used in KDFspohsingwu5 days9-32/+366
* that open brace { should be on the previous lineDimitri Papadopoulos7 days12-36/+20
* Remove trailing whitespaceDimitri Papadopoulos7 days2-2/+2
* Remove check for RSA encryption allowing X9.31 padding.slontis7 days1-1/+0
* fips: correctly initialise FIPS indicator settablesPauli9 days2-3/+6
* Fix kbkdf bug if MAC is set to KMAC and then something elsePauli12 days1-1/+2
* Add FIPS indicator for TEST-RANDPauli12 days1-1/+9
* riscv: Fix cpuid_obj asm checks for sm4/sm3Hongren Zheng2024-07-124-4/+4
* Change all existing FIPS configurable checks to use FIPS indicators.slontis2024-07-1118-319/+681
* Add FIPS indicator helpersslontis2024-07-113-1/+244
* Add FIPS indicator callback.slontis2024-07-111-1/+21
* Clarify DRBG seeding.Pauli2024-06-291-0/+5
* Fix usage of deallocated EVP_RAND_CTX after execution of FIPS on-demand self ...Karol Brzuskiewicz2024-06-241-0/+4
* rand: remove unimplemented librandom stub codeDimitri John Ledkov2024-05-241-11/+0
* rsa-pss: add tests checking for SHAKE usage in RSA-PSSDimitri John Ledkov2024-05-221-0/+1
* fips provider: explicitly setup cpuid when initializingHongren Zheng2024-05-201-0/+2
* Intentionally break EVP_DigestFinal for SHAKE128 and SHAKE256Tomas Mraz2024-05-151-5/+14
* cipher_null.c: add NULL checkRajeev Ranjan2024-05-141-1/+1
* fips: zeroization of public security parameters (PSPs)Dimitri John Ledkov2024-05-132-0/+8
* Adjust FIPS EC/DSA self test data for different nonce generationTomas Mraz2024-05-021-25/+25
* hkdf: when HMAC key is all zeros, still set a valid key lengthDimitri John Ledkov2024-04-251-1/+1
* Exclude X25519 and X448 from capabilities advertised by FIPS providerDimitri John Ledkov2024-04-191-2/+0
* Make X25519 and X448 FIPS unapprovedTomas Mraz2024-04-191-4/+4
* Fix typos found by codespellDimitri Papadopoulos2024-04-101-1/+1
* signature/dsa_sig.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-091-2/+8
* signature/ecdsa_sig.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-091-2/+9
* Fix EVP_PKEY_CTX_add1_hkdf_info() behaviorTodd Short2024-04-092-0/+50
* Copyright year updatesMatt Caswell2024-04-093-3/+3
* Copyright year updatesRichard Levitte2024-04-0914-14/+14
* Use RFC 5869 test case for HKDF self-testpohsingwu2024-04-021-8/+26
* rands/drbg_hash.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-021-1/+5
* rands/drbg_hmac.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-011-1/+5
* macs/kmac_prov.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-011-1/+7
* signature/rsa_sig.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-011-2/+8
* kdfs/hmacdrbg_kdf.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-011-1/+5
* Break the if statement up into 2 if statementsJiasheng Jiang2024-03-301-4/+6
* signature/sm2_sig.c: Add the check for the EVP_MD_CTX_get_size()Jiasheng Jiang2024-03-301-0/+1
* riscv: Fix remaining asm checksJakov Smolić2024-03-224-8/+8
* Implement KAT for KBKDF with KMAC128Joachim Vandersmissen2024-03-131-0/+33
* Implement PCT for EDDSApohsingwu2024-03-011-8/+134
* Fix memory leaks on error cases during drbg initializationsTomas Mraz2024-02-095-5/+10
* Add appropriate NULL checks in EVP_CIPHER apiNeil Horman2024-01-251-0/+6
* Fix the encoding of SM2 keysRichard Levitte2024-01-121-1/+9
* Fix partial block encryption in cfb and ofb for s390xHolger Dengler2024-01-122-7/+4
* cleanse stack variable in kdf_pbkdf1_do_deriveNeil Horman2024-01-051-0/+1
* cleanse stack variable in blake2[b|s] finalizationNeil Horman2024-01-032-2/+6
* validate requested key length in kdf_pbkdf1_do_deriveNeil Horman2024-01-031-0/+5
* riscv: Fix mispelling of extension test macroGrant Nichol2024-01-021-1/+1
* Add missing settable entry OSSL_ASYM_CIPHER_PARAM_OAEP_DIGEST_PROPS for RSA asymslontis2023-12-291-0/+1