summaryrefslogtreecommitdiffstats
path: root/providers/implementations/signature
AgeCommit message (Expand)Author
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
2021-03-01Remove RSA SSLv23 padding modeRich Salz
2021-02-28prov: use new MAC_init arguments in signature legacy codePauli
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis
2021-02-26Fix external symbols related to dsa keysShane Lontis
2021-02-18Update copyright yearMatt Caswell
2021-02-18Fix external symbols related to provider related security checks forShane Lontis
2021-02-18Add deep copy of propq field in mac_dupctx to avoid double freezekeevans-mf
2021-02-15RSA: avoid dereferencing possibly-NULL parameter in initializersBenjamin Kaduk
2021-02-12Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-librariesRichard Levitte
2021-02-11Various cleanup of PROV_R_ reason codesTomas Mraz
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2021-02-05RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz
2021-02-01Fix some odd names in our provider source codeRichard Levitte
2021-01-28Update copyright yearRichard Levitte
2021-01-18Fix memory leak in mac_newctx() on errorKurt Roeckx
2020-12-04Fix dsa & rsa signature dupctx() so that ctx->propq is strdupedShane Lontis
2020-12-04Fix ecdsa digest setting code to match dsa.Shane Lontis
2020-12-02Fix s390 EDDSA HW support in providers.Shane Lontis
2020-11-19rename mac_key_* to ossl_mac_key_*Pauli
2020-11-11Convert all {NAME}err() in providers/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli
2020-10-01der: _ossl prefix DER functionsPauli
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-23Fix ecx so that is uses a settable propertyqueryShane Lontis
2020-09-22Address review commentsPaul Yang
2020-09-22Add SM2 signature algorithm to default providerPaul Yang
2020-09-18Teach EdDSA signature algorithms about AlgorithmIdentifiersMatt Caswell
2020-09-18Add option to fipsinstall to disable fips security checks at run time.Shane Lontis
2020-09-18Add 'fips-securitychecks' option and plumb this into the actual fips checksShane Lontis