summaryrefslogtreecommitdiffstats
path: root/crypto/sm2
AgeCommit message (Expand)Author
2020-04-23Update copyright yearMatt Caswell
2020-03-15SM2: Make the EVP_PKEY_METHOD ctrl_str function listen to distidRichard Levitte
2020-02-12Remove unused OSSL_PARAM_construct_from_text() function.Pauli
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2020-02-02Add SM2 specific parameter and key generationRichard Levitte
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-25s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-08-22Support parsing of SM2 ID in hexdecimalPaul Yang
2019-07-16Regenerate mkerr filesRich Salz
2019-07-02Fix TyposAntoine Cœur
2019-03-13Support SM2 certificate verification杨洋
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2019-02-27Support raw input data in apps/pkeyutlPaul Yang
2018-12-06Following the license change, modify the boilerplates in crypto/smN/Richard Levitte
2018-10-17EVP module documentation passAntoine Salon
2018-09-12crypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly definedRichard Levitte
2018-09-10Validate the SM2 digest len before useMatt Caswell
2018-09-07Add missing SM2err and fix doc nitsPaul Yang
2018-09-07Update document for SM2 stuffsPaul Yang
2018-09-07Support setting SM2 IDPaul Yang
2018-09-07Make SM2 ID stick to specificationPaul Yang
2018-09-07Remove unnecessary sm2_za.cPaul Yang
2018-08-29fix out-of-bounds write in sm2_crypt.cymlbright
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell
2018-07-26Fix a trivial coding style nit in sm2_sign.cPaul Yang
2018-07-24Update sm2_crypt.cneighbads
2018-07-07Remove a memsetMatt Caswell
2018-07-07Check a return value for success in ec_field_size()Matt Caswell
2018-07-07Fix some Coverity issues in sm2_encrypt()Matt Caswell
2018-07-07Check md_size isn't negative before we use itMatt Caswell
2018-06-25Use ec_group_do_inverse_ord() in SM2Nicola Tuveri
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd
2018-06-05crypto/sm2/sm2_za.c: include internal/numbers.hRichard Levitte
2018-06-04Rebuild error codesMatt Caswell
2018-06-04Use lowercase for internal SM2 symbolsMatt Caswell
2018-06-04More more on SM2 error codes and tidy upMatt Caswell
2018-06-04Improve use of the test framework in the SM2 internal testsMatt Caswell
2018-06-04Further work on SM2 error codesMatt Caswell
2018-06-04Set SM2 error codesJack Lloyd
2018-06-04Make SM2 functions privateJack Lloyd
2018-04-25[SM2_sign] fix double free and return valueNicola Tuveri
2018-03-20Update copyright yearMatt Caswell
2018-03-19Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLENJack Lloyd
2018-03-19Support SM2 ECIES scheme via EVPJack Lloyd
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd