add zero strenght arguments to BN and RAND RNG calls
[openssl.git] / crypto / sm2 / sm2_sign.c
2021-05-29 Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-02-26 Shane LontisFix external symbols related to ec & sm2 keys
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Matt CaswellUpdate copyright year
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-22 Paul YangAddress review comments
2020-09-22 Paul YangAdd SM2 signature algorithm to default provider
2020-08-07 Shane LontisAdd evp_test fixes.
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-07-02 Antoine CœurFix Typos
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-12 Richard Levittecrypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly...
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-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