Merge pull request 'Move decrypt error to debug' (#49) from decrypt_error into master
continuous-integration/drone/push Build is pending Details
continuous-integration/drone/tag Build is pending Details

Reviewed-on: #49
This commit is contained in:
Dan Ballard 2022-04-20 23:50:53 +00:00
commit d21010257d
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ func (ea *AuthApp) Init(connection tapir.Connection) {
connection.SetHostname(assertedHostname)
connection.SetCapability(AuthCapability)
} else {
log.Errorf("Failed Decrypt Challenge: [%x] [%x]\n", remoteChallenge, challengeBytes)
log.Debugf("Failed Decrypt Challenge: [%x] [%x]\n", remoteChallenge, challengeBytes)
connection.Close()
}
}

2
go.mod
View File

@ -10,4 +10,4 @@ require (
github.com/gtank/ristretto255 v0.1.2
go.etcd.io/bbolt v1.3.4
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee
)
)