Support for serverkeygen and additional path segments#21
Support for serverkeygen and additional path segments#21vkhoroz merged 4 commits intofoundriesio:mainfrom
Conversation
8a61708 to
ba3fb39
Compare
vkhoroz
left a comment
There was a problem hiding this comment.
@doanac I doubt this is something we want to accept.
We might consider making it easier for 3PP developers to extend the estserver via import and composition.
But I wouldn't accept all optional RFC 7030 featurettes just for the sake of completeness.
WDYT?
doanac
left a comment
There was a problem hiding this comment.
I made a couple of comments already but I'd say to rework this PR to:
- rebase on the latest main
- introduce a new flag to say whether or not the server should expose optional resources
- add the
/serverkeygenoptional resource
it had missing a / in path building so it always errored out before Signed-off-by: Seo Suchan <tjtncks@gmail.com>
ba3fb39 to
f43411f
Compare
they aren't used by x509.createcertificate add test for cert key match with csr requested Signed-off-by: Seo Suchan <tjtncks@gmail.com>
f43411f to
7692f78
Compare
ded09d9 to
69a1727
Compare
vkhoroz
left a comment
There was a problem hiding this comment.
This looks good now, I think.
Only need to solve that single functional comment about CSR attributes, and a couple of stylish improvements.
Thanks, @orangepizza .
69a1727 to
e89aace
Compare
e89aace to
a51f743
Compare
for entropy limited clients that can't trust local random server will create same type of key with CA don't support out of band key encryption Signed-off-by: Seo Suchan <tjtncks@gmail.com>
a51f743 to
f2a9860
Compare
vkhoroz
left a comment
There was a problem hiding this comment.
@doanac I think this one is good to go.
Once the typos in that comment are corrected, and you have no objections, I will merge.
Thanks @orangepizza
Co-authored-by: vkhoroz <vkhoroz@users.noreply.github.com>
shouldn't two saparate PR's but I already stack commits so
implement 4.3 serverkeygen and 3.2.2 addiional path segment (it's tecially a must for server to support but not usre what acually use it)
fixed logic bug on one of http test too