summaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_MAC.pod
AgeCommit message (Expand)Author
2023-09-28Copyright year updatesMatt Caswell
2023-09-13Fix typos found by codespellDimitri Papadopoulos
2022-12-08Replace some boldened types with a corresponding man page linkRichard Levitte
2021-06-23EVP: Change the output size type of EVP_Q_digest() and EVP_Q_mac()Richard Levitte
2021-06-02doc: make XXX_get_number() internalPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-25doc: document the MAC block size getterPauli
2021-05-14mac: improve MAC documentation (Poly 1305 key reuse, nomenclature)Pauli
2021-05-08Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb
2021-05-05doc: document EVP_MAC_finalXOF()Pauli
2021-04-21DOC: Clarify EVP_MAC_init() params vs. EVP_MAC_CTX_set_params()Dr. David von Oheimb
2021-04-08Update the algorithm fetching documentation linksMatt Caswell
2021-04-02EVP: Add EVP_<TYPE>_description()Richard Levitte
2021-03-26doc: note that MAC lifecycle transitions will be enforced at some pointPauli
2021-02-28doc: note the additional parameters to EVP_MAC_init()Pauli
2021-02-26doc: changes to match the updated context gettable/settable calls for MACsPauli
2021-02-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell
2021-02-18Update copyright yearMatt Caswell
2021-02-10Replace MAC flags OSSL_MAC_PARAM_FLAGS with separate param fields.Shane Lontis
2020-10-22Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-23kdf/mac: add name query calls for KDFs and MACsPauli
2020-09-21Fixed EVP_MAC_final argument count in exampleozppupbg
2020-09-03Update the EVP_PKEY MAC documentationMatt Caswell
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-06-24Fix some man page typosMatt Caswell
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli
2020-05-26Update core_names.h fields and document most fields.Shane Lontis
2020-04-23Update copyright yearMatt Caswell
2020-02-26bugfix in cmac calculation exampleAsfak Rahman
2019-12-11Fix some typosVeres Lajos
2019-11-15Fix some broken doc linksRich Salz
2019-10-17EVP: add functions that return the name numberRichard Levitte
2019-10-17EVP: add name traversal functions to all fetchable typesRichard Levitte
2019-10-17EVP: add missing common functionalityRichard Levitte
2019-10-17Some docs cleanupRichard Levitte
2019-09-27Consistent naming for context gettable param queries .Pauli
2019-09-27Reformat param description linesPauli
2019-09-25Remove engine param from EVP_KDF and EVP_MAC documentationPauli
2019-09-19Modify providers that keep track of underlying algorithmsRichard Levitte
2019-09-18Use PARAMETERS instead of PARAMETER NAMES for the heading for consistency.Pauli
2019-09-14Add wording to limit the 'size' parameter to no more than can be specified us...Pauli
2019-09-13Define the MAC parameter types without using C type names to avoid confusion.Pauli
2019-09-04OSSL_PARAM_construct_utf8_string computes the string length.Pauli
2019-09-02Rework the documentation of our individual MAC implementationsRichard Levitte
2019-09-02Fix function name typo in MAC documentation.Pauli
2019-08-24Update EVP_MAC.podRichard Levitte
2019-08-19Use EXAMPLES not EXAMPLE for section titleRich Salz
2019-08-15Implement EVP_MAC_do_all_ex()Richard Levitte
2019-08-15Add EVP_MAC_provider()Richard Levitte