summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis
2020-09-12CRNGT: enter FIPS error state if the test failsPauli
2020-09-12FIPS: error mode is set from failed self tests and produced a limited number ...Pauli
2020-09-12ciphers: add FIPS error state handlingPauli
2020-09-12keymgmt: add FIPS error state handlingPauli
2020-09-12signature: add FIPS error state handlingPauli
2020-09-12exchange: add FIPS error state handlingPauli
2020-09-12kdf: add FIPS error state handlingPauli
2020-09-12mac: add FIPS error state handlingPauli
2020-09-12rand: add FIPS error state handlingPauli
2020-09-12asymciphers: add FIPS error state handlingPauli
2020-09-12digests: add FIPS error state handlingPauli
2020-09-12FIPS: rename the status call to is_running.Pauli
2020-09-12provider: add an 'is_running' call to all providers.Pauli
2020-09-09ENCODER: Refactor provider implementations, and some cleanupRichard Levitte
2020-09-09Fix up issue on AIX caused by broken compiler handling of macro expansionJon Spillett
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