1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00
gocsaf/cmd/csaf_provider
Sascha L. Teichmann 69f0f3499a
Change openpgp key providing code to use local directory
* Adjust provider and aggregator to copy the used openpgp pubkey into a locally
  provided directory `openpgp` beside the `prodiver-metadata.json`.
  This more robust and self-reliant than using a public pubkey server,
  which is the reason why the CSAF 2.0 csd02 mentions it as example in
  "7.1.20 Requirement 20: Public OpenPGP Key".
 * Improve aggregator by removing a typo `aggreator` from one written paths.
   (Done with this change as it also affects the openpgp/ paths writing.)

solve #85
2022-06-09 10:42:44 +02:00
..
tmpl Add License headers 2021-12-09 16:19:26 +01:00
actions.go Change openpgp key providing code to use local directory 2022-06-09 10:42:44 +02:00
config.go Change openpgp key providing code to use local directory 2022-06-09 10:42:44 +02:00
controller.go Improve providers handlung of tls client certs 2022-03-31 12:00:13 +02:00
create.go Change openpgp key providing code to use local directory 2022-06-09 10:42:44 +02:00
files.go Add aggregator; improve itest workflow 2022-05-10 18:12:38 +02:00
indices.go Add License headers 2021-12-09 16:19:26 +01:00
main.go Improve error-handling by wrong config values. 2022-05-13 11:29:19 +02:00
mux.go Add License headers 2021-12-09 16:19:26 +01:00
transaction.go add setup options to provider docs 2022-03-23 19:48:05 +01:00