Skip to content

CI: enable C++ target in test matrix#33

Merged
Jens-G merged 3 commits into
masterfrom
ci/enable-cpp-target
May 7, 2026
Merged

CI: enable C++ target in test matrix#33
Jens-G merged 3 commits into
masterfrom
ci/enable-cpp-target

Conversation

@Jens-G

@Jens-G Jens-G commented May 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • Uncomments the C++ matrix entry in .github/workflows/ci.yml
  • Adds hxcpp via the existing conditional haxelib install step
  • Compiles with tests-cpp.hxml and runs tests.cpp/HaxeCryptoTests-debug

Test plan

  • C++ matrix job passes alongside the existing JS/Neko/PHP/Java jobs

🤖 Generated with Claude Code

Jens-G and others added 3 commits May 7, 2026 17:50
The Random PRNG was seeded from Date.now() at construction, making
auto-generated IVs predictable. IVMode.getIV4e() now uses
SecureRandom.getSecureRandomBytes() directly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
OpenSSL 3.x generates BEGIN PRIVATE KEY (PKCS#8) by default.
The method now tries PKCS#1 first, then unwraps the PKCS#8 SEQUENCE
{ version, AlgorithmIdentifier, OCTET STRING { RSAPrivateKey } }.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Jens-G Jens-G merged commit d22a7bf into master May 7, 2026
5 checks passed
@Jens-G Jens-G deleted the ci/enable-cpp-target branch May 7, 2026 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant