summaryrefslogtreecommitdiffstats
path: root/providers/implementations/signature
AgeCommit message (Expand)Author
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
2020-09-18fix provider signaturesShane Lontis
2020-09-18Add fips checks for ecdsa signaturesShane Lontis
2020-09-18Add fips checks for dsa signaturesShane Lontis
2020-09-18Add fips checks for rsa signatures.Shane Lontis
2020-09-12signature: add FIPS error state handlingPauli
2020-09-03Enable PKEY MAC bridge signature algs to take ctx paramsMatt Caswell
2020-08-29Include "legacy" in the name of the various MAC bridge functionsMatt Caswell
2020-08-29Improve code reuse in the provider MAC bridgeMatt Caswell
2020-08-29Extend the provider MAC bridge for CMACMatt Caswell
2020-08-29Extend the provider MAC bridge for Poly1305Matt Caswell
2020-08-29Extend the provider MAC bridge for SIPHASHMatt Caswell
2020-08-29Implement signature functions for EVP_PKEY MAC to EVP_MAC provider bridgeMatt Caswell
2020-08-24Fix coverity CID #1458641 - Dereference before NULL check when setting ctx->f...Shane Lontis
2020-08-24Fix coverity CID #1458645 - Dereference before NULL check in rsa_digest_verif...Shane Lontis
2020-08-24Fix coverity CID #1458647 - Use after free in clean_tbuf() which uses ctx->rsaShane Lontis
2020-08-24Fix coverity CID #1458648 - Wrong sizeof() arg in rsa_freectx()Shane Lontis
2020-08-12provider: add the unused paramater tag to the gettable and settable functionsPauli
2020-08-07RSA: Be less strict on PSS parameters when exporting to providerRichard Levitte
2020-08-07gettables: provider changes to pass the provider context.Pauli
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2020-06-17Add ACVP fips module testsShane Lontis
2020-05-26Update core_names.h fields and document most fields.Shane Lontis
2020-05-22Adjust length of some strncpy() callsNicola Tuveri
2020-05-20Refactor the provider side DER constants and writersRichard Levitte
2020-05-14PROV & SIGNATURE: Adapt the RSA signature code for PSS-parametersRichard Levitte
2020-05-14EVP: For SIGNATURE operations, pass the propquery earlyRichard Levitte
2020-05-14PROV: Refactor the RSA SIGNATURE implementation for better param controlRichard Levitte
2020-05-07Add RSA SHA512 truncated digest supportShane Lontis
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-04-09Enable Ed25519 signing/verifying to use the libctxMatt Caswell
2020-04-07PROV: Add DERlib support for ECDSA and EC keysRichard Levitte