-
Notifications
You must be signed in to change notification settings - Fork 954
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend ServerConfiguration & GDS Server for ECC #2817
base: master
Are you sure you want to change the base?
Extend ServerConfiguration & GDS Server for ECC #2817
Conversation
…ficates. Trust List Support for User Certificates & Https Certificates
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2817 +/- ##
==========================================
+ Coverage 55.40% 55.47% +0.07%
==========================================
Files 352 352
Lines 67619 67695 +76
Branches 13857 13867 +10
==========================================
+ Hits 37462 37553 +91
+ Misses 26045 26040 -5
+ Partials 4112 4102 -10 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The hash algorithm has to also set depending on the ECC curve
ToDo: Extend Test configurstions to use ECC certs |
Proposed changes
Extend ConfigurationNode Manager to support multiple Application Certificates & be able to regenerate the private Key of ECC Certificates. Add Trust List Support for User Certificates & Https Certificates.
Extend the GDS to be able to be configured with ECC Certificate Types and generate / sign ECC Certificates.
In a second step the GDS will need to be extended to allow multiple Certificate Types specified per CertificateGroup and handle multiple CAs per Certificate Group (one per Certificate Type). Also the CertificateTypes need to be reflected in the Namespace.
Related Issues
Types of changes
Checklist
Further comments