]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/sm2
Fix ossl_x509v3_cache_extensions(): EXFLAG_NO_FINGERPRINT should not be an error
[thirdparty/openssl.git] / crypto / sm2 /
2022-05-04  JHH20Remove duplicated #include headers
2021-11-02  Mingjun.YangAdd missing check according to SM2 Digital Signature...
2021-10-28  x2018fix some code with obvious wrong coding style
2021-08-25  Paulism2: fix error raise to not fail make update
2021-08-24  Matt CaswellCheck the plaintext buffer is large enough when decrypt...
2021-08-24  Matt CaswellCorrectly calculate the length of SM2 plaintext given...
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-29  Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-05-26  Paulierr: rename err_load_xxx_strings_int functions
2021-03-17  Jon SpillettFix up issues found when running evp_extra_test with...
2021-03-11  Matt CaswellUpdate copyright year
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
2021-01-08  Nicola TuveriAdd SM2 private key range validation
2020-11-24  Richard LevitteERR: Rebuild all generated error headers and source...
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-25  Matt CaswellRemove some dead SM2 code
2020-09-23  Shane LontisFix missing propq in sm2
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.
2020-04-23  Matt CaswellUpdate copyright year
2020-03-15  Richard LevitteSM2: Make the EVP_PKEY_METHOD ctrl_str function listen...
2020-02-12  PauliRemove unused OSSL_PARAM_construct_from_text() function.
2020-02-04  PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2020-02-02  Richard LevitteAdd SM2 specific parameter and key generation
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-09-25  Patrick Steuers390x assembly pack: accelerate X25519, X448, Ed25519...
2019-09-12  Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-08-22  Paul YangSupport parsing of SM2 ID in hexdecimal
2019-07-16  Rich SalzRegenerate mkerr files
2019-07-02  Antoine CœurFix Typos
2019-03-13  杨洋Support SM2 certificate verification
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-02-27  Paul YangSupport raw input data in apps/pkeyutl
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
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