summaryrefslogtreecommitdiff
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* store: Avoid spurious error from decoding at EOFTomas Mraz2021-06-101-1/+11
* Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte2021-06-098-211/+411
* EVP_PKEY_new_raw_private_key: Allow zero length keysTomas Mraz2021-06-081-1/+2
* Fix compilation on systems with empty _POSIX_TIMERSLarkin Nickle2021-06-081-1/+3
* Fix AIX FIPS DEP.Shane Lontis2021-06-081-1/+15
* Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis2021-06-085-5/+13
* Document missing EC/SM2 paramsShane Lontis2021-06-081-2/+2
* Fix CipherInit on s390x.Juergen Christ2021-06-083-31/+43
* PROV: drop get_params() and gettable_params() from all encoder implementatioRichard Levitte2021-06-054-171/+0
* ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard Levitte2021-06-052-20/+4
* PROV: drop get_params() and gettable_params() from all decoder implementationsRichard Levitte2021-06-055-159/+1
* make update-fips-checksumsRichard Levitte2021-06-053-8/+4
* Update fips checksums to drop the ssl headersTomas Mraz2021-06-043-39/+13
* Move libssl related defines used by fips provider to prov_ssl.hTomas Mraz2021-06-045-6/+6
* Fix errors found by parfait static analyser.Shane Lontis2021-06-031-0/+2
* update checksumsPauli2021-06-033-214/+216
* ed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZETomas Mraz2021-06-021-2/+2
* providers: remove TODOsPauli2021-06-024-6/+2
* providers/common/der/build.info: make a variable for ../include/provRichard Levitte2021-06-021-14/+16
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-0124-62/+63
* Pass library context and property query into private key decodersJon Spillett2021-06-011-4/+6
* Fix up encoder/decoder issues caused by not passing a library context to the ...Jon Spillett2021-06-012-3/+2
* Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett2021-06-012-3/+6
* Move provider der_XXX.h.in files to the include directory.Shane Lontis2021-06-018-7/+7
* Fix param indentation in ciphercommon_hw.cShane Lontis2021-06-011-10/+10
* Fix aes cfb1 so that it can operate in bit mode.Shane Lontis2021-06-011-0/+11
* Add .asn1 dependencies for files generated from providers/common/der/*.inRichard Levitte2021-05-311-14/+14
* Add the usual autowarn perl snippet in providers/common/der/*.inRichard Levitte2021-05-3114-0/+28
* Teach EVP_PKEYs to say whether they were decoded from explicit paramsMatt Caswell2021-05-311-0/+12
* fips: set the library context and handle laterPauli2021-05-291-2/+3
* make update-fips-checksumsRichard Levitte2021-05-293-28/+457
* prov: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-298-13/+13
* ec: Add PPC64 vector assembly version of p521 field operationsAmitay Isaacs2021-05-293-479/+48
* Fix incorrect gettable OSSL_CIPHER_PARAM_TLS_MAC parameterShane Lontis2021-05-281-1/+1
* Fix incorrect OSSL_CIPHER_PARAM_SPEED get_ctx_paramsShane Lontis2021-05-281-1/+0
* Use "" for include crypto/xxxRich Salz2021-05-272-2/+2
* Use "" for include internal/xxxRich Salz2021-05-271-2/+2
* Use <> for #include openssl/xxxRich Salz2021-05-273-3/+3
* aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli2021-05-273-5/+5
* Rework how providers/fipsmodule.cnf is producedRichard Levitte2021-05-261-11/+4
* err: rename err_load_xxx_strings_int functionsPauli2021-05-262-2/+2
* regenerate FIPS checksumsPauli2021-05-253-4/+445
* mac: add a getter for the MAC block size.Pauli2021-05-256-18/+49
* Add fipsinstall option to run self test KATS on module loadShane Lontis2021-05-251-1/+5
* Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...Jon Spillett2021-05-241-2/+2
* Add PBKDF1 to the legacy providerJon Spillett2021-05-245-0/+256
* fips: default to running self tests when starting the fips providerPauli2021-05-241-27/+30
* PROV: Relegate most of the FIPS provider code to libfips.aRichard Levitte2021-05-213-6/+45
* VMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more placesRichard Levitte2021-05-204-0/+96
* make updateMatt Caswell2021-05-202-15/+15