Skip to content

Tencent Kona SM Suite 1.0.16

Latest
Compare
Choose a tag to compare
@johnshajiang johnshajiang released this 22 Jan 06:35
· 2 commits to master since this release

Features

SM2 cipher implementation based on OpenSSL
SM2 signature based on OpenSSL
SM2 keyAgreement implementation based on OpenSSL
Provide one-shot native crypto implementations
Upgrade OpenSSL version to 3.4.0

Bugs

SM2 cipher would not encrypt empty message
SM2Engine:checkInputBound should check len rather input.length
Need to free EVP_MAC
The pointer of the closed NativeRef should be 0
Remove unnecessary OpenSSL header files
No need KONA_GOOD and KONA_BAD
Remove NativeMAC
Not re-create NativeSM4 instance after doFinal
Need to re-create NativeSM4.SM4GCM instance when opmode is changed
Native SymmetricCipher should add method updateAAD
Native SM4Crypt init should reset parameters at first
Native SM3HMac engineUpdate should check parameters