summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-25regenerate FIPS checksumsPauli
2021-05-25mac: add a getter for the MAC block size.Pauli
2021-05-25Add fipsinstall option to run self test KATS on module loadShane Lontis
2021-05-24Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...Jon Spillett
2021-05-24Add PBKDF1 to the legacy providerJon Spillett
2021-05-24fips: default to running self tests when starting the fips providerPauli
2021-05-21PROV: Relegate most of the FIPS provider code to libfips.aRichard Levitte
2021-05-20VMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more placesRichard Levitte
2021-05-20make updateMatt Caswell
2021-05-20Update copyright yearMatt Caswell
2021-05-19Make sure to include "crypto/ctype.h" to get ossl_isdigit()Richard Levitte
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