Remove a memset
[openssl.git] / crypto / sm2 /
2018-07-07 Matt CaswellRemove a memset
2018-07-07 Matt CaswellCheck a return value for success in ec_field_size()
2018-07-07 Matt CaswellFix some Coverity issues in sm2_encrypt()
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-05 Richard Levittecrypto/sm2/sm2_za.c: include internal/numbers.h
2018-06-04 Matt CaswellRebuild error codes
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 Matt CaswellImprove use of the test framework in the SM2 internal...
2018-06-04 Matt CaswellFurther work on SM2 error codes
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 LloydHandle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLEN
2018-03-19 Jack LloydSupport SM2 ECIES scheme via EVP
2018-03-19 Jack LloydAdd SM2 signature and ECIES schemes