Commit Graph

3 Commits (master)

Author SHA1 Message Date
Daniele Lacamera 5890c9dca5 tests: cover supported groups and key-share negotiation in tls.c 2026-08-28 14:14:45 +02:00
Daniele Lacamera 9fb742deac tests: add TLSX extension parser tests for tls.c
Covers ALPN, trusted CA keys, client/server certificate type, cookie,
encrypt-then-mac, max fragment length, truncated HMAC, session ticket,
secure renegotiation, supported versions, signature algorithms,
certificate status request (v1/v2), EC point formats/supported curves,
SNI, and the cipher-suite/curve compatibility check, driven directly
through TLSX_Parse() and TLSX_ParseVersion() with hand-built extension
bodies.
2026-08-28 14:14:45 +02:00
Daniele Lacamera 803951f763 tests: add three tls extension test files to the tls group
Empty skeletons registered with automake, cmake and the api test table so
cases can be added without further build-system changes.
2026-08-28 14:14:45 +02:00