summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2021-05-06Update the FIPS checksumsMatt Caswell
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-05Fix KMAC bounds checks.Shane Lontis
2021-05-04fips-checksums: The define for fips module is FIPS_MODULETomas Mraz
2021-05-04FIPS module checksums: add scripts and Makefile ruleRichard Levitte
2021-05-04Unix build file: Add a target to create providers/fips.module.sourcesRichard Levitte
2021-04-30sm2: Cleanup handling of DIGEST and DIGEST_SIZE parametersTomas Mraz
2021-04-30STORE: Use the 'expect' param to limit the amount of decoders usedRichard Levitte
2021-04-29test: never run fipsinstall if the tests are not enabled.Pauli
2021-04-26Fixes related to separation of DH and DHX typesShane Lontis
2021-04-23STORE: Simplify error filtering in der2obj_decode()Richard Levitte
2021-04-22Update copyright yearMatt Caswell
2021-04-21Adapt our decoder implementations to the new way to indicate succes / failureRichard Levitte
2021-04-20Remove extra trailing semicolonRich Salz
2021-04-19Do IV reset also for DES and 3DES implementationsTomas Mraz
2021-04-18PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte
2021-04-17Fix naming for EVP_RAND_CTX_gettable functions.Pauli
2021-04-16Sanity check provider up-callsMatt Caswell
2021-04-16Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell
2021-04-15Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis
2021-04-15Add OID for mdc2WithRSASignature and remove related TODO 3.0Tomas Mraz
2021-04-15Do not allow creating empty RSA keys by duplicationTomas Mraz
2021-04-15Add selection support to the provider keymgmt_dup functionTomas Mraz
2021-04-15Implement provider-side keymgmt_dup functionTomas Mraz
2021-04-14Add domain parameter match check for DH and ECDH key exchange.Shane Lontis
2021-04-13Fix windows compiler error in kmac_prov.cShane Lontis
2021-04-13Add FIPS Self test for AES_ECB decryptShane Lontis
2021-04-12Always reset IV for CBC, OFB, and CFB mode on cipher context reinitTomas Mraz
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-04-12kmac: fix customistation string overflow bugPauli
2021-04-12Add additional KMAC errorPauli
2021-04-08Update copyright yearMatt Caswell
2021-04-08Revert "Fix AES-CBC perf test failure issue"Pauli
2021-04-08fix coverity 1466710: resource leakPauli
2021-04-07Fix AES-CBC perf test failure issueFangming.Fang
2021-04-06Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz
2021-04-02APPS: Replace the use of OBJ_nid2ln() with name or description callsRichard Levitte
2021-04-02CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte
2021-04-01Add "save-parameters" encoder parameterTomas Mraz
2021-03-30Increase HKDF_MAXBUF from 1024 to 2048Benjamin Kaduk
2021-03-30Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell
2021-03-30Fix DH gettable OSSL_PKEY_PARAM_DH_PRIV_LEN so that it has the correctShane Lontis
2021-03-26Make the SM2 group the default group for the SM2 algorithmTomas Mraz
2021-03-26RSA-PSS: When printing parameters, always print the trailerfield ASN.1 valueRichard Levitte
2021-03-26sm2: fix coverity 1467503: explicit null dereferencePauli
2021-03-26rsa: fix coverity 1463571: explicit null dereferencePauli
2021-03-24Make fipsinstall -out flag optionalRich Salz
2021-03-24ec_keymgmt: fix coverity 1474427: resource leakPauli
2021-03-20rsa: fix coverity 1472658: resource leakPauli
2021-03-19STORE: Use the same error avoidance criteria as for the DER->key decoderRichard Levitte