guanzhi/GmSSL

支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 40 minutes ago
Added to GitGenius on September 10th, 2026
Created on December 1st, 2014
Open Issues & Pull Requests: 409 (+0)
GitHub issues: Enabled
Number of forks: 1,829
Total Stargazers: 6,150 (+0)
Total Subscribers: 216 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.8 days
Mean response time: 76.4 days
90th percentile: 190.3 days
Tracked items: 101

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 74% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 6% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 144
New in 7 days: 5
Closed in 7 days: 1
Avg open age: 539 days
Stale 30+ days: 135
Stale 90+ days: 133

Recent activity

Opened in 7 days: 5
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 3

Top labels

  • no-issue-activity (3)
  • standard-related (1)

Detailed Description

GmSSL is a cryptographic toolkit that implements Chinese national standard algorithms and secure communication protocols.

The project addresses the need for domestic cryptographic solutions compliant with Chinese standards. It provides comprehensive support for national cryptographic algorithms including SM2, SM3, SM4, and SM9, along with the TLCP protocol for secure communications. The toolkit implements these algorithms alongside TLS 1.3 support and post-quantum cryptographic methods, enabling developers to build applications that meet regulatory requirements for using approved cryptographic standards.

Organizations requiring compliance with Chinese cryptographic standards should consider this toolkit. It suits embedded systems and resource-constrained environments through its lightweight design that avoids dynamic memory allocation and reduces binary size, making it suitable for MCUs and systems without operating systems. The project also serves developers targeting mainstream platforms including mobile operating systems, Windows, Android, iOS, and OpenHarmony. The toolkit can be configured to include only national cryptographic algorithms and protocols, helping applications pass cryptographic product certification requirements. It provides command-line tools and programming language bindings for integration into existing projects.

Development activity shows consistent maintenance with regular updates addressing platform support and protocol enhancements. The project maintains an organized release cycle with stable versions that add significant features such as TLS 1.3 support, TLCP protocol implementation, post-quantum algorithms, and cross-platform build improvements. The codebase uses CMake for builds, reducing dependencies and improving compatibility with standard development tools across different platforms and environments.