Zhi Guan
e9471890b6
Fix SHA512-224, SHA512-256 IV
2026-06-01 15:44:42 +08:00
Zhi Guan
e5386e3d30
Fix aes_cbc_padding_decrypt bug
2026-06-01 15:44:03 +08:00
Zhi Guan
ec1ec5988a
Fix aes_cbc_padding_decrypt bug
2026-06-01 15:16:35 +08:00
Zhi Guan
57c9433cc9
Fix sm4_cbc_padding_decrypt bug
2026-06-01 15:16:24 +08:00
Zhi Guan
0dd8d64dec
Update tls12.c
2026-05-31 21:27:22 +08:00
Zhi Guan
a1f5ef42eb
Update TLS 1.2
...
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 passed
2026-05-30 21:34:40 +08:00
Zhi Guan
48d1a0e079
Update TLS 1.2
...
master_secret is correct, but Finished ciphertext is invalid.
2026-05-30 08:05:44 +08:00
Zhi Guan
1b8a57c4da
Update TLS12
2026-05-29 22:17:09 +08:00
Zhi Guan
093faec214
Update TLS1.2
2026-05-29 11:04:08 +08:00
Zhi Guan
df63696ade
Update tlcp.c
2026-05-28 10:25:37 +08:00
Zhi Guan
3af0fe9ce5
Update TLCP
2026-05-28 10:05:09 +08:00
Zhi Guan
164561ee94
Clean code
2026-05-28 10:00:53 +08:00
Zhi Guan
388a91a51e
Remove warnings on Windows
2026-05-28 09:00:50 +08:00
Zhi Guan
a1257f5347
Fix export symbol on Windows
2026-05-28 08:57:11 +08:00
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
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
dbc529f547
Fix KeyUpdate bug
2026-05-27 16:26:00 +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
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
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
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
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
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
Zhi Guan
c23e117537
Update TLS 1.3
...
Full handshake is ok
2026-04-30 11:23:49 +08:00
Zhi Guan
b548e98d34
Update TLS 1.3
2026-04-28 11:50:15 +08:00
Zhi Guan
34698ddc6f
Update TLS 1.3
2026-04-21 11:18:25 +08:00