aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_MAC.pod
Commit message (Expand)AuthorAgeFilesLines
* 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-251-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
* Use EXAMPLES not EXAMPLE for section titleRich Salz2019-08-191-1/+1
* Implement EVP_MAC_do_all_ex()Richard Levitte2019-08-151-2/+12
* Add EVP_MAC_provider()Richard Levitte2019-08-151-1/+8
* Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte2019-08-151-157/+152
* Fix document nit in EVP_MAC.podShane Lontis2019-08-081-1/+1
* In documentation, consistently refer to OpenSSL 3.0Richard Levitte2019-07-151-1/+1
* Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx2019-06-061-10/+11
* Don't allow SHAKE128/SHAKE256 with HMACMatt Caswell2019-03-271-0/+3
* blake2: add EVP_MAC man pageAntoine Salon2019-02-061-7/+10
* Minor doc fixes for EVP_MAC.David Makepeace2018-12-231-1/+1
* Following the license change, modify the boilerplates in doc/man3/Richard Levitte2018-12-061-1/+1
* KMAC implementation using EVP_MACShane Lontis2018-11-141-1/+16
* Add poly1305 MAC supportPaul Yang2018-11-051-1/+2