]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/sm2/sm2_sign.c
Make SM2 ID stick to specification
[thirdparty/openssl.git] / crypto / sm2 / sm2_sign.c
2018-09-07  Paul YangMake SM2 ID stick to specification
2018-09-07  Paul YangRemove unnecessary sm2_za.c
2018-07-31  Matt CaswellUse the new non-curve type specific EC functions internally
2018-07-26  Paul YangFix a trivial coding style nit in sm2_sign.c
2018-07-07  Matt CaswellCheck md_size isn't negative before we use it
2018-06-25  Nicola TuveriUse ec_group_do_inverse_ord() in SM2
2018-06-19  Jack LloydMove SM2 algos to SM2 specific PKEY method
2018-06-04  Matt CaswellUse lowercase for internal SM2 symbols
2018-06-04  Matt CaswellMore more on SM2 error codes and tidy up
2018-06-04  Jack LloydSet SM2 error codes
2018-06-04  Jack LloydMake SM2 functions private
2018-04-25  Nicola Tuveri[SM2_sign] fix double free and return value
2018-03-20  Matt CaswellUpdate copyright year
2018-03-19  Jack LloydAdd SM2 signature and ECIES schemes