EVP module documentation pass
[openssl.git] / crypto / sm2 / sm2_crypt.c
2018-10-17 Antoine SalonEVP module documentation pass
2018-08-29 ymlbrightfix out-of-bounds write in sm2_crypt.c
2018-07-31 Matt CaswellUse the new non-curve type specific EC functions internally
2018-07-24 neighbadsUpdate sm2_crypt.c
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-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-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