Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / providers / common / provider_util.c
2022-11-23 FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03 Matt CaswellUpdate copyright year
2022-02-01 Pauliindentation fix
2022-02-01 Pauliprov: add a safe memdup function for context cloning
2021-10-19 Matt CaswellUpdate provider_util.c to correctly handle ENGINE refer...
2021-09-15 Tomas Mrazproviders: Do not use global EVP_CIPHERs and EVP_MDs
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-06-02 Pauliproviders: remove TODOs
2021-02-28 Pauliprov: update provider util to be less agressive about...
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.