open-vault/website/content/api-docs
Steven Clark 10ecf10248
PKI: Add support for signature_bits param to the intermediate/generate api (#17388)
* PKI: Add support for signature_bits param to the intermediate/generate api

 - Mainly to work properly with GCP backed managed keys, we need to
   issue signatures that would match the GCP key algorithm.
 - At this time due to https://github.com/golang/go/issues/45990 we
   can't issue PSS signed CSRs, as the libraries in Go always request
   a PKCS1v15.
 - Add an extra check in intermediate/generate that validates the CSR's
   signature before providing it back to the client in case we generated
   a bad signature such as if an end-user used a GCP backed managed key
   with a RSA PSS algorithm.
   - GCP ignores the requested signature type and always signs with the
     key's algorithm which can lead to a CSR that says it is signed with
     a PKCS1v15 algorithm but is actually a RSA PSS signature

* Add cl

* PR feedback
2022-10-03 12:39:54 -04:00
..
auth website: content updates for developer (#17035) 2022-09-22 08:11:04 -07:00
secret PKI: Add support for signature_bits param to the intermediate/generate api (#17388) 2022-10-03 12:39:54 -04:00
system Update docs for new test/sign params for managed key api and GCP parameters (#17323) 2022-09-27 16:17:44 -04:00
index.mdx website: content updates for developer (#17035) 2022-09-22 08:11:04 -07:00
libraries.mdx Developer Quickstart docs improvements (#16199) 2022-06-30 08:50:35 -07:00
relatedtools.mdx website: content updates for developer (#17035) 2022-09-22 08:11:04 -07:00