summaryrefslogtreecommitdiff
path: root/test/cmake/crypto
AgeCommit message (Collapse)Author
3 daysAdded conditional dev CI routing (#427)devFrédéric Desbiens
* Added conditional dev CI routing Added the dev pull-request and push workflow with mandatory smoke coverage, component-aware profile selection, conservative full fallbacks, and a stable aggregate gate. Added a validated profile map and regression coverage for classifier and gate behavior. Assisted-by: Codex (gpt-5.6-sol) <[email protected]> * Fixed GCC 14 CI regressions Exposed the DNS internal API prototypes to its dedicated error-checking regression target and tolerated the documented gcov suspicious-hit counter defect while retaining a warning. Assisted-by: Codex (gpt-5.6-sol) <[email protected]> * Sharded secure interoperability CI profiles Capped individual interoperability tests at 180 seconds so retryable hangs cannot consume the complete workflow budget.\n\nAssisted-by: Codex (gpt-5.6-sol) * Allowed legacy server connections in disabled-renegotiation tests Scope OpenSSL's legacy server connection opt-in to interoperability profiles that deliberately disable RFC 5746 support. Cover both the default and opt-in wrapper behavior. Assisted-by: Codex (gpt-5.6-sol) * Hardened secure interoperability profile execution Permit legacy server connections only for DTLS and RFC 5746-disabled profiles, and keep legacy cases on TLS 1.2 in TLS 1.3-enabled builds unless a protocol is explicit. Extend the bounded OpenSSL startup window for loaded runners and cover the client wrapper behavior. Assisted-by: Codex (gpt-5.6-sol) * Corrected DTLS interoperability CA path Resolve the ECC CA certificate relative to the OpenSSL client script, matching the wrapper's execution directory and the other certificate-bearing interoperability cases. Assisted-by: Codex (gpt-5.6-sol) * Corrected TLS 1.3 interoperability selection Assisted-by: Codex (gpt-5.6-sol) * Corrected TLS 1.3 PSK server port Assisted-by: Codex (gpt-5.6-sol) * Corrected TLS 1.3 PSK client port Assisted-by: Codex (gpt-5.6-sol) * Extended secure dependency installation timeout Assisted-by: Codex (gpt-5.6-sol)
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]>
2026-03-06Restored build and run scripts to their prior versions.Frédéric Desbiens
2025-05-15Try to help user if build script failsHuan Nguyen
A common error condition is that the user cloned the repo without the --recursive option. We'll try to get the submodules for them. We remove the git clone command because the submodule update should fix the issue.
2025-02-20Updated the CMake minimal version.Frédéric Desbiens
2024-01-11Update run.shEric Wolz
2023-12-14Add secure and crypto regression test. (#218)Wenhui Xie