Skip to content

Releases: emmansun/gmsm

v0.13.1

14 Jun 06:40
b770414

Choose a tag to compare

  1. Fix sm9 arm64 asm bug
  2. Support to build/test generic via build tags

v0.13.0

13 Jun 09:40
ccdb7b0

Choose a tag to compare

Support SM9 first release

v0.12.3

09 Jun 01:36
6b8782d

Choose a tag to compare

fix darwin (macOS) compile & test error with a temp solution

v0.12.2

07 Jun 09:09
9243928

Choose a tag to compare

  1. fix #57
  2. Some refactoring of sm2

v0.12.1

20 May 00:30
255b3d3

Choose a tag to compare

Notable changes:

  1. x509 sync with SDK.
  2. Change SM2 curve p256Inverse to addchain generated version.
  3. Refactor marshal/unmarshal curve point implementation, used golang SDK as much as possible, removed util.go.
  4. Upgrade dependencies.

v0.12.0

03 May 08:44

Choose a tag to compare

What's Changed

  • SM3 SM4 A64 cryptographic instructions
  • ZUC implementation
  • x509 sync with SDK

Full Changelog: v0.11.5...v0.12.0

v0.11.5

15 Apr 05:01

Choose a tag to compare

sync with sdk, mainly x509 package

Full Changelog: v0.11.4...v0.11.5

v0.11.4

25 Mar 07:05

Choose a tag to compare

  1. SM4: Change to use new {M1, C1, M2, C2}, do not know the old one's derivation process
  2. crypto/x509: return err ans1.Marshal gives an error
  3. Upgrade dependencies

v0.11.3

25 Feb 06:28

Choose a tag to compare

  1. Upgrade dependencies
  2. Add padding package for legacy block cipher mode
  3. Fix BenchmarkVerify_P256 test fail

Full Changelog: v0.11.2...v0.11.3

v0.11.2

10 Feb 09:43

Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.11.2