prefer server ciphers

This commit is contained in:
Matt Drollette
2014-12-14 18:55:14 -06:00
parent 664764aeb4
commit aa33b176c8
3 changed files with 40 additions and 26 deletions

View File

@@ -15,10 +15,10 @@ func main() {
app.Flags = []cli.Flag{}
app.Commands = []cli.Command{
cmd.NewReseedCommand(),
cmd.NewSu3VerifyCommand(),
// cmd.NewSu3VerifyCommand(),
cmd.NewKeygenCommand(),
cmd.NewSu3Command(),
cmd.NewSu3VerifyPublicCommand(),
// cmd.NewSu3Command(),
// cmd.NewSu3VerifyPublicCommand(),
}
if err := app.Run(os.Args); err != nil {