Commit Graph

225 Commits

Author SHA1 Message Date
Zhi Guan
171c88bb4c Fix TLCP CertificateRequest 2026-06-16 17:23:15 +08:00
Zhi Guan
732a77c3a4 Clean TLS code 2026-06-16 12:20:20 +08:00
Zhi Guan
b90587668c Clean TLCP code 2026-06-15 21:33:57 +08:00
Zhi Guan
c12edeb7b1 Fix SM4 API bugs and change behavior 2026-06-13 22:14:56 +08:00
Zhi Guan
19725f3c54 Update socket wrapper 2026-06-13 15:09:45 +08:00
Zhi Guan
23375d1fa3 Unify connection established print 2026-06-13 09:10:09 +08:00
Zhi Guan
99fabca0cb Unify tlcp/tls12/tls13_client behavior 2026-06-13 07:26:51 +08:00
Zhi Guan
b3bc3bb803 Fix TLS shutdown and error output 2026-06-13 07:03:35 +08:00
Zhi Guan
2c6ea95cec Fix TLS 1.3 middlebox 2026-06-12 17:03:49 +08:00
Zhi Guan
db8d10356b Update tlcp_help.h 2026-06-12 14:31:23 +08:00
Zhi Guan
c56d7edfab Update TLS -verbose options 2026-06-12 14:23:56 +08:00
Zhi Guan
8b586d4299 Update TLS/TLCP shutdown 2026-06-12 14:09:42 +08:00
Zhi Guan
473498ad93 Update TLCP/TLS1.2 state machine 2026-06-12 13:39:42 +08:00
Zhi Guan
6f42fdf31f Update TLS state machine 2026-06-12 13:28:10 +08:00
Zhi Guan
fb93fba5ff Clean TLS_CTX/CONNECT 2026-06-12 12:01:30 +08:00
Zhi Guan
30bc6a2a4c Update TLS commands 2026-06-12 10:55:29 +08:00
Zhi Guan
dbbee6dbe0 Add trusted_ca_keys to TLS1.2/TLCP 2026-06-12 10:24:32 +08:00
Zhi Guan
b1f670c6c6 Add TLCP ALPN support 2026-06-12 09:58:47 +08:00
Zhi Guan
e480e25109 Fix cleanup bug 2026-06-12 09:48:32 +08:00
Zhi Guan
f37938991c Move TLS1.2/TLCP common functions to tls.c 2026-06-12 09:24:27 +08:00
Zhi Guan
8a90eb9c91 Update TLCP to support SNI 2026-06-12 09:08:49 +08:00
Zhi Guan
85252fb28b Update tls12_help.h 2026-06-11 23:55:29 +08:00
Zhi Guan
0c974eaa25 Add renegotiation_info and SCSV support 2026-06-11 23:46:16 +08:00
Zhi Guan
0951d4c764 Update TLS command tools 2026-06-11 22:54:59 +08:00
Zhi Guan
60753c73b4 Fix tlcp/tls12_client 2026-06-11 21:05:25 +08:00
Zhi Guan
e1c69d5633 Merge TLS API 2026-06-11 14:46:35 +08:00
Zhi Guan
be3230fd7f Add sctverify command 2026-06-10 19:44:13 +08:00
Zhi Guan
082a3b7cf2 Add ocspverify command 2026-06-10 12:36:30 +08:00
Zhi Guan
360f0d82e4 Add ocspsign command 2026-06-10 11:01:27 +08:00
Zhi Guan
566530de3c Update ocspreq.c 2026-06-08 19:44:30 +08:00
Zhi Guan
87f5111760 Add ocspreq command 2026-06-08 19:34:04 +08:00
Zhi Guan
8b8ec6948c Update CMake 2026-06-03 22:49:40 +08:00
Zhi Guan
f6a68cbb3f Update CMake to support a smallest build 2026-06-03 22:10:49 +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
ea8dfb4df8 Update tls12_client.c 2026-05-29 11:25:59 +08:00
Zhi Guan
093faec214 Update TLS1.2 2026-05-29 11:04:08 +08:00
Zhi Guan
672737f953 Update tls13_client.c 2026-05-28 09:07:03 +08:00
Zhi Guan
2c0053dd85 Remove warnings on Windows 2026-05-27 22:07:03 +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
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