summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2020-09-18Add fips checks for ecdh key agreementShane Lontis
2020-09-18Add fips checks for rsa encryptionShane Lontis
2020-09-18Add fips checks for dh key agreementShane Lontis
2020-09-18Add fips checks for ecdsa signaturesShane Lontis
2020-09-18Add fips checks for dsa signaturesShane Lontis
2020-09-18Add fips checks for rsa signatures.Shane Lontis
2020-09-18Add selftest callback to CRNG output testShane Lontis
2020-09-18Fix AES_XTS on x86-64 platforms with BSAES and VPAES support.Shane Lontis
2020-09-17Make KDFs fail if requesting a zero-length key.Jon Spillett
2020-09-17Allow zero-length secret for EVP_KDF APIJon Spillett
2020-09-17Update AES GCM IV max length to be 1024 bits (was 512)Shane Lontis
2020-09-16Add self tests for rsa encryptionShane Lontis
2020-09-14prov/drbg: cleanup some RAND_DRBG leftoversDr. Matthias St. Pierre
2020-09-14prov/drbg: fix misspelling of '#ifdef FIPS_MODULE'Dr. Matthias St. Pierre
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