Commit Graph

667 Commits

Author SHA1 Message Date
Simon
c6bcd23be3 Merge pull request #907 from daviyang35/master
Fix sm9test_exch SKA verify error
2019-12-31 09:46:28 +08:00
daviyang35
78254de2ee Fix sm9test_exch SKA verify error 2019-12-25 14:27:01 +08:00
Zhi Guan
a097e49719 Merge pull request #837 from Gorachya/master
speed-update
2019-09-06 16:08:52 +08:00
Gorachya
6011f0a81b speed-update 2019-09-06 16:05:59 +08:00
Gorachya
6ed1124625 speed-update 2019-09-06 15:48:13 +08:00
Gorachya
daa5001175 Merge pull request #7 from guanzhi/master
update
2019-09-06 15:28:19 +08:00
Zhi Guan
8e4e4ea7f2 Merge pull request #761 from yuanzh78/patch-2
Update s3_lib.c ssl_get_algorithm2()
2019-09-03 18:45:16 +08:00
Zhi Guan
5c7f6af399 Merge branch 'master' of https://github.com/guanzhi/GmSSL 2019-09-03 18:32:46 +08:00
Zhi Guan
54c7dc3442 Remove useless code 2019-09-03 18:32:27 +08:00
Zhi Guan
f861b98733 Merge pull request #760 from yuanzh78/patch-1
Update t1_lib.c
2019-09-03 18:31:32 +08:00
Zhi Guan
c8fab0ffac Add zuc256 to gmssl and speed 2019-09-03 17:42:18 +08:00
Zhi Guan
01c1bfa965 Fix windows build error 2019-09-03 17:10:21 +08:00
Zhi Guan
12505f111f Add 128-EEA3, 128-EIA3, ZUC-MAC, ZUC256, ZUC256-MAC and EVP_zuc256 2019-09-03 14:51:33 +08:00
Zhi Guan
c4455c96ae Fix sm3 bug 2019-08-28 11:14:50 +08:00
Zhi Guan
10726098b4 remove warning 2019-08-18 19:17:04 +08:00
Zhi Guan
7cb16715f0 Add SM3 compute Z 2019-08-18 19:16:40 +08:00
Zhi Guan
e0be658c57 SM3 compress blocks 2019-08-15 00:42:32 +08:00
Zhi Guan
686805edd2 SM3 with full unroll 2019-08-14 23:58:56 +08:00
Zhi Guan
ef134a58f0 SM3 without W' table 2019-08-14 23:19:45 +08:00
Zhi Guan
ea7a467e1b SM3 with K table 2019-08-14 21:48:12 +08:00
Zhi Guan
b01f823af8 Merge branch 'master' of https://github.com/guanzhi/GmSSL 2019-08-14 21:40:56 +08:00
Zhi Guan
448ca0cf5a SM3 with K generated at runtime 2019-08-14 21:40:49 +08:00
Zhi Guan
4cdaa8a24a Merge pull request #759 from loop0day/gmca
Improve gmca
2019-08-13 17:07:57 +08:00
Zhi Guan
cb78796295 fix build error 2019-08-13 17:01:31 +08:00
Zhi Guan
cbf7cbb40d fix warnings 2019-08-13 16:56:23 +08:00
Zhi Guan
a64ac54993 Update build.info 2019-08-13 15:49:35 +08:00
Zhi Guan
b42251945e version 2.5.3
new sms4 api, go api and ciphersuites
2019-08-13 15:07:53 +08:00
Zhi Guan
94f91c0f8a Update e_sms4_ccm.c 2019-08-04 22:25:23 +08:00
Zhi Guan
1811f1b51d Fix SMS4-XTS bug 2019-08-01 09:15:08 +08:00
Zhi Guan
fa68930083 Add SM4/SM3 PSK ciphersuite 2019-07-18 16:02:54 +08:00
Zhi Guan
f6429e7579 Update README.md 2019-07-18 13:23:44 +08:00
Gorachya
694d633022 Merge pull request #6 from guanzhi/master
000
2019-07-09 13:10:39 +08:00
Zhi Guan
cfcffd03d0 Clean SM2 and SM3 2019-06-15 23:42:35 +08:00
Zhi Guan
934a66ec36 Clean SM3 and ZUC 2019-06-14 13:23:26 +08:00
Zhi Guan
3be27d5d2e A clean version 2019-06-13 21:35:40 +08:00
Zhi Guan
74d7992dda Remove some ciphers 2019-06-13 20:35:11 +08:00
Zhi Guan
c0984b6436 Remove CPK module 2019-06-13 18:22:44 +08:00
Zhi Guan
bdd3d75e89 Remove SAF and SOF module 2019-06-13 18:17:26 +08:00
Zhi Guan
24f8a17c63 Update
remove ECRS, EC-Schnorr modules
2019-06-13 17:02:51 +08:00
Zhi Guan
246867fd2b Revert "Merge branch 'master' of https://github.com/guanzhi/GmSSL"
This reverts commit 7897604408, reversing
changes made to 6c122e31a6.
2019-05-24 10:46:55 +08:00
Zhi Guan
7897604408 Merge branch 'master' of https://github.com/guanzhi/GmSSL 2019-05-24 09:40:54 +08:00
Zhi Guan
3d010d1a59 Merge pull request #734 from needkane/PR
go/gmssl: fix golang import path
2019-05-24 09:21:41 +08:00
Zhi Guan
ab05951547 Merge pull request #751 from Gorachya/master
Fixed memory leak in SM9_sign
2019-05-24 09:19:20 +08:00
Simon
f32f3f8645 Merge pull request #755 from dajiangzhong/jni-memleak-fix
fixed memory leak issue
2019-05-07 21:34:52 +08:00
Gorachya
4d55e7b963 spped-of-sign-and-verify 2019-05-06 20:05:21 -07:00
yuanzh78
b101236292 Update s3_lib.c
in the end of finish msg of gmssl handshake, to get the correct hash algo, otherwise verify failed
2019-05-05 09:30:15 +08:00
yuanzh78
857a599eea Update t1_lib.c
if not process the ext block in the end of server hello data, jump over it.
2019-05-05 09:20:06 +08:00
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