summaryrefslogtreecommitdiffstats
path: root/providers/fips
AgeCommit message (Expand)Author
2020-04-23Update copyright yearMatt Caswell
2020-04-23FIPS: remove algorithms that are not being validated.Pauli
2020-04-17Add ECX to FIPS provider as non-FIPS algorithmsPauli
2020-04-03Add data driven SELF TEST code for signatures and key agreementShane Lontis
2020-03-28Param build: make structures opaque.Pauli
2020-03-28Param builder: make the OSSL_PARAM_BLD APIs public.Pauli
2020-03-15Add ECDSA to providersShane Lontis
2020-03-15Add RSA sign to the fips providerShane Lontis
2020-03-12Add ECDH to fips providerShane Lontis
2020-03-03Add pairwise consistency self tests to asym keygeneratorsShane Lontis
2020-02-25Check that the DRBG's internal state has been zeroized after uninstantiationDr. Matthias St. Pierre
2020-02-21Introduce the provider propertyMatt Caswell
2020-02-21Add DRBG self testsShane Lontis
2020-02-21Params: add argument to the _from_text calls to indicate if the param exists.Pauli
2020-02-13Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell
2020-02-11Implement Provider side Key Management for X25519 and X448Matt Caswell
2020-02-07Fix no-desMatt Caswell
2020-02-06Fix builds with no-dhMatt Caswell
2020-02-04Don't pass a digest-size to signature implementationsRichard Levitte
2020-02-04Fix coverity issues CID 1457745...1457752, 1457853, 1457854Shane Lontis
2020-01-27Modify EVP_PKEY_CTX_new_from_pkey() to add a propquery parameterMatt Caswell
2020-01-23Add DH key exchange to fips providerShane Lontis
2020-01-21PROV: Add support for error queue marks and implement in FIPS moduleRichard Levitte
2020-01-15Add FIPS Self test kats for digestsShane Lontis
2020-01-12Add dsa signature alg to fips providerShane Lontis
2020-01-06Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis
2019-12-22Add fips self test DEP for solaris and hpuxShane Lontis
2019-12-14Deprecate most of debug-memoryRich Salz
2019-11-29Disable mem leak checking for the self test lockMatt Caswell
2019-11-29Make sure we only run the self tests onceMatt Caswell
2019-11-21Tweak some algorithm naming inconsistenciesMatt Caswell
2019-10-31KDF: use string names not macros to align with other algorithms.Pauli
2019-10-10Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte
2019-10-10Cleanup: move providers/common/include/internal/provider_args.hRichard Levitte
2019-10-10Rework how our providers are builtRichard Levitte
2019-10-03Adapt existing providers to posibly have name listsRichard Levitte
2019-10-03Fix Coverity issuesShane Lontis
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-27[KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood
2019-09-20Add aes_wrap cipher to providersShane Lontis
2019-09-15Add fips module integrity checkShane Lontis
2019-09-14Add aes_xts cipher to providersShane Lontis
2019-09-11Register KDF's using their name macros rather than stringsPauli
2019-09-11Make FIPS provider use KDF name for PBKDF2Pauli
2019-09-06Add KDFs to providersPauli
2019-09-04New function EVP_MD_free()Richard Levitte
2019-08-29Fix no-cmacMatt Caswell
2019-08-29Fix no-desMatt Caswell
2019-08-26Cleanup ciphers and Add 3des ciphers.Shane Lontis