summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2021-06-08Fix AIX FIPS DEP.Shane Lontis
2021-06-08Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis
2021-06-08Document missing EC/SM2 paramsShane Lontis
2021-06-08Fix CipherInit on s390x.Juergen Christ
2021-06-05PROV: drop get_params() and gettable_params() from all encoder implementatioRichard Levitte
2021-06-05ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard Levitte
2021-06-05PROV: drop get_params() and gettable_params() from all decoder implementationsRichard Levitte
2021-06-05make update-fips-checksumsRichard Levitte
2021-06-04Update fips checksums to drop the ssl headersTomas Mraz
2021-06-04Move libssl related defines used by fips provider to prov_ssl.hTomas Mraz
2021-06-03Fix errors found by parfait static analyser.Shane Lontis
2021-06-03update checksumsPauli
2021-06-02ed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZETomas Mraz
2021-06-02providers: remove TODOsPauli
2021-06-02providers/common/der/build.info: make a variable for ../include/provRichard Levitte
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-06-01Pass library context and property query into private key decodersJon Spillett
2021-06-01Fix up encoder/decoder issues caused by not passing a library context to the ...Jon Spillett
2021-06-01Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett
2021-06-01Move provider der_XXX.h.in files to the include directory.Shane Lontis
2021-06-01Fix param indentation in ciphercommon_hw.cShane Lontis
2021-06-01Fix aes cfb1 so that it can operate in bit mode.Shane Lontis
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