refactor: Use ECDSA instead of RSA for TLS tests #133
No reviewers
Labels
No labels
breaking-change
bug
dependencies
duplicate
enhancement
go
good first issue
help wanted
invalid
investigation
proposal
proposal-accepted
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nemith/netconf!133
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "brb/push-uyynmqtkttun"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ECDSA is quite a bit faster and we aren't really testing the security (however it should be just as good if not better)
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.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.