hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / doc / man3 / EVP_DigestInit.pod
2024-04-09 Richard LevitteCopyright year updates
2024-02-20 Bernd RitterCorrect the defined name of the parameter "micalg"...
2024-02-08 Shakti ShahWrong release version for EVP_DigestSqueeze() in docume...
2023-11-10 slontisAdd EVP_DigestSqueeze() API.
2023-10-25 Tomas MrazBlake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead...
2023-09-07 Matt CaswellCopyright year updates
2023-01-27 Tomas MrazAdd notes about ignoring initialization failures on...
2022-12-16 Peiwei HuRefine the documents of several APIs
2022-12-08 Richard LevitteReplace some boldened types with a corresponding man...
2022-10-07 Richard LevitteChange all references to OpenSSL 3.1 to OpenSSL 3.2...
2022-05-03 Matt CaswellUpdate copyright year
2022-01-19 Paulidoc: document digest and cipher dup functions
2021-12-06 Matt CaswellClarify the deprecation warnings in the docs
2021-10-27 Matt CaswellClarify the documentation for the "byname" functions
2021-06-23 Richard LevitteEVP: Change the output size type of EVP_Q_digest()...
2021-06-08 Paulidoc: add references to digest life cycle documentation
2021-06-02 Paulidoc: make XXX_get_number() internal
2021-06-01 Tomas MrazAdd documentation of the old names kept as alias macros
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-08 Dr. David von OheimbCrypto: Add deprecation compatibility declarations...
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-08 Matt CaswellUpdate the algorithm fetching documentation links
2021-04-02 Richard LevitteEVP: Add EVP_<TYPE>_description()
2021-03-11 Paulidoc: update digest documentation to include the new...
2021-02-26 Paulidoc: note changes to digest gettable/settable provider...
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 provider digest flags with separate param fields
2021-02-03 Rich SalzDeprecate EVP_MD_CTX_{set_}update_fn()
2020-11-26 Tomas MrazDocumentation improvements for EVP_DigestInit_ex and...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-07-04 Gustaf NeumannFix typos and repeated words
2020-05-10 Beat Bollidoc: fix two invalid <B> tags
2020-04-23 Matt CaswellUpdate copyright year
2020-03-10 Richard LevitteDOCS: Clean up doc/man3/EVP_DigestInit.pod
2020-03-10 Richard LevitteDOCS: Add translation information for EVP_MD_CTX_ctrl()
2020-01-17 Richard LevitteModify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle...
2019-11-10 Rich SalzFix L<xxx(1)> links to be L<openssl-xxx(1)>
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-03 Christian Heimesdoc: EVP_DigestInit clears all flags
2019-09-27 PauliReformat param description lines
2019-09-25 Matt CaswellMake EVP_MD_CTX_[gettable|settable]_params() take an...
2019-09-24 Richard LevitteDOC: fix documentation of som EVP_MD_CTX functions
2019-09-16 PauliUse "PARAMETERS" in the documentation headings.
2019-09-14 PauliUse param types instead of native types in the param...
2019-09-04 Richard LevitteNew function EVP_MD_free()
2019-08-18 Rich SalzUse EXAMPLES not EXAMPLE for section title
2019-08-15 Richard LevitteAdd missing EVP param utility functions
2019-07-23 Richard LevitteAdd EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()
2019-07-23 Richard LevitteAdd EVP_MD_provider() and EVP_CIPHER_provider()
2019-07-23 Richard LevitteRe-implement EVP_MD_name() and EVP_CIPHER_name() as...
2019-07-22 Richard LevitteDocumentation: Move the description of the fetching...
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-11 Shane LontisMake EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).
2019-06-04 Shane LontisMove digests to providers
2019-04-03 Matt CaswellEnsure EVP_MD_CTX_md returns the EVP_MD originally...
2019-01-18 Antoine SalonAdd missing EVP_MD documentation
2018-12-15 Dr. Matthias St... man: harmonize the various formulations in the HISTORY...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-11 Paul YangFix compiling warnings in example code
2018-09-07 Paul YangAdd missing SM2err and fix doc nits
2018-09-07 Paul YangAllow EVP_MD_CTX_set_pkey_ctx to accept NULL pctx
2018-09-07 Paul YangUpdate document for SM2 stuffs
2018-08-23 parassshFix typos in documentation.
2018-07-04 Richard LevitteDocument more EVP_MD_CTX functions
2018-02-27 xemdetiaFix documentation link to reference man3
2018-02-27 Matt CaswellUpdate copyright year
2018-02-18 PauliAvoid mentioning uninitialised contexts.
2017-11-05 Ronald TseSM3: restructure to EVP internal and update doc to...
2017-10-31 Ronald TseEVP digest list: one hash algorithm per file, synchroni...
2017-08-12 Andy PolyakovAdd EVP_DigestFinalXOF, interface to extendable-output...
2017-07-25 Andy PolyakovWire SHA3 EVPs and add tests.
2017-07-03 Rich SalzVarious doc fixes
2017-06-08 Beat Bollidoc/man3: reformat the function prototypes in the synopses
2017-06-08 Beat Bollidoc/man3: use the documented coding style in the exampl...
2017-01-25 FdaSilvaYYFew nit's
2017-01-25 FdaSilvaYYFix some extra or missing whitespaces...
2017-01-24 Todd ShortAdd support for Poly1305 in EVP_PKEY
2017-01-10 Rich SalzFix typo in Blake2 function names
2016-11-11 Richard LevitteFix referenses in section 3 manuals
2016-10-26 Rich SalzMove manpages to man[1357] structure.