aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_KDF.pod
Commit message (Expand)AuthorAgeFilesLines
* Update the algorithm fetching documentation linksMatt Caswell2021-04-081-1/+1
* EVP: Add EVP_<TYPE>_description()Richard Levitte2021-04-021-1/+6
* doc: note that KDF/PRF transitions will be enforced at some future pointPauli2021-03-261-1/+8
* Update copyright yearMatt Caswell2021-03-111-1/+1
* evp: add param argument to KDF derive callPauli2021-02-281-7/+10
* doc: changes to match the updated context gettable/settable callsPauli2021-02-261-8/+25
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-251-3/+6
* Rename EVP_KDF_reset() to EVP_KDF_CTX_reset().Shane Lontis2020-10-221-2/+2
* Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().Shane Lontis2020-10-221-7/+7
* 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
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-161-20/+20
* Fix typos and repeated wordsGustaf Neumann2020-07-051-1/+1
* kdf: make function naming consistent.Pauli2020-06-111-20/+20
* Update copyright yearMatt Caswell2020-06-041-1/+1
* Update core_names.h fields and document most fields.Shane Lontis2020-05-261-8/+4
* Fix some typosVeres Lajos2019-12-111-1/+1
* Add KRB5KDF from RFC 3961Simo Sorce2019-10-231-2/+4
* 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-6/+7
* EVP: add missing common functionalityRichard Levitte2019-10-171-9/+14
* Some docs cleanupRichard Levitte2019-10-171-7/+7
* Consistent naming for context gettable param queries .Pauli2019-09-271-5/+5
* Reformat param description linesPauli2019-09-271-9/+9
* KDF section 3 clean upPauli2019-09-261-1/+1
* Remove engine param from EVP_KDF and EVP_MAC documentationPauli2019-09-251-6/+2
* Use PARAMETERS instead of PARAMETER NAMES for the heading for consistency.Pauli2019-09-181-1/+1
* Use param types for parameter descriptions. Mention a size_t limit to those ...Pauli2019-09-141-4/+6
* Add 'engine' param to KDFsPauli2019-09-071-8/+12
* Update KDF documentation (section 3)Pauli2019-09-061-0/+259