summaryrefslogtreecommitdiffstats
path: root/providers/implementations/signature
AgeCommit message (Expand)Author
2024-04-09signature/dsa_sig.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang
2024-04-09signature/ecdsa_sig.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang
2024-04-01signature/rsa_sig.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang
2024-03-30Break the if statement up into 2 if statementsJiasheng Jiang
2024-03-30signature/sm2_sig.c: Add the check for the EVP_MD_CTX_get_size()Jiasheng Jiang
2023-11-30Initialize dstctx->mgf1_md to NULL in rsa_dupctx functionlan1120
2023-11-23Fix a possible memory leak in SM2 providerHuiyue Xu
2023-09-07Copyright year updatesMatt Caswell
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia
2023-03-15Fix size_t/int mismatch in cms_ec.c and rsa_sig.cTomas Mraz
2023-02-28Fix incomplete error check on RSA_public_decrypt()ndossche
2023-01-23Allow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrievedIngo Franzki
2023-01-19S390X: Fix Ed448phJuergen Christ
2023-01-13Support all five EdDSA instances from RFC 8032James Muir
2022-12-08signature: Clamp PSS salt len to MD lenClemens Lang
2022-11-30Implement deterministic ECDSA sign (RFC6979)slontis
2022-11-04Check for private key existence before calling eddsa sign functionsWangchong Zhou
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-08-04providers: Set the size of EC signature on s390.Sebastian Andrzej Siewior
2022-05-04Remove duplicated #include headersJHH20
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-11sm2: Allow setting 0 length SM2 dist ID paramTomas Mraz
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-01-05Fix typosDimitris Apostolou
2021-11-23rsa_signverify_init: Set the PARAMS after key is setTomas Mraz
2021-11-12providers: Allow possible reinitialization in all signature algorithmsTomas Mraz
2021-11-12do_sigver_init: Allow reinitialization of an existing operation.Tomas Mraz
2021-10-28fix some code with obvious wrong coding stylex2018
2021-10-15Raise error when invalid digest used with SM2Tomas Mraz
2021-07-16Allow RSA signature operations with RSA_NO_PADDINGTomas Mraz
2021-07-16Signature algos: allow having identical digest in paramsTomas Mraz
2021-07-06fips module header inclusion fine-tunningTomas Mraz
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-12A few cleanups of the provider build.infosTomas Mraz
2021-05-12Allow arbitrary digests with ECDSA and DSATomas Mraz
2021-05-07Drop libimplementations.aRichard Levitte
2021-05-07Rename files in providers/implementations/signaturesRichard Levitte
2021-04-30sm2: Cleanup handling of DIGEST and DIGEST_SIZE parametersTomas Mraz
2021-04-16Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell
2021-04-15Add OID for mdc2WithRSASignature and remove related TODO 3.0Tomas Mraz
2021-04-06Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz
2021-03-26sm2: fix coverity 1467503: explicit null dereferencePauli
2021-03-18Add ossl_ ecx symbolsShane Lontis
2021-03-18Add ossl_rsa symbolsShane Lontis
2021-03-18Add ossl_encode symbolsShane Lontis
2021-03-12prov: support params arguments to signature init callsPauli
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz
2021-03-03Resolve TODOs in signature implementations.Tomas Mraz