Commit Graph

615 Commits

Author SHA1 Message Date
loop0day
66cc664a23 1. Change $ca_usercert_dir to $ca_cert_dir in function signcsr
2. Fix some typos in function getcertbyserial
3. Add function revokecertbyname
4. Export signenccsr, genenccert and revokecertbyname operations
2019-05-01 01:04:51 +08:00
loop0day
879c1b4a15 Change dir from ./demoCA to .ca 2019-05-01 00:54:26 +08:00
loop0day
6426496b01 Add keyUsage to signcsr.cnf 2019-05-01 00:53:31 +08:00
Zhi Guan
4a20b5f54c Merge pull request #720 from cntpro/master
fix bug LNK2001
2019-03-15 11:06:24 +08:00
Liuzr
8469ee9ba3 fix bug LNK2001
fix bug LNK2001
2019-03-14 14:28:02 +08:00
Simon
4bae4a2360 Merge pull request #719 from zhaoxiaomeng/master
add sphincs
2019-03-13 22:44:03 +08:00
赵晓濛
0337c38628 add sphincs 2019-03-13 22:26:55 +08:00
Simon
c87cc29427 Merge pull request #1 from guanzhi/master
update
2019-03-13 21:54:44 +08:00
Simon
8517641479 Merge pull request #718 from Gorachya/master
Manpages of ZUC && SM9
2019-03-13 21:48:42 +08:00
Gorachya
0bd6dff7b2 add-docss 2019-03-12 23:55:34 -07:00
Gorachya
63f7b06b78 add-docs 2019-03-12 23:50:42 -07:00
Gorachya
1d0b3aeea8 Merge pull request #4 from guanzhi/master
update from master
2019-03-13 14:40:42 +08:00
Zhi Guan
b95eae8b38 Fix Windows build error 2019-03-12 09:42:51 +08:00
Zhi Guan
1cc442ceb2 Merge branch 'master' of https://github.com/guanzhi/GmSSL 2019-03-08 19:21:33 +08:00
Zhi Guan
4003bcd373 Add some docs 2019-03-08 19:21:29 +08:00
Zhi Guan
22dbf0d148 Merge pull request #711 from lmxeq5/patch-1
Update byteorder.h
2019-03-07 11:21:46 +08:00
lmxeq5
d41f47ae09 Update byteorder.h
config脚本可以自动识别大小端机器,如果是大端会在编译选项里添加-DB_ENDIAN选项,所以我们这里的宏CPU_BIGENDIAN替换成B_ENDIAN就支持自动识别了, 这样就避免了不知道CPU_BIGENDIAN宏的人在大端机上编译出错误的版本了。
2019-03-07 09:26:10 +08:00
Zhi Guan
7e1857d9e9 Add JavaScript API binding with NPAPI Plugin 2019-02-28 17:50:01 +08:00
Zhi Guan
5b90476864 Add new EC/SM2 API 2019-02-28 17:49:37 +08:00
Zhi Guan
bf4c6920d9 Update BN and EC module 2019-02-24 06:15:22 +01:00
Zhi Guan
fb47201b7e Add ECRS module 2019-02-17 18:48:33 +08:00
Zhi Guan
258e44ea89 Add S/MIME support with SM algorithms 2019-02-13 22:03:23 +08:00
Gorachya
b5a3bbba66 simplified 2019-02-10 00:36:49 -08:00
Zhi Guan
7fb6f48802 Merge pull request #694 from Gorachya/master
final-expo流程调整
2019-02-10 13:11:32 +08:00
Gorachya
69131474f0 moreupdate 2019-02-09 04:39:08 -08:00
Zhi Guan
9204b47c8e Merge pull request #693 from Gorachya/master
Tests passed
2019-02-03 14:54:33 +08:00
Gorachya
43315ff95d params-modified 2019-02-02 20:55:42 -08:00
Gorachya
54a4d1b9aa modify-sm9 2019-02-02 20:24:54 -08:00
Zhi Guan
d114bed3f8 Fix sm2utl bugs 2019-02-02 20:44:51 +08:00
Gorachya
58b3927232 Merge pull request #3 from guanzhi/master
upgrade
2019-02-02 13:56:32 +08:00
Zhi Guan
22027d6656 Add paillier homomorphic encryption command
See http://gmssl.org/docs/paillier.md
2019-02-01 23:49:16 +08:00
Zhi Guan
7d5c18379f Update SM2 methods
The default `./config` will enable the X86_64 ASM implementation of SM2. Use `./config -DGMSSL_NO_TURBO enable-ec_nistp_64_gcc_128` will enable the fast C implementation of SM2. The  `./config -DGMSSL_NO_TURBO` will use the original implementation.
2019-01-26 17:26:03 +08:00
Zhi Guan
674cada9bc Merge pull request #676 from ZZMarquis/patch-4
fix the incorrect pexp index
2019-01-23 19:02:43 +08:00
Zhi Guan
770f6f594f Merge pull request #675 from ZZMarquis/patch-3
fix the incorrect free
2019-01-23 19:01:47 +08:00
Zhi Guan
a58a817e9c Bug fix 2019-01-23 09:50:13 +08:00
Zhi Guan
3b531349db Merge branch 'master' of https://github.com/guanzhi/GmSSL 2019-01-23 09:13:38 +08:00
Zhi Guan
5359dd5534 Update SKF 2019-01-23 09:13:30 +08:00
ZZMarquis
b3586a2826 fix the incorrect pexp index
fix the incorrect pexp index
2019-01-16 10:38:23 +08:00
ZZMarquis
208e00bfa1 fix the incorrect free
fix the incorrect free
2019-01-16 10:32:25 +08:00
Zhi Guan
27d4c7a453 Merge pull request #674 from ZZMarquis/patch-2
remove the repetitive validation of cv->hash
2019-01-16 09:49:11 +08:00
ZZMarquis
ac773035b6 remove the repetitive validation of cv->hash
remove the repetitive validation of cv->hash
2019-01-15 10:20:29 +08:00
Gorachya
0276674343 Merge pull request #2 from guanzhi/master
update
2019-01-15 09:49:35 +08:00
Zhi Guan
343fa622ae Remove chinese comments 2019-01-14 18:52:54 +08:00
Zhi Guan
4bab277911 Update sm2 and zuc 2019-01-12 11:56:06 +08:00
Zhi Guan
3dfae969d9 Update skf_ext.c 2019-01-10 21:11:09 +08:00
Zhi Guan
ce51a66c04 Merge branch 'master' of https://github.com/guanzhi/GmSSL 2019-01-10 21:06:12 +08:00
Zhi Guan
6f9620d24b Update sdf and skf commands 2019-01-10 21:06:07 +08:00
Gorachya
3230b8ca1a Merge pull request #1 from guanzhi/master
update
2019-01-08 11:21:25 +08:00
Zhi Guan
203f9f429c Merge pull request #658 from ZZMarquis/patch-2
maybe memory leak
2019-01-04 22:16:24 +08:00
Zhi Guan
80977d068c Add sdf and skf commands 2019-01-02 22:35:47 +08:00