]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/fips/fipsprov.c
Fix builds with no-dh
[thirdparty/openssl.git] / providers / fips / fipsprov.c
2020-02-06  Matt CaswellFix builds with no-dh
2020-02-04  Richard LevitteDon't pass a digest-size to signature implementations
2020-01-27  Matt CaswellModify EVP_PKEY_CTX_new_from_pkey() to add a propquery...
2020-01-23  Shane LontisAdd DH key exchange to fips provider
2020-01-21  Richard LevittePROV: Add support for error queue marks and implement...
2020-01-15  Shane LontisAdd FIPS Self test kats for digests
2020-01-12  Shane LontisAdd dsa signature alg to fips provider
2020-01-06  Shane LontisAdd AES_CBC_HMAC_SHA ciphers to providers.
2019-12-14  Rich SalzDeprecate most of debug-memory
2019-11-29  Matt CaswellDisable mem leak checking for the self test lock
2019-11-29  Matt CaswellMake sure we only run the self tests once
2019-11-21  Matt CaswellTweak some algorithm naming inconsistencies
2019-10-31  PauliKDF: use string names not macros to align with other...
2019-10-10  Richard LevitteCleanup: move remaining providers/common/include/intern...
2019-10-10  Richard LevitteCleanup: move providers/common/include/internal/provide...
2019-10-03  Richard LevitteAdapt existing providers to posibly have name lists
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-09-27  Robbie Harwood[KDF] Add KBKDF implementation for counter-mode HMAC
2019-09-20  Shane LontisAdd aes_wrap cipher to providers
2019-09-15  Shane LontisAdd fips module integrity check
2019-09-13  Shane LontisAdd aes_xts cipher to providers
2019-09-11  PauliRegister KDF's using their name macros rather than...
2019-09-11  PauliMake FIPS provider use KDF name for PBKDF2
2019-09-06  PauliAdd KDFs to providers
2019-09-04  Richard LevitteNew function EVP_MD_free()
2019-08-29  Matt CaswellFix no-cmac
2019-08-29  Matt CaswellFix no-des
2019-08-26  Shane LontisCleanup ciphers and Add 3des ciphers.
2019-08-19  Shane LontisAdd aes_ccm to provider
2019-08-18  Shane LontisAdd fips provider code for handling self test data
2019-08-15  Richard LevitteRename the hash implementations KMAC{128,256} to KECCAK...
2019-08-15  Richard LevitteMove KMAC to providers
2019-08-15  Richard LevitteMove HMAC to providers
2019-08-15  Richard LevitteMove GMAC to providers
2019-08-15  Richard LevitteMove CMAC to providers
2019-08-15  Richard LevitteRename provider and core get_param_types functions
2019-08-08  Matt CaswellFix no-ec
2019-08-06  Matt CaswellInsert a dummy call to EC code in the FIPS provider
2019-07-31  Shane LontisAdd gcm ciphers (aes and aria) to providers.
2019-07-31  Richard LevitteAdapt the FIPS provider to use the new core error functions
2019-07-23  Matt CaswellRemove some utilities from the core to provider interface
2019-07-23  Richard LevitteReplace OSSL_ITEM with OSSL_PARAM as parameter descript...
2019-07-16  Pauliremove end of line spaces
2019-07-11  Rich SalzMake allocation/free/clean available to providers
2019-07-02  Matt CaswellAdd a dummy call to BN_rand_ex() in the FIPS provider
2019-07-02  Richard LevitteFIPS module: adapt for the changed error reporting...
2019-06-28  Matt CaswellAdd a nid 2 algorithm name mapping capability
2019-06-28  Matt CaswellCall RAND_DRBG_bytes from inside the FIPS provider
2019-06-24  PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-19  Matt CaswellDon't create an OPENSSL_CTX twice
2019-06-18  Rich SalzChange ERR_add_error_[v]data to append
2019-06-17  Matt CaswellTell the FIPS provider about thread stop events
2019-06-17  Richard LevitteReplumbing: Adapt the FIPS module to use the library...
2019-06-12  Matt CaswellAdd some dummy BIGNUM calls from inside the FIPS provider
2019-06-04  Shane LontisMove digests to providers
2019-06-03  Matt CaswellMake basic AES ciphers available from within the FIPS...
2019-05-23  Matt CaswellAdd more commentary about recursive Provider intialisat...
2019-05-23  Matt CaswellMake some EVP code available from within the FIPS module
2019-05-23  Matt CaswellMake core code available within the FIPS module
2019-04-30  Richard LevitteReplumbing: give the possibility for the provider to...
2019-04-04  Matt CaswellCreate a FIPS provider and put SHA256 in it