summaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_MAC.pod (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Update Docs for EVP_MACNeil Horman2024-01-111-0/+10
* Ignore OSSL_MAC_PARAM_DIGEST_NOINIT/OSSL_MAC_PARAM_DIGEST_ONESHOTNeil Horman2023-12-261-2/+4
* Copyright year updatesMatt Caswell2023-09-281-1/+1
* Fix typos found by codespellDimitri Papadopoulos2023-09-131-1/+1
* Replace some boldened types with a corresponding man page linkRichard Levitte2022-12-081-7/+4
* EVP: Change the output size type of EVP_Q_digest() and EVP_Q_mac()Richard Levitte2021-06-231-1/+1
* doc: make XXX_get_number() internalPauli2021-06-021-6/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-17/+18
* doc: document the MAC block size getterPauli2021-05-251-3/+10
* mac: improve MAC documentation (Poly 1305 key reuse, nomenclature)Pauli2021-05-141-1/+3
* Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb2021-05-081-4/+26
* doc: document EVP_MAC_finalXOF()Pauli2021-05-051-3/+7
* DOC: Clarify EVP_MAC_init() params vs. EVP_MAC_CTX_set_params()Dr. David von Oheimb2021-04-211-3/+6
* Update the algorithm fetching documentation linksMatt Caswell2021-04-081-1/+1
* EVP: Add EVP_<TYPE>_description()Richard Levitte2021-04-021-2/+7
* doc: note that MAC lifecycle transitions will be enforced at some pointPauli2021-03-261-1/+10
* doc: note the additional parameters to EVP_MAC_init()Pauli2021-02-281-11/+10
* doc: changes to match the updated context gettable/settable calls for MACsPauli2021-02-261-6/+23
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-241-3/+6
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Replace MAC flags OSSL_MAC_PARAM_FLAGS with separate param fields.Shane Lontis2021-02-101-3/+12
* Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis2020-10-221-5/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* kdf/mac: add name query calls for KDFs and MACsPauli2020-09-231-1/+8
* Fixed EVP_MAC_final argument count in exampleozppupbg2020-09-211-5/+5
* Update the EVP_PKEY MAC documentationMatt Caswell2020-09-031-0/+15
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-161-23/+23
* Fix some man page typosMatt Caswell2020-06-241-3/+3
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-111-23/+23
* Update core_names.h fields and document most fields.Shane Lontis2020-05-261-0/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* bugfix in cmac calculation exampleAsfak Rahman2020-02-261-2/+2
* Fix some typosVeres Lajos2019-12-111-1/+1
* Fix some broken doc linksRich Salz2019-11-151-7/+7
* EVP: add functions that return the name numberRichard Levitte2019-10-171-1/+5
* EVP: add name traversal functions to all fetchable typesRichard Levitte2019-10-171-7/+7
* EVP: add missing common functionalityRichard Levitte2019-10-171-6/+6
* Some docs cleanupRichard Levitte2019-10-171-2/+2
* Consistent naming for context gettable param queries .Pauli2019-09-271-5/+5
* Reformat param description linesPauli2019-09-271-10/+10
* Remove engine param from EVP_KDF and EVP_MAC documentationPauli2019-09-251-6/+2
* Modify providers that keep track of underlying algorithmsRichard Levitte2019-09-191-1/+9
* Use PARAMETERS instead of PARAMETER NAMES for the heading for consistency.Pauli2019-09-181-1/+1
* Add wording to limit the 'size' parameter to no more than can be specified us...Pauli2019-09-141-5/+6
* Define the MAC parameter types without using C type names to avoid confusion.Pauli2019-09-131-7/+7
* OSSL_PARAM_construct_utf8_string computes the string length.Pauli2019-09-041-4/+2
* Rework the documentation of our individual MAC implementationsRichard Levitte2019-09-021-11/+18
* Fix function name typo in MAC documentation.Pauli2019-09-021-1/+1
* Update EVP_MAC.podRichard Levitte2019-08-241-11/+7