mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-12 19:36:27 +08:00
first commit, SM2-DSA only
This commit is contained in:
14
README.md
Normal file
14
README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user