openssl/crypto/sm2
Paul Yang a7cef52f9b Support raw input data in apps/pkeyutl
Some signature algorithms require special treatment for digesting, such
as SM2. This patch adds the ability of handling raw input data in
apps/pkeyutl other than accepting only pre-hashed input data.

Beside, SM2 requries an ID string when signing or verifying a piece of data,
this patch also adds the ability for apps/pkeyutil to specify that ID
string.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8186)
2019-02-27 10:05:17 +08:00
..
build.info Remove unnecessary sm2_za.c 2018-09-07 18:12:26 +08:00
sm2_crypt.c Following the license change, modify the boilerplates in crypto/smN/ 2018-12-06 15:24:52 +01:00
sm2_err.c Following the license change, modify the boilerplates in crypto/smN/ 2018-12-06 15:24:52 +01:00
sm2_pmeth.c Support raw input data in apps/pkeyutl 2019-02-27 10:05:17 +08:00
sm2_sign.c Following the license change, modify the boilerplates in crypto/smN/ 2018-12-06 15:24:52 +01:00