summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2020-08-21Fix incorrect selection flags for ec serializer.Shane Lontis
2020-08-20Fix stitched ciphersuites in TLS1.0Matt Caswell
2020-08-20PROV: Fix DSA and DH private key serializersRichard Levitte
2020-08-20X509: Add d2i_PUBKEY_ex(), which take a libctx and propqRichard Levitte
2020-08-20PROV: Fix EC OSSL_FUNC_keymgmt_match() to work in the FIPS providerRichard Levitte
2020-08-17Fix DSA/DH so that legacy keys can still be generated by the default providerShane Lontis
2020-08-14Move PKCS#12 KDF to provider.Pauli
2020-08-12provider: add the unused paramater tag to the gettable and settable functionsPauli
2020-08-11Expose S390x HW ciphers' IV state to provider layerBenjamin Kaduk
2020-08-11Make GCM providers more generous about fetching IVsBenjamin Kaduk
2020-08-11Support cipher provider "iv state"Benjamin Kaduk
2020-08-11Add DHX serializationShane Lontis
2020-08-11Add dh_kdf support to providerShane Lontis
2020-08-11Add DHX support to keymanagerShane Lontis
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to the FIPS providerMatt Caswell
2020-08-10Minimise the size of the macros in kdf_exch.cMatt Caswell
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support ScryptMatt Caswell
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell
2020-08-10Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell
2020-08-09Add 'on demand self test' and status test to providersShane Lontis
2020-08-09Add libctx to ecdh_KDF_X9_63.Shane Lontis
2020-08-08rand: fix typo in parameter nameDr. Matthias St. Pierre
2020-08-07Add evp_test fixes.Shane Lontis
2020-08-07rand_drbg: remove RAND_DRBG.Pauli
2020-08-07PROV: Fix MSBLOB / PVK deserializerRichard Levitte
2020-08-07PROV: Add MSBLOB and PVK to DSA and RSA deserializersRichard Levitte
2020-08-07RSA: Be less strict on PSS parameters when exporting to providerRichard Levitte
2020-08-07mac: add some consistency to setting the XXX_final output length.Pauli
2020-08-07gettables: provider changes to pass the provider context.Pauli
2020-08-05Fix provider cipher reinit after init/update with a partial update block.Shane Lontis
2020-08-04PROV: Make the DER to KEY deserializer decode parameters tooRichard Levitte
2020-08-04Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis
2020-08-01DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte
2020-08-01DESERIALIZER: Make it possible to deserialize public keys tooRichard Levitte
2020-08-01DESERIALIZER: Rethink password handlingRichard Levitte
2020-07-30PROV: Fix small logic error in ec_kmgmt.c matching functionRichard Levitte
2020-07-30deserialisation: add deserialisation to the base providerPauli
2020-07-30serialisation: Add a built-in base provider.Pauli
2020-07-27PROV: Add a DER to RSA-PSS deserializer implementationRichard Levitte
2020-07-27EVP, PROV: Add misc missing bits for RSA-PSSRichard Levitte
2020-07-27Fix no-ec2mMatt Caswell
2020-07-26DER to RSA deserializer: fix inclusionRichard Levitte
2020-07-24PROV: Update the PEM to DER deserializer to handle encrypted legacy PEMRichard Levitte
2020-07-24PROV: Update the DER to RSA deserializer to handle encrypted PKCS#8Richard Levitte
2020-07-24PROV: Implement PEM to DER deserializerRichard Levitte
2020-07-24PROV: Implement DER to RSA deserializerRichard Levitte
2020-07-24CORE: Add upcalls for BIO_gets() and BIO_puts()Richard Levitte
2020-07-23Fix DRBG reseed counter condition.Vitezslav Cizek
2020-07-22Cleanup fips provider initShane Lontis
2020-07-22Fix provider cipher reinit issueShane Lontis