summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2021-05-18keymgmt: fix coverity 1484886 unchecked return valuePauli
2021-05-13Implement pem_read_key directly through OSSL_DECODERTomas Mraz
2021-05-13Makefile: Make sure providers/fipsmodule.cnf is re-built also for run_testsDr. David von Oheimb
2021-05-13fipsprov: Missing teardown on fips_get_params_from_core() errorTomas Mraz
2021-05-13Export/import flags for FFC params changed to seperate fields.Shane Lontis
2021-05-12A few cleanups of the provider build.infosTomas Mraz
2021-05-12Allow arbitrary digests with ECDSA and DSATomas Mraz
2021-05-12Checksum updatePauli
2021-05-12Checksum updatePauli
2021-05-11Update FIPS checksumsMatt Caswell
2021-05-11Modify the legacy provider to use OSSL_LIB_CTX_new_child()Matt Caswell
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-05-11Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc.Dr. David von Oheimb
2021-05-11Add convenience functions and macros for asymmetric key generationDr. David von Oheimb
2021-05-10checksum fixPauli
2021-05-09Mark pop/clear error stack in der2key_decode_p8Daniel Bevenius
2021-05-09FIPS checksums updateNicola Tuveri
2021-05-08Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb
2021-05-08Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb
2021-05-08Remove unused code from the fips moduleShane Lontis
2021-05-08bn: Add fixed length (n=6), unrolled PPC Montgomery MultiplicationMartin Schwenke
2021-05-07FIPS checksum updatePauli
2021-05-07Fixes #14662. Return all EC parameters even for named curvesJon Spillett
2021-05-07Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphersJon Spillett
2021-05-07make updateRichard Levitte
2021-05-07Drop libimplementations.aRichard Levitte
2021-05-07Rename files in providers/implementations/signaturesRichard Levitte
2021-05-06Clarify two comments (typos) in fipsprov.cDaniel Bevenius
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