summaryrefslogtreecommitdiff
path: root/providers/fips/fipsprov.c
Commit message (Expand)AuthorAgeFilesLines
* fips: set the library context and handle laterPauli2021-05-291-2/+3
* PROV: Relegate most of the FIPS provider code to libfips.aRichard Levitte2021-05-211-4/+20
* fipsprov: Missing teardown on fips_get_params_from_core() errorTomas Mraz2021-05-131-1/+1
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-111-0/+1
* Clarify two comments (typos) in fipsprov.cDaniel Bevenius2021-05-061-3/+3
* PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte2021-04-181-138/+127
* Sanity check provider up-callsMatt Caswell2021-04-161-28/+43
* Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell2021-04-161-72/+119
* APPS: Replace the use of OBJ_nid2ln() with name or description callsRichard Levitte2021-04-021-15/+25
* Add ossl_provider symbolsShane Lontis2021-03-181-6/+6
* Remove the RAND_get0_public() from fips provider initializationTomas Mraz2021-03-121-3/+0
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-1/+1
* Avoid races by caching exported ciphers in the init functionMatt Caswell2021-02-021-2/+2
* Fix some odd names in our provider source codeRichard Levitte2021-02-011-2/+2
* Update copyright yearRichard Levitte2021-01-281-1/+1
* params: OSSL_PARAM_utf8_ptr: don't automatically reference `address`Daiki Ueno2021-01-261-7/+7
* Add EVP_KDF-X942 to the fips moduleShane Lontis2020-12-021-1/+4
* 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-151-17/+17
* prov: prefix all exposed 'cipher' symbols with ossl_Pauli2020-10-011-4/+4
* prov: prefix provider internal functions with ossl_Pauli2020-09-291-10/+12
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-104/+117
* 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