aboutsummaryrefslogtreecommitdiffstats
path: root/providers/fips
Commit message (Expand)AuthorAgeFilesLines
* Add ossl_provider symbolsShane Lontis2021-03-181-6/+6
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-6/+13
* Remove the RAND_get0_public() from fips provider initializationTomas Mraz2021-03-121-3/+0
* fips: update DRBG KATs for the extra instantiate argumentPauli2021-02-281-3/+3
* fips: add additional argument to KDF derive call in self testPauli2021-02-281-3/+1
* fips: update to use the extra MAC init argumentsPauli2021-02-281-5/+2
* Allow the sshkdf type to be passed as a single characterRichard Levitte2021-02-242-6/+9
* Adjust the few places where the string length was confusedRichard Levitte2021-02-181-2/+1
* Update copyright yearMatt Caswell2021-02-182-2/+2
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-112-2/+2
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-081-8/+8
* Ensure access to FIPS_state and rate_limit is appropriately lockedMatt Caswell2021-02-021-13/+33
* 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
* Fix parameter types in sshkdfJuergen Christ2021-01-281-2/+2
* Update copyright yearRichard Levitte2021-01-282-2/+2
* params: OSSL_PARAM_utf8_ptr: don't automatically reference `address`Daiki Ueno2021-01-261-7/+7
* Pass correct maximum output length to provider derive operationTomas Mraz2021-01-211-1/+1
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-7/+0
* 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