Zhi Guan
|
cac8f394a0
|
Update X509_KEY API to support SM9
|
2026-02-24 10:45:33 +08:00 |
|
Zhi Guan
|
d719ee4862
|
Conv from UTF-8 to ASCII
`file *.c` to see file types (ASCII or UTF-8), convert UTF-8 (with BOM) to ASCII
```sh
sed '1s/^\xEF\xBB\xBF//' sm4.c | iconv -f UTF-8 -t ASCII//TRANSLIT > temp.c
mv temp.c sm4.c
```
|
2024-05-25 18:06:16 +08:00 |
|
Zhi Guan
|
5e38788659
|
Add Windows and Visual Studio support
|
2022-10-03 11:36:03 +08:00 |
|
Simon
|
60c3c33116
|
license
|
2022-08-28 19:12:50 +08:00 |
|
Simon
|
4e5880e2ea
|
Revert "修改License"
This reverts commit 0b4308b948.
|
2022-08-26 13:44:26 +08:00 |
|
Simon
|
0b4308b948
|
修改License
|
2022-08-25 22:42:11 -07:00 |
|
Simon
|
36f6a6d4d3
|
COPYRIGHT
|
2022-08-08 05:46:54 -07:00 |
|
zhaoxiaomeng
|
c2dacaae46
|
修改copyright
This reverts commit 7de8e1d83d.
|
2022-08-08 20:14:44 +08:00 |
|
Simon
|
7de8e1d83d
|
修改copyright
|
2022-08-08 05:11:52 -07:00 |
|
Zhi Guan
|
ea4cc6585c
|
Update tests and tools
|
2022-03-16 15:12:29 +08:00 |
|
Zhi Guan
|
f8310bcd72
|
Update v3 API
|
2022-02-23 18:59:41 +08:00 |
|
Zhi Guan
|
becaed76fa
|
update
|
2021-09-10 11:33:48 +08:00 |
|
Zhi Guan
|
bcad2eb8dd
|
update
|
2021-09-10 11:29:16 +08:00 |
|
Zhi Guan
|
ae001fbf15
|
utf8 + bom
|
2021-08-04 22:07:50 +08:00 |
|
Zhi Guan
|
a57193836b
|
add sdf and skf
|
2021-08-03 17:09:35 +08:00 |
|
Zhi Guan
|
0af5775be3
|
Init commit of gmssl-v3
|
2021-07-13 19:21:43 +08:00 |
|