crypto/threads_pthread.c: refactor all atomics fallbacks for type safety
[openssl.git] / doc / man7 / provider-mac.pod
2022-12-08 Richard LevitteReplace some boldened types with a corresponding man...
2022-06-28 Tomas MrazCorrect doubled OSSL_OSSL when documenting OSSL_FUNC_...
2021-05-25 Paulidoc: document the MAC block size getter
2021-04-09 Tomas MrazSmall fixes and cleanups of provider API documentation
2021-03-26 Paulidoc: note that MAC lifecycle transitions will be enforc...
2021-03-11 Paulidoc: note that get_params and set_params calls should...
2021-03-03 Richard LevitteDOCS: Fix provider-mac.pod and the docs of our implemen...
2021-02-28 Paulidoc: update provider-mac documentation to account for...
2021-02-26 Paulidoc: changes to match the updated context gettable...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-10 Shane LontisReplace MAC flags OSSL_MAC_PARAM_FLAGS with separate...
2020-08-06 Pauligettables: documentation changes to pass the provider...
2020-06-25 Matt CaswellUpdate copyright year
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2019-12-11 Veres LajosFix some typos
2019-11-15 Rich SalzFix some broken doc links
2019-10-24 Rich SalzFix broken links, mainly typo's
2019-10-11 Richard LevittePOD: stop abusing comment
2019-09-27 PauliReformat param description lines
2019-09-27 PauliMake OSSL_PARAM descriptions uniformly formatted.
2019-09-25 PauliUse OSSL_PARAM types. Limits are explained in the...
2019-09-25 PauliRemove the engine parameter from the provider MAC docum...
2019-08-24 Richard LevitteGet rid of the diversity of names for MAC parameters
2019-08-16 Richard LevitteRename ctx_{get,set}_params to {get,set}_ctx_params
2019-08-15 Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...