3 Commits (main)

Author SHA1 Message Date
Jan Dittberner 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
2 years ago
Jan Dittberner 40b3219c7e Add serialization/deserialization tests 2 years ago
Jan Dittberner a0b6fdce98 Refactor public API tests for messages
- move tests for public API to messages_test package
2 years ago