Commit graph

3 commits

Author SHA1 Message Date
ad6b987c91 Implement sign certificate command
- decouple config and messages
- cainfo maps from config.Profile to messages.CAProfile
- config parses profile usage
- validity can be configured per certificate profile, defaults are defined in
  a defaultValidity method of the profile usage
- the client simulator emits certificate signing requests at random intervals
- add implementation of SingCertificateCommand to MsgPackHandler
- remove indirection signing.RequestSignature
2022-12-11 13:32:05 +01:00
40b3219c7e Add serialization/deserialization tests 2022-12-04 20:37:26 +01:00
a0b6fdce98 Refactor public API tests for messages
- move tests for public API to messages_test package
2022-12-04 19:21:45 +01:00