summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
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
2022-11-11cmac_set_ctx_params(): Fail if cipher mode is not CBCTomas Mraz
2022-11-11Fix bug in scrypt KDF provider dup methodHugo Landau
2022-11-11Further acceleration for SM4-GCM on ARMDaniel Hu
2022-11-11AES-GCM enabled with AVX512 vAES and vPCLMULQDQ.Andrey Matyukov
2022-11-11Fixed counter overflowDanny Tsen
2022-11-11Move e_os.h to include/internalRichard Levitte
2022-11-11indentation fixPauli
2022-11-11tls1 prf: implement ctx dup operationPauli
2022-11-11pkcs12 kdf: implement ctx dup operationPauli
2022-11-11k942 kdf: implement ctx dup operationPauli
2022-11-11ss KDF: implement ctx dup operationPauli