summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2021-05-31Add .asn1 dependencies for files generated from providers/common/der/*.inRichard Levitte
2021-05-31Add the usual autowarn perl snippet in providers/common/der/*.inRichard Levitte
2021-05-31Teach EVP_PKEYs to say whether they were decoded from explicit paramsMatt Caswell
2021-05-29fips: set the library context and handle laterPauli
2021-05-29make update-fips-checksumsRichard Levitte
2021-05-29prov: add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-29ec: Add PPC64 vector assembly version of p521 field operationsAmitay Isaacs
2021-05-28Fix incorrect gettable OSSL_CIPHER_PARAM_TLS_MAC parameterShane Lontis
2021-05-28Fix incorrect OSSL_CIPHER_PARAM_SPEED get_ctx_paramsShane Lontis
2021-05-27Use "" for include crypto/xxxRich Salz
2021-05-27Use "" for include internal/xxxRich Salz
2021-05-27Use <> for #include openssl/xxxRich Salz
2021-05-27aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli
2021-05-26Rework how providers/fipsmodule.cnf is producedRichard Levitte
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