Update sm2_crypt.c
[openssl.git] / crypto / sm2 / 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