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
Zhi Guan
0bcffd3734
Update TLS 1.3
2026-04-13 11:34:16 +08:00
Zhi Guan
2e550edc35
Update TLS 1.3
2026-04-12 11:48:15 +08:00
Zhi Guan
3d29d5066d
Update TLS 1.3 PSK-only mode
2026-03-28 11:09:26 +08:00
Zhi Guan
e996e72537
Update TLS 1.3 0-RTT
2026-03-23 20:50:55 +08:00
Zhi Guan
5efe2005d4
Update TLS 1.3 PSK 1-RTT
2026-03-23 10:32:16 +08:00
Zhi Guan
0d1acec6df
Update TLS 1.3 handshake
...
Working on HelloRetryRequest, NewSessionTicket
2026-03-21 18:41:46 +08:00
Zhi Guan
ead4caecb7
Update TLS 1.3 state machine
2026-03-17 16:51:12 +08:00
Zhi Guan
3322a5fc7b
Update TLS 1.3
2026-02-27 11:02:22 +08:00
Zhi Guan
ee2fa409f2
Update TLCP to state machine
2026-02-27 09:11:49 +08:00
Zhi Guan
cac8f394a0
Update X509_KEY API to support SM9
2026-02-24 10:45:33 +08:00
Zhi Guan
8eb0d3b572
x509_key all tests passed
2026-02-05 20:26:40 +08:00
libo
75bac76b90
fix(sm2): fix compressed point output writing y instead of x
...
In sm2_z256_point_to_compressed_octets(), the compressed point format
should be: [1-byte flag] + [32-byte x-coordinate]
The flag indicates y's parity (0x02=even, 0x03=odd), but the actual
coordinate stored should be x (since y can be recovered from x using
the curve equation).
The original code incorrectly wrote y-coordinate instead of x-coordinate.
2026-02-02 16:29:47 +08:00
libo
0299af5667
fix(sm2): fix ENABLE_SM2_NEON macro mismatch and add missing functions
...
Problems:
1. CMakeLists.txt defines -DENABLE_SM2_NEON but sm2_z256.c checks
for ENABLE_SM2_Z256_NEON, causing NEON code path never taken
2. When NEON is enabled, sm2_z256_modp_mont_sqr, sm2_z256_modp_from_mont,
and sm2_z256_modp_to_mont are missing due to #elif structure
Fixes:
1. Change add_definitions(-DENABLE_SM2_NEON) to
add_definitions(-DENABLE_SM2_Z256_NEON) in CMakeLists.txt
2. Add the three missing wrapper functions in NEON code block
2026-02-02 15:02:55 +08:00
Zhi Guan
e0f5ed85e3
Delete tmp.i
2026-02-01 20:41:45 +08:00
Zhi Guan
9c58806408
Rewrite TLS 1.2 as a state machine
2026-02-01 20:38:13 +08:00
Hemlix
33e1dcac2e
fix: off-by-one in asn1_object_identifier_from_octets()
2026-01-31 14:28:26 +00:00
Zhi Guan
a15e0f34c7
Add ECDSA with curve P-256
...
for TLS testing
2026-01-24 12:27:12 +08:00
Zhi Guan
05ba2f8e54
Support HSS/XMSS/XMSSMT certificate, CSR, and CRL
...
LMS and SPHINCS+ do not have official OID, so officially supported by X.509
2026-01-18 21:13:58 +08:00
Zhi Guan
e8eb873c47
Add x509_private_key_from_file
2026-01-18 17:31:00 +08:00
Zhi Guan
9db11c6d06
Update XMSS
...
Add key_update callback and private_key_from_file
2026-01-18 17:09:27 +08:00
Zhi Guan
2e8d3abbc9
Update LMS
2026-01-18 17:08:16 +08:00
Zhi Guan
9488128154
Add LMS key_update callback
2026-01-18 12:12:45 +08:00
Zhi Guan
47639a9e23
Add X509_KEY to support different public key algos
2026-01-16 17:25:17 +08:00
Zhi Guan
d7f93bf379
Update SPHINCS+
2026-01-15 18:37:22 +08:00
Zhi Guan
a212b17099
Update LMS/HSS
...
Set SHA-256/SM3 independently.
2026-01-15 18:27:20 +08:00
Zhi Guan
02d3d0224e
Update XMSS
...
Functions and types with prefix `xmss`
Set SM3 or SHA256 independently.
2026-01-15 18:22:11 +08:00
Zhi Guan
de57d7fce1
Fix kyber commands bugs
2026-01-12 21:53:39 +08:00
Zhi Guan
3afd4a047b
Update Kyber
2026-01-12 20:41:44 +08:00
Zhi Guan
58a51a8474
Add SHA256 HMAC
...
SPHINCS+ need HMAC
2026-01-11 15:19:42 +08:00
Zhi Guan
4df06e7196
Update SPHINCS+
2026-01-10 23:30:00 +08:00
Zhi Guan
af3bbca126
Update xmss.c
2026-01-08 22:23:35 +08:00
Zhi Guan
242365bef1
Update SPHINCS+
2026-01-08 22:23:32 +08:00
Zhi Guan
aa28fc5252
Update SPHINCS+
2026-01-07 22:18:26 +08:00
Zhi Guan
22a9340576
Add SPHINCS+
2026-01-06 21:59:21 +08:00
Zhi Guan
bd80a3d628
Update xmss.c
2026-01-06 21:58:24 +08:00
Zhi Guan
38451da6a8
Update XMSS
2026-01-05 21:19:23 +08:00
Zhi Guan
e919690d6a
Update XMSS
2026-01-05 12:02:24 +08:00
Zhi Guan
83ef4e88bf
Update XMSS
2026-01-04 22:37:38 +08:00
Zhi Guan
65be2ce54b
Update XMSS
2026-01-04 18:37:01 +08:00
Zhi Guan
456945781d
Update xmss.c
2026-01-04 15:51:18 +08:00
Zhi Guan
14e4edede7
Update XMSS
2026-01-04 10:04:53 +08:00
Zhi Guan
b58eb671d5
Update Kyber
2026-01-04 09:59:29 +08:00
Zhi Guan
8239b4099f
Add ENABLE_KYBER to CMake
2025-12-27 10:52:07 +08:00
Zhi Guan
a03f5132cd
Add XMSS-SM3 signature
2025-12-18 18:35:15 +08:00
Zhi Guan
4791a30466
Add XMSS/XMSS^MT OID
2025-12-10 08:56:27 +08:00
Zhi Guan
a146cd2ff7
fix ioctlsocket argument
2025-12-09 09:23:46 +08:00
Zhi Guan
e6d9bda6e4
Update aes.c
...
The `memset` at the end of the function can be optimized by the compiler. This update remove warnings from CodeQL.
2025-12-09 09:20:23 +08:00