summaryrefslogtreecommitdiff
path: root/test/regression/interoperability_test/certificates/test_client.der.c
AgeCommit message (Collapse)Author
2026-08-13Renewed interoperability test certificates (#420)Frédéric Desbiens
Replace expired TLS, DTLS, and MQTT credentials with test-only certificates valid through 2046. Keep PEM and embedded DER/CRL fixtures synchronized, retain the legacy curve and extension cases, and add a CTest validation that checks validity, keys, chains, CRLs, and embedded byte arrays. Assisted-by: Codex (gpt-5.6-sol) <[email protected]>
2026-06-06Added copyright headers to files missing themFrédéric Desbiens
Applied the standard MIT license header to all project-owned C, header, assembly, shell, and Python files that were missing a copyright notice. Third-party, toolchain startup, and auto-generated files were excluded. Co-authored-by: Copilot <[email protected]>
2023-12-22Add secure interoperability test. (#222)Wenhui Xie