Update copyright year
[openssl.git] / providers / common / provider_util.c
2021-02-18 Matt CaswellUpdate copyright year
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-25 Matt CaswellMove SM2 asymmetric encryption to be available in the...
2020-09-18 Shane LontisSeparate fips and non fips code for key operations
2020-09-18 Shane LontisAdd fips checks for ecdsa signatures
2020-09-18 Shane LontisAdd fips checks for rsa signatures.
2020-08-29 Matt CaswellImprove code reuse in the provider MAC bridge
2020-08-29 Matt CaswellExtend the provider MAC bridge for CMAC
2020-07-16 Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-07-16 Paulideprecate engines in provider code
2020-06-11 PauliThe EVP_MAC functions have been renamed for consistency...
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-03-27 Matt CaswellIgnore some fetch failures
2020-01-06 Shane LontisAdd AES_CBC_HMAC_SHA ciphers to providers.
2019-10-17 Robbie Harwood[KDF] Add feedback-mode and CMAC support to KBKDF
2019-10-10 Richard LevitteCleanup: move remaining providers/common/include/intern...
2019-09-25 PauliMake the "engine" parameter to some provider algorithms...
2019-09-20 Richard LevitteRemove name string from PROV_CIPHER and PROV_DIGEST
2019-09-20 Richard LevitteRefactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provide...
2019-09-19 Richard LevitteModify providers that keep track of underlying algorithms
2019-09-12 Matt CaswellFix no-engine
2019-09-07 PauliUnify the digest getting code inside providers.