aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man7/provider-digest.pod
Commit message (Expand)AuthorAgeFilesLines
* Add EVP_DigestSqueeze() API.slontis2023-11-101-2/+1
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Add documentation for "NULL" cipher and digest algorithms.slontis2023-02-281-0/+1
* Replace some boldened types with a corresponding man page linkRichard Levitte2022-12-081-6/+6
* Correct doubled OSSL_OSSL when documenting OSSL_FUNC_.._fnTomas Mraz2022-06-281-2/+2
* Add default provider support for Keccak 224, 256, 384 and 512Ulrich Müller2021-09-231-2/+2
* doc: add references to digest life cycle documentationPauli2021-06-081-1/+7
* Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb2021-05-081-1/+1
* Small fixes and cleanups of provider API documentationTomas Mraz2021-04-091-1/+1
* doc: note that get_params and set_params calls should return true if the para...Pauli2021-03-121-0/+2
* doc: document the additional params argument to the various init() callsPauli2021-03-121-1/+3
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Resolve TODOs in signature implementations.Tomas Mraz2021-03-031-0/+6
* doc: note changes to digest gettable/settable provider callsPauli2021-02-261-7/+15
* gettables: documentation changes to pass the provider context.Pauli2020-08-071-3/+3
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-59/+59
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-2/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* DOCS: Move implementation specific docs away from provider-digest(7)Richard Levitte2020-03-101-39/+2
* Fix some broken doc linksRich Salz2019-11-151-2/+2
* Fix cut'n'paste typos in the provider-digest podDmitry Belyavskiy2019-11-111-3/+3
* POD: stop abusing commentRichard Levitte2019-10-111-1/+1
* Make doc/man7/ and doc/internal/man3/ conform with man-pages(7)Richard Levitte2019-09-281-21/+21
* Reformat param description linesPauli2019-09-271-7/+7
* Make OSSL_PARAM descriptions uniformly formatted.Pauli2019-09-271-7/+12
* Use OSSL_PARAM types. Limits are explained in the description where appropri...Pauli2019-09-261-3/+4
* Change provider params from int to size_tShane Lontis2019-09-051-3/+3
* cleanup provider digestsShane Lontis2019-08-201-8/+7
* Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte2019-08-161-9/+9
* Add missing EVP param utility functionsRichard Levitte2019-08-151-13/+38
* Make more use of OSSL_PARAM for digestsRichard Levitte2019-08-121-11/+66
* Document the provider DIGEST operationMatt Caswell2019-07-251-0/+214