summaryrefslogtreecommitdiff
path: root/core/lib/libtomcrypt/sm2-pke.c
AgeCommit message (Expand)Author
2020-11-19core: ltc: fix return value in crypto API SM2 PKA decryptEtienne Carriere
2020-11-16core: ltc: fix SM2 PKE memory leakCedric Neveux
2020-11-16core: ltc: change SM2 PKE to use crypto_ecc_[public/keypair]_opsCedric Neveux
2020-01-23core: ltc: sm2: add missing status checkJerome Forissier
2020-01-17core: ltc: SM2 PKE: export sm2_kdf()Jerome Forissier
2020-01-17core: ltc: SM2 PKE: fix bignum conversionsJerome Forissier
2020-01-09core: ltc: SM2 PKE: fix bignum memory leaksJerome Forissier
2020-01-09core: ltc: SM2 PKE: add missing return status checkJerome Forissier
2020-01-07core: ltc: add support for SM2 PKEJerome Forissier