summaryrefslogtreecommitdiffstats
path: root/providers/implementations
AgeCommit message (Expand)Author
2021-07-20drbg: allow the ctr derivation function to be disabled in FIPS modePauli
2021-07-16Allow RSA signature operations with RSA_NO_PADDINGTomas Mraz
2021-07-16Signature algos: allow having identical digest in paramsTomas Mraz
2021-07-14Remove lower limit on GCM mode ciphersPauli
2021-07-06Add HKDF negative testsShane Lontis
2021-07-06fips module header inclusion fine-tunningTomas Mraz
2021-07-05provider: use #define for PBKDF1 algorithm namePauli
2021-07-03PROV & STORE: Make the 'file:' store loader understand more binary formatsRichard Levitte
2021-07-03PROV & STORE: Don't decode keys in the 'file:' store loaderRichard Levitte
2021-06-29DECODER & ENCODER: Make sure to pass around the original selection bitsRichard Levitte
2021-06-29darwin platform replacing getentropy usage by platform api instead.David CARLIER
2021-06-29PROV: Have our PEM->DER decoder only recognise our PEM namesRichard Levitte
2021-06-25Fix file_name_check() in storemgmt/file_store.c and e_loader_attic.cDr. David von Oheimb
2021-06-24epki2pki_decode: passphrase callback failure is fatal errorTomas Mraz
2021-06-17Update copyright yearMatt Caswell
2021-06-16Correct processing of AES-SHA stitched ciphersDmitry Belyavskiy
2021-06-14Add a generic SubjectPublicKeyInfo decoderMatt Caswell
2021-06-10store: Avoid spurious error from decoding at EOFTomas Mraz
2021-06-09Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte
2021-06-08EVP_PKEY_new_raw_private_key: Allow zero length keysTomas Mraz
2021-06-08Fix compilation on systems with empty _POSIX_TIMERSLarkin Nickle
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-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-02ed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZETomas Mraz
2021-06-02providers: remove TODOsPauli
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-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-31Teach EVP_PKEYs to say whether they were decoded from explicit paramsMatt Caswell
2021-05-29prov: add zero strenght arguments to BN and RAND RNG callsPauli
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 openssl/xxxRich Salz
2021-05-27aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli
2021-05-25mac: add a getter for the MAC block size.Pauli
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-20VMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more placesRichard Levitte
2021-05-20Update copyright yearMatt Caswell
2021-05-19Make sure to include "crypto/ctype.h" to get ossl_isdigit()Richard Levitte