summaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_DigestInit.pod
AgeCommit message (Expand)Author
2023-02-07Update copyright yearRichard Levitte
2023-01-27Add notes about ignoring initialization failures on contextsTomas Mraz
2022-12-16Refine the documents of several APIsPeiwei Hu
2022-12-08Replace some boldened types with a corresponding man page linkRichard Levitte
2021-12-06Clarify the deprecation warnings in the docsMatt Caswell
2021-10-27Clarify the documentation for the "byname" functionsMatt Caswell
2021-06-23EVP: Change the output size type of EVP_Q_digest() and EVP_Q_mac()Richard Levitte
2021-06-08doc: add references to digest life cycle documentationPauli
2021-06-02doc: make XXX_get_number() internalPauli
2021-06-01Add documentation of the old names kept as alias macrosTomas Mraz
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-08Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-08Update the algorithm fetching documentation linksMatt Caswell
2021-04-02EVP: Add EVP_<TYPE>_description()Richard Levitte
2021-03-12doc: update digest documentation to include the new init functions with paramsPauli
2021-02-26doc: note changes to digest gettable/settable provider callsPauli
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 provider digest flags with separate param fieldsShane Lontis
2021-02-03Deprecate EVP_MD_CTX_{set_}update_fn()Rich Salz
2020-11-26Documentation improvements for EVP_DigestInit_ex and related functionsTomas Mraz
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-07-05Fix typos and repeated wordsGustaf Neumann
2020-05-10doc: fix two invalid <B> tagsBeat Bolli
2020-04-23Update copyright yearMatt Caswell
2020-03-10DOCS: Clean up doc/man3/EVP_DigestInit.podRichard Levitte
2020-03-10DOCS: Add translation information for EVP_MD_CTX_ctrl()Richard Levitte
2020-01-17Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods tooRichard Levitte
2019-11-10Fix L<xxx(1)> links to be L<openssl-xxx(1)>Rich 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-03doc: EVP_DigestInit clears all flagsChristian Heimes
2019-09-27Reformat param description linesPauli
2019-09-25Make EVP_MD_CTX_[gettable|settable]_params() take an EVP_MD_CTXMatt Caswell
2019-09-24DOC: fix documentation of som EVP_MD_CTX functionsRichard Levitte
2019-09-16Use "PARAMETERS" in the documentation headings.Pauli
2019-09-14Use param types instead of native types in the param descriptionsPauli
2019-09-04New function EVP_MD_free()Richard Levitte
2019-08-19Use EXAMPLES not EXAMPLE for section titleRich Salz
2019-08-15Add missing EVP param utility functionsRichard Levitte
2019-07-23Add EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()Richard Levitte
2019-07-23Add EVP_MD_provider() and EVP_CIPHER_provider()Richard Levitte
2019-07-23Re-implement EVP_MD_name() and EVP_CIPHER_name() as functionsRichard Levitte
2019-07-22Documentation: Move the description of the fetching functionsRichard Levitte
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli
2019-06-11Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).Shane Lontis
2019-06-04Move digests to providersShane Lontis
2019-04-03Ensure EVP_MD_CTX_md returns the EVP_MD originally usedMatt Caswell