Skip to content

Commit

Permalink
prepare for 1.0.0
Browse files Browse the repository at this point in the history
Update readme.
Add CHANGELOG.
  • Loading branch information
dongbeiouba committed Jan 7, 2025
1 parent c5bd3b9 commit 13607a7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Version 1.0.0 (2025-01-07)

Initial release based on Tongsuo 8.3-stable.

New Features:

- Support hash algorithms: SM3, MD5, SHA1, SHA256
- Support SM4 symmetric encryption algorithm, including CBC/ECB/CFB/OFB/CTR/GCM/CCM mode
- Support SM2 keygen, encryption and decryption
- Support SM2withSM3 digital signature algorithm
- Support HMAC
- Support issuing SM2 certificate
- Support secure transport protocols, including TLCP, TLSv1.0/1.1/1.2/1.3
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ Tongsuo bindings for Go.

## Feature

- Symmetric algorithms: SM4
- Digital signature algorithms: SM2withSM3
- Hash algorithms: SM3, MD5, SHA1, SHA256
- Secure transport protocol: TLCP, TLSv1.0/1.1/1.2/1.3
- Symmetric algorithms: SM4
- SM2 keygen, encryption and decryption
- Digital signature algorithm: SM2withSM3
- Message Authentication Code: HMAC
- Support issuing SM2 certificate
- Secure transport protocols: TLCP, TLSv1.0/1.1/1.2/1.3

## quick start

Expand Down

0 comments on commit 13607a7

Please sign in to comment.