summaryrefslogtreecommitdiffstats
path: root/providers/fips
AgeCommit message (Expand)Author
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-12-11Add fips self tests for all included kdfShane Lontis
2020-12-02Add EVP_KDF-X942 to the fips moduleShane Lontis
2020-11-30Fix builds that specify both no-dh and no-ecMatt Caswell
2020-11-20prov: move the entropy source out of the FIPS providerPauli
2020-11-02Add AES KW inverse ciphers to the EVP layerShane Lontis
2020-10-22Remove ossl_prov_util_nid_to_name()Shane Lontis
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01prov: prefix all exposed 'cipher' symbols with ossl_Pauli
2020-09-29prov: prefix provider internal functions with ossl_Pauli
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-23Fix CID 1467068 : Null pointer dereference in self_test.cShane Lontis
2020-09-22Added FIPS DEP initialization for the NonStop platform in fips/self_test.c.Randall S. Becker
2020-09-19Add a copy of OSSL_SELF_TEST_get_callback() to the fips module.Shane Lontis
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis
2020-09-18Add option to fipsinstall to disable fips security checks at run time.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-12keygen: add FIPS error state management to conditional self testsShane Lontis
2020-09-12FIPS: error mode is set from failed self tests and produced a limited number ...Pauli
2020-09-12FIPS: rename the status call to is_running.Pauli
2020-08-29Include "legacy" in the name of the various MAC bridge functionsMatt Caswell
2020-08-29Extend the provider MAC bridge for CMACMatt Caswell
2020-08-29Make the provider side EVP PKEY MAC bridge available in default and fipsMatt Caswell
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-09Add 'on demand self test' and status test to providersShane Lontis
2020-08-07Add evp_test fixes.Shane Lontis
2020-08-07rand_drbg: remove RAND_DRBG.Pauli
2020-07-22Cleanup fips provider initShane Lontis
2020-07-21Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-07-15Add AES_CBC_CTS ciphers to providersShane Lontis
2020-06-29Add --fips-key configuration parameter to fipsinstall application.Rich Salz
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2020-06-24fips rand: DRBG KAT self test updates to provider model.Pauli
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-19Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell
2020-06-19Add the concept of "Capabilities" to the default and fips providersMatt Caswell
2020-06-18Configure DEPs for FIPS provider on AIX.Matthias Kraft
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli
2020-06-11kdf: make function naming consistent.Pauli
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