summaryrefslogtreecommitdiff
path: root/providers/fips
Commit message (Expand)AuthorAgeFilesLines
* Add fips self tests for all included kdfShane Lontis2020-12-112-2/+220
* Add EVP_KDF-X942 to the fips moduleShane Lontis2020-12-021-1/+4
* Fix builds that specify both no-dh and no-ecMatt Caswell2020-11-302-5/+13
* prov: move the entropy source out of the FIPS providerPauli2020-11-201-2/+4
* Add AES KW inverse ciphers to the EVP layerShane Lontis2020-11-021-0/+9
* Remove ossl_prov_util_nid_to_name()Shane Lontis2020-10-221-98/+0
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-11/+10
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-154-37/+37
* prov: prefix all exposed 'cipher' symbols with ossl_Pauli2020-10-011-4/+4
* prov: prefix provider internal functions with ossl_Pauli2020-09-292-12/+18
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-104/+117
* Fix CID 1467068 : Null pointer dereference in self_test.cShane Lontis2020-09-231-1/+3
* Added FIPS DEP initialization for the NonStop platform in fips/self_test.c.Randall S. Becker2020-09-221-0/+16
* Add a copy of OSSL_SELF_TEST_get_callback() to the fips module.Shane Lontis2020-09-191-0/+17
* Add KEM (Key encapsulation mechanism) support to providersShane Lontis2020-09-191-0/+7
* Add option to fipsinstall to disable fips security checks at run time.Shane Lontis2020-09-181-0/+21
* Add self tests for rsa encryptionShane Lontis2020-09-162-4/+204
* prov/drbg: cleanup some RAND_DRBG leftoversDr. Matthias St. Pierre2020-09-141-2/+2
* keygen: add FIPS error state management to conditional self testsShane Lontis2020-09-123-4/+28
* FIPS: error mode is set from failed self tests and produced a limited number ...Pauli2020-09-121-3/+26
* FIPS: rename the status call to is_running.Pauli2020-09-123-5/+6
* Include "legacy" in the name of the various MAC bridge functionsMatt Caswell2020-08-291-4/+4
* Extend the provider MAC bridge for CMACMatt Caswell2020-08-291-0/+6
* Make the provider side EVP PKEY MAC bridge available in default and fipsMatt Caswell2020-08-291-0/+2
* Add DHX support to keymanagerShane Lontis2020-08-111-0/+1
* Extend the EVP_PKEY KDF to KDF provider bridge to the FIPS providerMatt Caswell2020-08-101-0/+4
* Add 'on demand self test' and status test to providersShane Lontis2020-08-093-18/+46
* Add evp_test fixes.Shane Lontis2020-08-071-4/+4
* rand_drbg: remove RAND_DRBG.Pauli2020-08-071-2/+2
* Cleanup fips provider initShane Lontis2020-07-221-154/+59
* Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis2020-07-212-11/+33
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-161-3/+3
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-161-3/+3
* Add AES_CBC_CTS ciphers to providersShane Lontis2020-07-151-0/+3
* Add --fips-key configuration parameter to fipsinstall application.Rich Salz2020-06-291-1/+2
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-243-62/+62
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-242-2/+2
* fips rand: DRBG KAT self test updates to provider model.Pauli2020-06-242-61/+59
* CTR, HASH and HMAC DRBGs in providerPauli2020-06-241-9/+2
* provider: add RAND algorithm tablesPauli2020-06-241-0/+17
* Add more complete support for libctx/propq in the EC codeMatt Caswell2020-06-191-1/+1
* Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell2020-06-191-2/+2
* Add the concept of "Capabilities" to the default and fips providersMatt Caswell2020-06-191-0/+1
* Configure DEPs for FIPS provider on AIX.Matthias Kraft2020-06-181-1/+1
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-111-3/+3
* kdf: make function naming consistent.Pauli2020-06-111-3/+3
* fips: add additional algorithms to the FIPS provider.Pauli2020-06-051-3/+21
* fips: add AES OFB mode ciphers to FIPS provider.Pauli2020-05-281-0/+3
* fips: add AES CFB mode ciphers to FIPS provider.Pauli2020-05-281-0/+9
* Update core_names.h fields and document most fields.Shane Lontis2020-05-261-2/+3