aboutsummaryrefslogtreecommitdiffstats
path: root/providers/fips/fipsprov.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* keygen: add FIPS error state management to conditional self testsShane Lontis2020-09-121-0/+7
* FIPS: rename the status call to is_running.Pauli2020-09-121-3/+3
* 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-091-18/+38
* 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-211-3/+7
* Add AES_CBC_CTS ciphers to providersShane Lontis2020-07-151-0/+3
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-57/+57
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* 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
* Add the concept of "Capabilities" to the default and fips providersMatt Caswell2020-06-191-0/+1
* 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
* Maintain strict type discipline between the core and providersMatt Caswell2020-05-161-11/+16
* PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementationRichard Levitte2020-05-141-0/+1
* PROV: Adapt all our providers to use the new PROV_CTX structureRichard Levitte2020-05-131-11/+27
* Fix some misunderstandings in our providers' main modulesRichard Levitte2020-05-121-31/+46
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* FIPS: remove algorithms that are not being validated.Pauli2020-04-231-12/+0
* Add ECX to FIPS provider as non-FIPS algorithmsPauli2020-04-171-0/+10
* Add data driven SELF TEST code for signatures and key agreementShane Lontis2020-04-031-353/+0
* Param build: make structures opaque.Pauli2020-03-281-29/+31
* Param builder: make the OSSL_PARAM_BLD APIs public.Pauli2020-03-281-28/+28
* Add ECDSA to providersShane Lontis2020-03-151-1/+4
* Add RSA sign to the fips providerShane Lontis2020-03-151-0/+16
* Add ECDH to fips providerShane Lontis2020-03-121-0/+6
* Add pairwise consistency self tests to asym keygeneratorsShane Lontis2020-03-031-4/+4
* Introduce the provider propertyMatt Caswell2020-02-211-30/+30
* Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell2020-02-131-0/+8
* Implement Provider side Key Management for X25519 and X448Matt Caswell2020-02-111-5/+5
* Fix builds with no-dhMatt Caswell2020-02-061-0/+4
* Don't pass a digest-size to signature implementationsRichard Levitte2020-02-041-3/+1
* Modify EVP_PKEY_CTX_new_from_pkey() to add a propquery parameterMatt Caswell2020-01-271-2/+2
* Add DH key exchange to fips providerShane Lontis2020-01-231-88/+301
* PROV: Add support for error queue marks and implement in FIPS moduleRichard Levitte2020-01-211-0/+27
* Add FIPS Self test kats for digestsShane Lontis2020-01-151-1/+19