hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / doc / man3 / EVP_MAC.pod
2024-04-09 Richard LevitteCopyright year updates
2024-01-11 Neil HormanUpdate Docs for EVP_MAC
2023-12-26 Neil HormanIgnore OSSL_MAC_PARAM_DIGEST_NOINIT/OSSL_MAC_PARAM_DIGE...
2023-09-28 Matt CaswellCopyright year updates
2023-09-13 Dimitri PapadopoulosFix typos found by codespell
2022-12-08 Richard LevitteReplace some boldened types with a corresponding man...
2021-06-23 Richard LevitteEVP: Change the output size type of EVP_Q_digest()...
2021-06-02 Paulidoc: make XXX_get_number() internal
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-25 Paulidoc: document the MAC block size getter
2021-05-14 Paulimac: improve MAC documentation (Poly 1305 key reuse...
2021-05-08 Dr. David von OheimbAdd quick one-shot EVP_Q_mac() and deprecation compensa...
2021-05-05 Paulidoc: document EVP_MAC_finalXOF()
2021-04-21 Dr. David von OheimbDOC: Clarify EVP_MAC_init() params vs. EVP_MAC_CTX_set_...
2021-04-08 Matt CaswellUpdate the algorithm fetching documentation links
2021-04-02 Richard LevitteEVP: Add EVP_<TYPE>_description()
2021-03-26 Paulidoc: note that MAC lifecycle transitions will be enforc...
2021-02-28 Paulidoc: note the additional parameters to EVP_MAC_init()
2021-02-26 Paulidoc: changes to match the updated context gettable...
2021-02-24 Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-10 Shane LontisReplace MAC flags OSSL_MAC_PARAM_FLAGS with separate...
2020-10-22 Shane LontisRename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-23 Paulikdf/mac: add name query calls for KDFs and MACs
2020-09-21 ozppupbgFixed EVP_MAC_final argument count in example
2020-09-03 Matt CaswellUpdate the EVP_PKEY MAC documentation
2020-07-16 Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-06-24 Matt CaswellFix some man page typos
2020-06-11 PauliThe EVP_MAC functions have been renamed for consistency...
2020-05-26 Shane LontisUpdate core_names.h fields and document most fields.
2020-04-23 Matt CaswellUpdate copyright year
2020-02-26 Asfak Rahmanbugfix in cmac calculation example
2019-12-11 Veres LajosFix some typos
2019-11-15 Rich SalzFix some broken doc links
2019-10-17 Richard LevitteEVP: add functions that return the name number
2019-10-17 Richard LevitteEVP: add name traversal functions to all fetchable...
2019-10-17 Richard LevitteEVP: add missing common functionality
2019-10-17 Richard LevitteSome docs cleanup
2019-09-27 PauliConsistent naming for context gettable param queries .
2019-09-27 PauliReformat param description lines
2019-09-25 PauliRemove engine param from EVP_KDF and EVP_MAC documentation
2019-09-19 Richard LevitteModify providers that keep track of underlying algorithms
2019-09-18 PauliUse PARAMETERS instead of PARAMETER NAMES for the headi...
2019-09-14 PauliAdd wording to limit the 'size' parameter to no more...
2019-09-13 PauliDefine the MAC parameter types without using C type...
2019-09-04 PauliOSSL_PARAM_construct_utf8_string computes the string...
2019-09-02 Richard LevitteRework the documentation of our individual MAC implemen...
2019-09-02 PauliFix function name typo in MAC documentation.
2019-08-24 Richard LevitteUpdate EVP_MAC.pod
2019-08-18 Rich SalzUse EXAMPLES not EXAMPLE for section title
2019-08-15 Richard LevitteImplement EVP_MAC_do_all_ex()
2019-08-15 Richard LevitteAdd EVP_MAC_provider()
2019-08-15 Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-08-08 Shane LontisFix document nit in EVP_MAC.pod
2019-07-15 Richard LevitteIn documentation, consistently refer to OpenSSL 3.0
2019-06-06 Kurt RoeckxReplace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()
2019-03-27 Matt CaswellDon't allow SHAKE128/SHAKE256 with HMAC
2019-02-06 Antoine Salonblake2: add EVP_MAC man page
2018-12-22 David MakepeaceMinor doc fixes for EVP_MAC.
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-13 Shane LontisKMAC implementation using EVP_MAC
2018-11-05 Paul YangAdd poly1305 MAC support
2018-11-04 PauliGMAC implementation
2018-10-30 Richard LevitteEVP_MAC: Add SipHash implementation
2018-10-30 Richard LevitteEVP_MAC: Add HMAC implementation
2018-10-30 Richard LevitteEVP_MAC: Add CMAC implementation
2018-10-29 Richard LevitteAdd EVP_MAC API