summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2023-05-30make updateTomas Mraz
2023-05-30Update copyright yearTomas Mraz
2023-05-23If oaep_md is not initialized, correctly initialize itDmitry Belyavskiy
2023-05-19Update hkdf.c to avoid potentially vulnerable code patternNicky Mouha
2023-05-12provider: return error if buf too small when getting ec pubkey paramYi Li
2023-03-29Declare FIPS option functions in their own headerPauli
2023-03-29DRBG: restrict the digests that can be used with HMAC and Hash DRBGs.Pauli
2023-03-29fips: rework the option handling codePauli
2023-03-15Segmentation fault in parent rng cleanupafshinpir
2023-03-15Updated `rsa_has()` for correct validationafshinpir
2023-03-15Fix size_t/int mismatch in cms_ec.c and rsa_sig.cTomas Mraz
2023-03-14make updateMatt Caswell
2023-03-14Update copyright yearMatt Caswell
2023-03-07fips: Use salt >= 16 bytes in PBKDF2 selftestClemens Lang
2023-03-07Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis
2023-02-28Fix incomplete error check on RSA_public_decrypt()ndossche
2023-02-22Revert "Put EdDSA back as approved algorithms."Pauli
2023-02-20kbkdf: Fix kbkdf_dup function pointer typeClemens Lang
2023-02-08des: prevent error when using two key triple DES with a random keyPauli
2023-02-08Put EdDSA back as approved algorithms.Pauli
2023-02-07Do not create DSA keys without parameters by decoderTomas Mraz
2023-02-07Prevent creating DSA and DH keys without parameters through importTomas Mraz
2023-01-30ChaCha20-Poly1305 no longer supports truncated IV's.slontis
2023-01-24Put X25519 and X448 back as approved algorithmsPauli
2023-01-17Fix potential NULL pointer dereferenceJuergen Christ
2023-01-16s390x: Fix keccak xofs via CPACFJuergen Christ
2023-01-13fips: make EdDSA unapproved for FIPSPauli
2023-01-12SSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX_get_kdf_size()slontis
2022-12-22Change HKDF to alloc the info buffer.slontis
2022-12-22ec_kmgmt.c: check the return of BN_CTX_get() in time.xkernel
2022-12-21make updateTomas Mraz
2022-12-21Update copyright yearTomas Mraz
2022-12-16Add KMAC support to KBKDF.slontis
2022-12-09signature: Clamp PSS salt len to MD lenClemens Lang
2022-12-01make updateTomas Mraz
2022-12-01Update copyright yearTomas Mraz
2022-11-29Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...Nicola Tuveri
2022-11-23Fix AES-GCM on Power 8 CPUsTomas Mraz
2022-11-23Fix PROV_RC5_CTX's original structure namePaul Yang
2022-11-23Cleanup EBCDIC string defintionsTodd Short
2022-11-23provider: cipher: aes: add riscv32 zkn (zbkb) supportHongren (Zenithal) Zheng
2022-11-23s390x: Optimize kmacJuergen Christ
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-11-21providers: cipher: aes: add riscv64 zkn supportHongren (Zenithal) Zheng
2022-11-21Make IV/buf in prov_cipher_ctx_st alignedHongren (Zenithal) Zheng
2022-11-21Remove duplicated #include headersJHH20
2022-11-21fix some typoscuishuang
2022-11-21SM4 optimization for ARM by ASIMDDaniel Hu
2022-11-21Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-11-16Fix the check of EC_GROUP_check_named_curvePeiwei Hu