Commit Graph

45 Commits

Author SHA1 Message Date
Zhi Guan
0e38e3e7a3 Update opt and fpe command 2018-12-20 23:12:33 +08:00
Zhi Guan
62d385ab71 Bug fix 2018-12-19 12:21:42 +08:00
Zhi Guan
4ca17c807c Update .num files 2018-12-19 11:34:32 +08:00
Zhi Guan
74a729aa77 Add sm2 and otp command
try `gmssl sm2 -help` and `gmssl otp -help`
2018-12-19 10:01:38 +08:00
Zhi Guan
1c00e47681 Update sm9 functions 2018-12-07 16:32:12 +08:00
Zhi Guan
9b5eaab86a some bug fix 2018-12-06 22:12:05 +08:00
Zhi Guan
bc2bb8a335 Add accurate asn.1 siganture/ciphertext size 2018-12-04 15:56:21 +08:00
Zhi Guan
5f3bb5c346 update pmeth/ameth 2018-11-28 16:15:06 +08:00
Zhi Guan
9a999ae907 Add sm9 and paillier pem support 2018-11-16 15:26:30 +08:00
Zhi Guan
9eadfd4cb6 Update CPK sub-lib
Use simple NID as arguments, and fix some bugs
2018-10-21 19:43:40 +08:00
Zhi Guan
ce1763c9ea Fix .gitignore 2018-10-20 14:40:21 +08:00
Zhi Guan
f411936f9f Update version to 2.4.0
Since this version SM9 is offically supported.
2018-10-13 21:47:14 +08:00
Zhi Guan
5293d0f38d Update SM9 key agreement 2018-10-12 12:07:58 +08:00
Zhi Guan
989bc7638d First SM9 release
SM9 setup/keygen/sign/verify has been tested. See example codes `demos/sm9/`.
2018-10-10 20:42:07 +08:00
Zhi Guan
a7b96e8024 Add SM9 encapsulate key functions 2018-10-05 11:53:13 +08:00
Zhi Guan
b54a3d35e6 Update SM9 schemes
Update SM9 schemes based on the default sm9bn256v1 r-ate pairing. To be continued.
2018-09-28 22:21:44 +08:00
Zhi Guan
ccde5f4b17 Update symbols 2018-09-07 09:07:42 +08:00
Zhi Guan
a94e307888 Add SDF pkey encrypt/decrypt support 2018-03-30 19:51:49 +08:00
Zhi Guan
92971350c4 Add GMTLS v1.1 protocol support
Aka GM/T 0024-2012 SSL VPN protocol
2018-03-22 13:09:02 +08:00
Zhi Guan
7b32723196 Update with a new version number
This update brings the PHP binding of GmSSL through the PHP OpenSSL
extension.
2018-03-13 12:55:29 +08:00
Zhi Guan
755814db52 Fix SM2 certificate verification
Set the default ec_scheme to secg_scheme, add sm3 ZID to X.509
verification.
2018-01-11 23:37:28 +08:00
Zhi Guan
86e1fc9266 API compatible with OpenSSL before version 1.1.0
Add BN_init() and CRYPTO_num_locks(), compatible with OpenSSL 0.9.8.
And change the default OpenSSL API to 1.1.0.
2018-01-07 12:02:03 +08:00
Zhi Guan
0803f0a034 FIx OPENSSL_NO_ASYNC macro
`apps/passwd.c` need to be modified when MD5 or DES is missing.
2018-01-05 13:44:39 +08:00
Zhi Guan
f5a3f271a3 v2 pre-release 2017-12-07 23:58:48 +08:00
zhaoxiaomeng
65f9251dad fix sm9_func error 2017-12-06 18:02:11 +08:00
Zhi Guan
ed7bf9302f remove java from config 2017-11-25 16:43:19 +08:00
Zhi Guan
27bde477a5 first step of v2 final release 2017-11-05 21:00:36 +08:00
zhaoxiaomeng
9bc90954a8 [gmssl] update libcrypto.num 2017-07-10 14:32:33 +08:00
zhaoxiaomeng
44890ced92 [crypto] move sms4_standard and zuc to engine dir 2017-07-09 14:47:06 +08:00
Zhi Guan
3c4cf814b4 update base58 2017-05-20 09:15:16 +08:00
guanzhi
463db17a86 bug fix 2017-05-15 19:29:17 +08:00
Zhi Guan
bba5011e7c bug fix 2017-05-14 10:34:33 +08:00
Zhi Guan
e52fd8b1a2 remove useless symbols 2017-05-14 00:20:01 +08:00
Zhi Guan
195370fc37 remove useless symbols 2017-05-14 00:04:22 +08:00
Zhi Guan
2d40a020d9 make update
regenerate util/libcrypto.num and util/libssl.num, empty files required
2017-05-13 23:29:30 +08:00
zhaoxiaomeng
883e83be42 Revert "Merge branch 'master' into master"
This reverts commit 0f5b6deb5e, reversing
changes made to eb21e9d572.
2017-04-14 17:25:02 +08:00
Simon
0f5b6deb5e Merge branch 'master' into master 2017-04-14 16:57:24 +08:00
zhaoxiaomeng
77e9ddea57 更新libcrypto.num 2017-04-14 15:43:35 +08:00
Zhi Guan
eb21e9d572 update 2017-04-14 15:31:38 +08:00
Zhi Guan
edc4e35bf3 remove compiler errors
still some warnings and undef code pieces
2017-03-10 21:18:21 +08:00
Zhi Guan
002096751c update crypto 2017-03-08 15:02:42 +08:00
Zhi Guan
9d485003bd add kdf extra module 2017-02-14 23:49:01 +08:00
Zhi Guan
01c76aa6a0 add sms4 module 2017-02-14 23:14:06 +08:00
Zhi Guan
4e49434209 add sm3 module 2017-02-14 17:16:13 +08:00
Zhi Guan
43fed1108d Merge remote-tracking branch 'origin/master'
# Conflicts:
#	README.md
2017-02-14 16:13:11 +08:00