summaryrefslogtreecommitdiff
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* Implement pem_read_key directly through OSSL_DECODERTomas Mraz2021-05-134-14/+6
* Makefile: Make sure providers/fipsmodule.cnf is re-built also for run_testsDr. David von Oheimb2021-05-131-1/+1
* fipsprov: Missing teardown on fips_get_params_from_core() errorTomas Mraz2021-05-131-1/+1
* Export/import flags for FFC params changed to seperate fields.Shane Lontis2021-05-132-4/+4
* A few cleanups of the provider build.infosTomas Mraz2021-05-126-25/+12
* Allow arbitrary digests with ECDSA and DSATomas Mraz2021-05-128-15/+16
* Checksum updatePauli2021-05-122-2/+2
* Checksum updatePauli2021-05-122-3/+3
* Update FIPS checksumsMatt Caswell2021-05-112-14/+14
* Modify the legacy provider to use OSSL_LIB_CTX_new_child()Matt Caswell2021-05-111-6/+1
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-113-0/+3
* Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc.Dr. David von Oheimb2021-05-112-3/+3
* Add convenience functions and macros for asymmetric key generationDr. David von Oheimb2021-05-112-5/+5
* checksum fixPauli2021-05-102-2/+2
* Mark pop/clear error stack in der2key_decode_p8Daniel Bevenius2021-05-091-0/+5
* FIPS checksums updateNicola Tuveri2021-05-092-2/+2
* Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb2021-05-083-9/+9
* Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb2021-05-083-17/+21
* Remove unused code from the fips moduleShane Lontis2021-05-083-20/+2
* bn: Add fixed length (n=6), unrolled PPC Montgomery MultiplicationMartin Schwenke2021-05-083-1/+3
* FIPS checksum updatePauli2021-05-072-3/+3
* Fixes #14662. Return all EC parameters even for named curvesJon Spillett2021-05-072-2/+2
* Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphersJon Spillett2021-05-073-4/+6
* make updateRichard Levitte2021-05-073-119/+11
* Drop libimplementations.aRichard Levitte2021-05-0716-180/+143
* Rename files in providers/implementations/signaturesRichard Levitte2021-05-077-7/+7
* Clarify two comments (typos) in fipsprov.cDaniel Bevenius2021-05-061-3/+3
* Update the FIPS checksumsMatt Caswell2021-05-062-2/+2
* Make the -inform option to be respected if possibleTomas Mraz2021-05-063-15/+22
* Fix KMAC bounds checks.Shane Lontis2021-05-054-39/+56
* fips-checksums: The define for fips module is FIPS_MODULETomas Mraz2021-05-042-81/+81
* FIPS module checksums: add scripts and Makefile ruleRichard Levitte2021-05-042-0/+460
* Unix build file: Add a target to create providers/fips.module.sourcesRichard Levitte2021-05-041-0/+467
* sm2: Cleanup handling of DIGEST and DIGEST_SIZE parametersTomas Mraz2021-04-301-43/+47
* STORE: Use the 'expect' param to limit the amount of decoders usedRichard Levitte2021-04-301-4/+10
* test: never run fipsinstall if the tests are not enabled.Pauli2021-04-291-5/+7
* Fixes related to separation of DH and DHX typesShane Lontis2021-04-261-32/+93
* STORE: Simplify error filtering in der2obj_decode()Richard Levitte2021-04-231-18/+6
* Update copyright yearMatt Caswell2021-04-222-2/+2
* Adapt our decoder implementations to the new way to indicate succes / failureRichard Levitte2021-04-215-51/+91
* Remove extra trailing semicolonRich Salz2021-04-201-1/+3
* Do IV reset also for DES and 3DES implementationsTomas Mraz2021-04-192-0/+9
* PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte2021-04-186-411/+716
* Fix naming for EVP_RAND_CTX_gettable functions.Pauli2021-04-171-4/+4
* Sanity check provider up-callsMatt Caswell2021-04-163-60/+57
* Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell2021-04-1612-115/+171
* Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis2021-04-151-1/+1
* Add OID for mdc2WithRSASignature and remove related TODO 3.0Tomas Mraz2021-04-153-28/+48
* Do not allow creating empty RSA keys by duplicationTomas Mraz2021-04-151-4/+7
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-155-10/+10