Skip to content

refactor: Use ECDSA instead of RSA for TLS tests#133

Merged
nemith merged 1 commit into
mainfrom
brb/push-uyynmqtkttun
Jan 8, 2026
Merged

refactor: Use ECDSA instead of RSA for TLS tests#133
nemith merged 1 commit into
mainfrom
brb/push-uyynmqtkttun

Conversation

@nemith

@nemith nemith commented Jan 8, 2026

Copy link
Copy Markdown
Owner

ECDSA is quite a bit faster and we aren't really testing the security (however it should be just as good if not better)

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the TLS test certificate generation to use ECDSA instead of RSA for improved test performance. ECDSA P-256 provides equivalent security to RSA 2048-bit but with faster key generation, which is beneficial for test execution speed.

  • Changed cryptographic algorithm from RSA 2048-bit to ECDSA P-256 for test certificate generation
  • Updated imports to reflect the new cryptographic dependencies

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nemith nemith merged commit 8d43db4 into main Jan 8, 2026
12 checks passed
@nemith nemith deleted the brb/push-uyynmqtkttun branch January 8, 2026 17:00
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.

2 participants