summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2020-09-05Fix coverity CID #1466371 - fix dereference before NULL check.Shane Lontis
2020-09-05Fix coverity CID #1466375 - Remove dead code.Shane Lontis
2020-09-05Fix coverity CID #1466377 - resource leak due to early return in ec_get_param...Shane Lontis
2020-09-03STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte
2020-09-03STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte
2020-09-03Ensure EVP_MAC_update() passes the length even if it is 0Matt Caswell
2020-09-03Enable PKEY MAC bridge signature algs to take ctx paramsMatt Caswell
2020-09-03Make ssl3_cbc_digest_record() use the real data_sizeMatt Caswell
2020-09-03Start using the provider side TLS HMAC implementationMatt Caswell
2020-09-03Add an HMAC implementation that is TLS awareMatt Caswell
2020-09-03Avoid AIX compiler issue by making the macro argument names not match any sub...Jon Spillett
2020-08-31Add the correct enum value for DSA public key serializationJon Spillett
2020-08-30Fix ECX serializer import calls to use correct selection flags.Shane Lontis
2020-08-30Fix RSA serializer import calls to use correct selection flags.Shane Lontis
2020-08-30Fix DSA serializer import calls to use correct selection flags.Shane Lontis
2020-08-30Fix DH serializer import calls to use correct selection flags.Shane Lontis
2020-08-29Include "legacy" in the name of the various MAC bridge functionsMatt Caswell
2020-08-29Improve code reuse in the provider MAC bridgeMatt Caswell
2020-08-29Extend the provider MAC bridge for CMACMatt Caswell
2020-08-29Extend the provider MAC bridge for Poly1305Matt Caswell
2020-08-29Extend the provider MAC bridge for SIPHASHMatt Caswell
2020-08-29Make the provider side EVP PKEY MAC bridge available in default and fipsMatt Caswell
2020-08-29Implement signature functions for EVP_PKEY MAC to EVP_MAC provider bridgeMatt Caswell
2020-08-29Implement key management for the EVP_PKEY MAC to EVP_MAC provider bridgeMatt Caswell
2020-08-28rand: add a note about a potentially misleading code analyzer warning.Pauli
2020-08-24CORE: Generalise internal pass phrase prompterRichard Levitte
2020-08-24CORE: Define provider-native abstract objectsRichard Levitte
2020-08-24Fix coverity CID #1458641 - Dereference before NULL check when setting ctx->f...Shane Lontis
2020-08-24Fix coverity CID #1458645 - Dereference before NULL check in rsa_digest_verif...Shane Lontis
2020-08-24Fix coverity CID #1458647 - Use after free in clean_tbuf() which uses ctx->rsaShane Lontis
2020-08-24Fix coverity CID #1458648 - Wrong sizeof() arg in rsa_freectx()Shane Lontis
2020-08-24Fix coverity CID #1465794 - Uninitialized pointer read in x942_encode_otherin...Shane Lontis
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
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