summaryrefslogtreecommitdiffstats
path: root/providers/fips/fipsprov.c
AgeCommit message (Expand)Author
2020-06-24CTR, HASH and HMAC DRBGs in providerPauli
2020-06-24provider: add RAND algorithm tablesPauli
2020-06-19Add more complete support for libctx/propq in the EC codeMatt Caswell
2020-06-19Add the concept of "Capabilities" to the default and fips providersMatt Caswell
2020-06-05fips: add additional algorithms to the FIPS provider.Pauli
2020-05-28fips: add AES OFB mode ciphers to FIPS provider.Pauli
2020-05-28fips: add AES CFB mode ciphers to FIPS provider.Pauli
2020-05-26Update core_names.h fields and document most fields.Shane Lontis
2020-05-16Maintain strict type discipline between the core and providersMatt Caswell
2020-05-14PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementationRichard Levitte
2020-05-13PROV: Adapt all our providers to use the new PROV_CTX structureRichard Levitte
2020-05-12Fix some misunderstandings in our providers' main modulesRichard Levitte
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
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-21Introduce the provider propertyMatt Caswell
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-06Fix builds with no-dhMatt Caswell
2020-02-04Don't pass a digest-size to signature implementationsRichard Levitte
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-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-03Adapt existing providers to posibly have name listsRichard Levitte
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