summaryrefslogtreecommitdiff
path: root/providers/implementations/signature
Commit message (Expand)AuthorAgeFilesLines
* Fix incomplete error check on RSA_public_decrypt()ndossche2023-02-281-1/+1
* Allow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrievedIngo Franzki2023-01-232-0/+10
* S390X: Fix Ed448phJuergen Christ2023-01-191-6/+8
* Support all five EdDSA instances from RFC 8032James Muir2023-01-131-22/+289
* signature: Clamp PSS salt len to MD lenClemens Lang2022-12-081-10/+30
* Implement deterministic ECDSA sign (RFC6979)slontis2022-11-302-2/+28
* Check for private key existence before calling eddsa sign functionsWangchong Zhou2022-11-041-0/+8
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-056-18/+6
* providers: Set the size of EC signature on s390.Sebastian Andrzej Siewior2022-08-041-4/+16
* Remove duplicated #include headersJHH202022-05-042-2/+0
* Update copyright yearMatt Caswell2022-05-032-2/+2
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-2/+1
* sm2: Allow setting 0 length SM2 dist ID paramTomas Mraz2022-04-111-2/+3
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Fix typosDimitris Apostolou2022-01-051-3/+3
* rsa_signverify_init: Set the PARAMS after key is setTomas Mraz2021-11-231-6/+10
* providers: Allow possible reinitialization in all signature algorithmsTomas Mraz2021-11-126-50/+108
* do_sigver_init: Allow reinitialization of an existing operation.Tomas Mraz2021-11-121-5/+8
* fix some code with obvious wrong coding stylex20182021-10-281-3/+3
* Raise error when invalid digest used with SM2Tomas Mraz2021-10-151-2/+6
* Allow RSA signature operations with RSA_NO_PADDINGTomas Mraz2021-07-161-2/+5
* Signature algos: allow having identical digest in paramsTomas Mraz2021-07-163-17/+43
* fips module header inclusion fine-tunningTomas Mraz2021-07-061-0/+3
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-015-17/+17
* A few cleanups of the provider build.infosTomas Mraz2021-05-121-5/+5
* Allow arbitrary digests with ECDSA and DSATomas Mraz2021-05-123-7/+7
* Drop libimplementations.aRichard Levitte2021-05-071-7/+7
* Rename files in providers/implementations/signaturesRichard Levitte2021-05-077-7/+7
* sm2: Cleanup handling of DIGEST and DIGEST_SIZE parametersTomas Mraz2021-04-301-43/+47
* Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell2021-04-163-7/+11
* Add OID for mdc2WithRSASignature and remove related TODO 3.0Tomas Mraz2021-04-151-25/+34
* Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz2021-04-061-6/+6
* sm2: fix coverity 1467503: explicit null dereferencePauli2021-03-261-1/+1
* Add ossl_ ecx symbolsShane Lontis2021-03-181-8/+8
* Add ossl_rsa symbolsShane Lontis2021-03-181-2/+2
* Add ossl_encode symbolsShane Lontis2021-03-181-1/+1
* prov: support params arguments to signature init callsPauli2021-03-126-55/+93
* EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz2021-03-036-38/+60
* Resolve TODOs in signature implementations.Tomas Mraz2021-03-033-5/+5
* Remove RSA SSLv23 padding modeRich Salz2021-03-011-4/+0
* prov: use new MAC_init arguments in signature legacy codePauli2021-02-281-3/+3
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-262-6/+7
* Fix external symbols related to dsa keysShane Lontis2021-02-261-1/+1
* Update copyright yearMatt Caswell2021-02-185-5/+5
* Fix external symbols related to provider related security checks forShane Lontis2021-02-183-6/+6
* Add deep copy of propq field in mac_dupctx to avoid double freezekeevans-mf2021-02-181-0/+4
* RSA: avoid dereferencing possibly-NULL parameter in initializersBenjamin Kaduk2021-02-151-2/+4
* Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-librariesRichard Levitte2021-02-121-11/+11
* Various cleanup of PROV_R_ reason codesTomas Mraz2021-02-111-2/+3
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-115-5/+5