8000 GitHub - naix-1993/openssl-sm: OpenSSL with integrated Chinese SM2, SM3, SM4 cryptography standards
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

naix-1993/openssl-sm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSSL-SM

The OpenSSL integrated with Chinese national cryptography standard:

  • SM2: Elliptic curve cryptography, including signature scheme, encryption and key agreement.
  • SM3: Hash algorithm with 256-bit digest length.
  • SM4: or SMS4, a Feistel-style block cipher with 128-bit key length and 128-bit block size.

The first release only add SM2 signature scheme, which modify the ECDSA implementation of OpenSSL. In the future release the SM2 will be changed to stand alone METHOD modules. SM3 will be provided as a EVP_MD() module and SM4 will be provided as multiple EVP_CIPHER() modules.

About

OpenSSL with integrated Chinese SM2, SM3, SM4 cryptography standards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 78.7%
  • Perl 9.9%
  • Makefile 5.1%
  • C++ 2.4%
  • Assembly 2.3%
  • Shell 1.2%
  • Other 0.4%
0