Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / doc / man3 / EVP_KDF.pod
2024-04-09 Richard LevitteCopyright year updates
2024-02-14 Shakti ShahKDF_CTX_new API has incorrect signature (const should...
2023-09-07 Matt CaswellCopyright year updates
2023-07-19 Dr. David von OheimbEVP_KDF.pod: extend text on 'salt' and 'info' parameters
2023-04-25 Paulidoc: document that the "info" KDF param concatenates
2022-12-08 Richard LevitteReplace some boldened types with a corresponding man...
2022-11-21 slontisAdd missing HISTORY sections for OpenSSL 3.0 related...
2021-06-02 Paulidoc: make XXX_get_number() internal
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-04-08 Matt CaswellUpdate the algorithm fetching documentation links
2021-04-02 Richard LevitteEVP: Add EVP_<TYPE>_description()
2021-03-26 Paulidoc: note that KDF/PRF transitions will be enforced...
2021-03-11 Matt CaswellUpdate copyright year
2021-02-28 Paulievp: add param argument to KDF derive call
2021-02-26 Paulidoc: changes to match the updated context gettable...
2021-02-24 Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2020-10-22 Shane LontisRename EVP_KDF_reset() to EVP_KDF_CTX_reset().
2020-10-22 Shane LontisRename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-23 Paulikdf/mac: add name query calls for KDFs and MACs
2020-07-16 Matt CaswellRevert "kdf: make function naming consistent."
2020-07-04 Gustaf NeumannFix typos and repeated words
2020-06-11 Paulikdf: make function naming consistent.
2020-06-04 Matt CaswellUpdate copyright year
2020-05-26 Shane LontisUpdate core_names.h fields and document most fields.
2019-12-11 Veres LajosFix some typos
2019-10-23 Simo SorceAdd KRB5KDF from RFC 3961
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-17 Richard LevitteSome docs cleanup
2019-09-27 PauliConsistent naming for context gettable param queries .
2019-09-27 PauliReformat param description lines
2019-09-25 PauliKDF section 3 clean up
2019-09-25 PauliRemove engine param from EVP_KDF and EVP_MAC documentation
2019-09-18 PauliUse PARAMETERS instead of PARAMETER NAMES for the headi...
2019-09-14 PauliUse param types for parameter descriptions. Mention...
2019-09-07 PauliAdd 'engine' param to KDFs
2019-09-06 PauliUpdate KDF documentation (section 3)