cacert-gosigner/internal/hsm
Jan Dittberner afe7d23c9b Implement CA information command
This commit defines command codes for planned commands and response codes for
their corresponding responses.

The health response from the HSM access component has been reduced to avoid
unnecessary data transmissions.

A new CA information command has been implemented. This command can be used
to retrieve the CA certificate and profile information for a given CA name.

The client simulator has been updated to retrieve CA information for all
CAs when the list of CAs changes.
2022-12-02 18:31:59 +01:00
..
context.go Move internal code to internal packages 2022-11-28 17:39:48 +01:00
context_test.go Move internal code to internal packages 2022-11-28 17:39:48 +01:00
hsm.go Implement CA information command 2022-12-02 18:31:59 +01:00
hsm_test.go Move internal code to internal packages 2022-11-28 17:39:48 +01:00
setup.go Move internal code to internal packages 2022-11-28 17:39:48 +01:00
setup_test.go Move internal code to internal packages 2022-11-28 17:39:48 +01:00
storage.go Move internal code to internal packages 2022-11-28 17:39:48 +01:00