aboutsummaryrefslogtreecommitdiff
path: root/providers
AgeCommit message (Expand)AuthorFilesLines
2021-07-16Allow RSA signature operations with RSA_NO_PADDINGTomas Mraz1-2/+5
2021-07-16Signature algos: allow having identical digest in paramsTomas Mraz3-17/+43
2021-07-14Remove lower limit on GCM mode ciphersPauli4-12/+5
2021-07-06Add HKDF negative testsShane Lontis1-5/+8
2021-07-06update fips checksumsTomas Mraz3-78/+34
2021-07-06fips module header inclusion fine-tunningTomas Mraz7-5/+11
2021-07-05provider: use #define for PBKDF1 algorithm namePauli2-1/+2
2021-07-03PROV & STORE: Make the 'file:' store loader understand more binary formatsRichard Levitte5-138/+288
2021-07-03PROV & STORE: Don't decode keys in the 'file:' store loaderRichard Levitte1-31/+6
2021-06-29DECODER & ENCODER: Make sure to pass around the original selection bitsRichard Levitte3-10/+16
2021-06-29darwin platform replacing getentropy usage by platform api instead.David CARLIER1-0/+9
2021-06-29PROV: Have our PEM->DER decoder only recognise our PEM namesRichard Levitte1-73/+43
2021-06-26Update fips sources and checksumsTomas Mraz3-28/+26
2021-06-25Fix file_name_check() in storemgmt/file_store.c and e_loader_attic.cDr. David von Oheimb1-4/+5
2021-06-24epki2pki_decode: passphrase callback failure is fatal errorTomas Mraz1-0/+1
2021-06-22Change self test for AES_CGM to perform both an encrypt and decrypt.Shane Lontis1-1/+1
2021-06-18aix64-gcc target: Fix build breakage with enable-fipsTomas Mraz1-2/+0
2021-06-17make updateMatt Caswell3-54/+54
2021-06-17Update copyright yearMatt Caswell23-23/+23
2021-06-17Add self test for ECDSA using curve with a binary fieldShane Lontis1-8/+45
2021-06-16prov: tag SM2 encoders and decoders as non-FIPSPauli2-10/+10
2021-06-16Correct processing of AES-SHA stitched ciphersDmitry Belyavskiy1-1/+1
2021-06-14Add a generic SubjectPublicKeyInfo decoderMatt Caswell7-19/+153
2021-06-14Avoid duplicating prov_running.o in libdefault and libcryptoTomas Mraz1-2/+0
2021-06-10store: Avoid spurious error from decoding at EOFTomas Mraz1-1/+11
2021-06-09Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte8-211/+411
2021-06-08EVP_PKEY_new_raw_private_key: Allow zero length keysTomas Mraz1-1/+2
2021-06-08Fix compilation on systems with empty _POSIX_TIMERSLarkin Nickle1-1/+3
2021-06-08Fix AIX FIPS DEP.Shane Lontis1-1/+15
2021-06-08Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis5-5/+13
2021-06-08Document missing EC/SM2 paramsShane Lontis1-2/+2
2021-06-08Fix CipherInit on s390x.Juergen Christ3-31/+43
2021-06-05PROV: drop get_params() and gettable_params() from all encoder implementatioRichard Levitte4-171/+0
2021-06-05ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard Levitte2-20/+4
2021-06-05PROV: drop get_params() and gettable_params() from all decoder implementationsRichard Levitte5-159/+1
2021-06-05make update-fips-checksumsRichard Levitte3-8/+4
2021-06-04Update fips checksums to drop the ssl headersTomas Mraz3-39/+13
2021-06-04Move libssl related defines used by fips provider to prov_ssl.hTomas Mraz5-6/+6
2021-06-03Fix errors found by parfait static analyser.Shane Lontis1-0/+2
2021-06-03update checksumsPauli3-214/+216
2021-06-02ed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZETomas Mraz1-2/+2
2021-06-02providers: remove TODOsPauli4-6/+2
2021-06-02providers/common/der/build.info: make a variable for ../include/provRichard Levitte1-14/+16
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz24-62/+63
2021-06-01Pass library context and property query into private key decodersJon Spillett1-4/+6
2021-06-01Fix up encoder/decoder issues caused by not passing a library context to the ...Jon Spillett2-3/+2
2021-06-01Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett2-3/+6
2021-06-01Move provider der_XXX.h.in files to the include directory.Shane Lontis8-7/+7
2021-06-01Fix param indentation in ciphercommon_hw.cShane Lontis1-10/+10
2021-06-01Fix aes cfb1 so that it can operate in bit mode.Shane Lontis1-0/+11