tink-crypto / tink

Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
https://developers.google.com/tink
Apache License 2.0
13.47k stars 1.18k forks source link

Call OutOptions.validate from CreatePublicKeysetCommand. #547

Closed Matir closed 2 years ago

Matir commented 3 years ago

This ensures output options are validated and format is applied (and output redirected to standard out when no --out parameter is present).

Fixes GitHub #546.