summaryrefslogtreecommitdiffstats
path: root/doc/man7/provider-signature.pod (follow)
Commit message (Expand)AuthorAgeFilesLines
* docs: Correct bad link to provider-keymgmt(7) in provider-signature(7)Richard Levitte2024-09-131-7/+7
* docs: Document the new signature interface for providersRichard Levitte2024-09-131-3/+113
* Cleanups for FIPS indicator documentationslontis2024-08-261-8/+15
* doc: document the OSSL_SIGNATURE_PARAM_FIPS_VERIFY_MESSAGE parameterPauli2024-08-221-0/+9
* Restrict salt length for RSA-PSS in the FIPS providerpohsingwu2024-08-131-2/+2
* Add RSA Signature restrictions for X9.31 padding in the FIPS provider.slontis2024-07-291-0/+7
* Disable DSA signing in the FIPS provider.slontis2024-07-261-1/+10
* Fix parameter types int -> integer changesPauli2024-07-161-3/+3
* Change all existing FIPS configurable checks to use FIPS indicators.slontis2024-07-111-1/+29
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* doc: "digest" must be explicitly set with deterministic ECDSA/DSAJames Muir2024-01-111-6/+9
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* doc: Fix incorrect pairing of functionsLadislav Marko2023-04-131-1/+1
* doc: Fix misleading stucture infoLadislav Marko2023-04-131-1/+1
* Replace some boldened types with a corresponding man page linkRichard Levitte2022-12-081-10/+8
* Implement deterministic ECDSA sign (RFC6979)slontis2022-11-301-0/+9
* Change name of parameter in documentation from sigret to sigKurt Roeckx2022-08-041-1/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix documentation for provider-signatureHugo Landau2022-03-181-8/+4
* Fix the signature newctx documentationMatt Caswell2021-10-181-3/+5
* doc: remove end of line whitespacePauli2021-09-221-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-111-0/+6
* doc: document the additional params argument to the various init() callsPauli2021-03-111-7/+26
* EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz2021-03-031-3/+4
* Update copyright yearMatt Caswell2021-02-181-1/+1
* provider-signature.pod: Fix formatting.Tomas Mraz2021-02-051-4/+4
* gettables: documentation changes to pass the provider context.Pauli2020-08-071-2/+2
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-113/+115
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-2/+2
* Update core_names.h fields and document most fields.Shane Lontis2020-05-261-6/+9
* doc: Random spellcheckingSebastian Andrzej Siewior2020-04-281-3/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Add ECDSA to providersShane Lontis2020-03-151-0/+17
* Document the new DigestSign provider functionsMatt Caswell2020-03-091-6/+160
* Fix some missing doc links.Rich Salz2020-01-221-3/+3
* Fix some typosVeres Lajos2019-12-111-1/+1
* Fix some broken doc linksRich Salz2019-11-151-1/+1
* 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-29/+29
* Reformat param description linesPauli2019-09-271-2/+2
* Make OSSL_PARAM descriptions uniformly formatted.Pauli2019-09-271-2/+2
* Use OSSL_PARAM types. Limits are explained in the description where appropri...Pauli2019-09-251-2/+4
* Revise EVP_PKEY param handlingMatt Caswell2019-09-091-15/+25
* Add docs for the provider interface for signature operationsMatt Caswell2019-09-091-0/+229