Commit Graph

925 Commits

Author SHA1 Message Date
Zhi Guan
2aa476004b Remove Windows warnings 2026-05-27 22:24:04 +08:00
Zhi Guan
2c0053dd85 Remove warnings on Windows 2026-05-27 22:07:03 +08:00
Zhi Guan
efddfc5ac5 Update tls12.c 2026-05-27 21:55:14 +08:00
Zhi Guan
19dcde984b Update tls_ocsp.c 2026-05-27 21:55:11 +08:00
Zhi Guan
de07650873 Update tls_ocsp.c 2026-05-27 21:49:12 +08:00
Zhi Guan
5302dcafd5 Update tls_psk.c 2026-05-27 21:46:25 +08:00
Zhi Guan
d08b6948fc Update tls.c 2026-05-27 21:42:16 +08:00
Zhi Guan
ad9eb3c547 Fix bn bugs 2026-05-27 21:34:52 +08:00
Zhi Guan
83cac7235e Update cmake test commands 2026-05-27 21:12:02 +08:00
Zhi Guan
0325ad0f53 Update tls13_commands.cmake 2026-05-27 20:52:40 +08:00
Zhi Guan
f08403d099 Update ohos.yml 2026-05-27 18:42:07 +08:00
Zhi Guan
102fa91b82 Merge pull request #1863 from richerfu/master
fix: ohos ci failed
2026-05-27 18:38:52 +08:00
Zhi Guan
fc2220b9b0 Update tls13_commands.cmake 2026-05-27 18:26:43 +08:00
Zhi Guan
711da7985a Fix tls_init bug 2026-05-27 18:17:43 +08:00
Zhi Guan
4df5b2c898 Update tls12, tlcp 2026-05-27 16:52:58 +08:00
Zhi Guan
e9c3cbc74f Remove sudo from tls13 help 2026-05-27 16:27:50 +08:00
Zhi Guan
dbc529f547 Fix KeyUpdate bug 2026-05-27 16:26:00 +08:00
Zhi Guan
83b95e8d7b Merge pull request #1889 from tkdchen/avoid-sudo-during-tests
Avoid sudo during tests run
2026-05-27 15:34:08 +08:00
Zhi Guan
26597ea62b Merge pull request #1886 from zzs110-cn/master
Update skf.h
2026-05-27 13:35:30 +08:00
Zhi Guan
9bbf72fe2f Merge pull request #1888 from ImMike/fix-typo-comments
Fix typo in xmss.c comment: seperate -> separate
2026-05-27 13:33:19 +08:00
Zhi Guan
49a71076e2 Potential fix for code scanning alert no. 3: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2026-05-27 12:42:13 +08:00
Zhi Guan
9933b135ee Potential fix for code scanning alert no. 4: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2026-05-27 12:40:41 +08:00
Zhi Guan
b8d0a5b1ec Potential fix for code scanning alert no. 2: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2026-05-27 12:40:04 +08:00
Zhi Guan
9f3c469480 Potential fix for code scanning alert no. 1: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2026-05-27 12:39:29 +08:00
Zhi Guan
0df606b2b2 Potential fix for code scanning alert no. 5: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2026-05-27 12:37:38 +08:00
Zhi Guan
4cb2346bc5 Fix SPHINCS+
Size of tree nodes and root is decided by security parameter n, currently GmSSL only support SPHINCS+-128s, SPHINCS+-128f, so the size is 128 bits and type is sphincs_hash128_t.
2026-05-27 12:28:58 +08:00
Zhi Guan
46dae81f4c Merge branch 'master' of https://github.com/guanzhi/GmSSL 2026-05-27 12:25:43 +08:00
Zhi Guan
285b11b39c Add Microsoft C++ Code Analysis workflow 2026-05-27 11:08:20 +08:00
Zhi Guan
087690d892 Fix bugs reported from GitHub code-scanning 2026-05-27 10:56:37 +08:00
Zhi Guan
e18bc4212e Fix SPHINCS+ buffer overflow 2026-05-27 09:52:24 +08:00
Zhi Guan
70a1f998ae Fix SPHINCS+ buffer overflow 2026-05-27 09:48:46 +08:00
Zhi Guan
f08bedf9cd Update kyber.h 2026-05-27 09:23:55 +08:00
Zhi Guan
f7ebff6b5c Fix missing stdint.h 2026-05-27 08:52:11 +08:00
Zhi Guan
94c226d889 Fix kyber_poly_compress bug
kyber_poly_compress
2026-05-27 08:46:04 +08:00
Zhi Guan
2309ea6169 Update TLS 1.3 2026-05-27 08:43:37 +08:00
Zhi Guan
931c5e39e8 Update TLS 1.3 2026-05-26 21:50:13 +08:00
Zhi Guan
828a93e907 Update TLS 1.3 HelloRetryRequest, add CipherCipherSpec
Use same handshake type of ServerHello, add ChangeCipherSpec, compatible with OpeNSSL
2026-05-24 20:17:43 +08:00
Zhi Guan
020896dbd0 Update TLS 1.3
Cross-validation with openssl s_client.
HelloRetryReqeust not OK.
2026-05-21 15:21:41 +08:00
Zhi Guan
431a22e2e9 Update TLS 1.3
Cross-validation with OpenSSL
2026-05-21 14:23:35 +08:00
Zhi Guan
8e8819f27d Update TLS 1.3 2026-05-20 14:18:47 +08:00
Zhi Guan
0960694bab Update TLS 1.3 Key Schedule 2026-05-19 12:37:20 +08:00
Chenxiong Qi
5faaedd90f Avoid sudo during tests run
Signed-off-by: Chenxiong Qi <qcxhome@gmail.com>
2026-05-18 23:06:25 +08:00
Zhi Guan
290d699336 Update TLS 1.3
KeyUpdate passed.
2026-05-17 11:44:43 +08:00
ImMike
b13d9e0f51 Fix typo in comment: seperate -> separate 2026-05-12 14:23:30 -04:00
Zhi Guan
a423251fe8 Update README.md 2026-05-10 16:38:39 +08:00
Zhi Guan
bcb80f23d5 TLS 1.3 Update
CertificateRequest with empty client Certificate and no client CertificateVerify
2026-05-10 16:24:42 +08:00
Zhi Guan
bb94f96fcd Update TLS 1.3
CertificateVerify passed
2026-05-10 15:56:35 +08:00
Zhi Guan
2c72cf84b3 Update TLS 1.3
All tls13_server examples passed.
2026-05-09 13:17:36 +08:00
Zhi Guan
4c54385534 Update TLS 1.3 2026-05-07 20:57:46 +08:00
MingAeterna
ee7f6e518b Update skf.h
去除多余空行
2026-05-05 18:08:08 +08:00