openssl_strerror_r: Fix handling of GNU strerror_r
[openssl.git] / crypto / sm2 /
2018-10-17 Antoine SalonEVP module documentation pass
2018-09-12 Richard Levittecrypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly...
2018-09-10 Matt CaswellValidate the SM2 digest len before use
2018-09-07 Paul YangAdd missing SM2err and fix doc nits
2018-09-07 Paul YangUpdate document for SM2 stuffs
2018-09-07 Paul YangSupport setting SM2 ID
2018-09-07 Paul YangMake SM2 ID stick to specification
2018-09-07 Paul YangRemove unnecessary sm2_za.c
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-26 Paul YangFix a trivial coding style nit in sm2_sign.c
2018-07-24 neighbadsUpdate sm2_crypt.c
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