You can now specify a client must require a secure channel to authenticate. If this is set,

{Client.setRequireSecureAuth} then if the client fails to create a secure channel with the server,
an auth request with no credentials will be sent.  The supplied Authenticator will need to handle
this situation to send the appropriate response back to the client (ie: tell it to download the
latest version).


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6480 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Mark Johnson
2011-02-04 23:14:45 +00:00
parent 92c5163707
commit d00d0ca5da
5 changed files with 55 additions and 14 deletions
@@ -252,7 +252,7 @@ public class SecureUtil
}
return secret;
} catch (GeneralSecurityException gse) {
log.warning("Failed to dencrypt bytes", gse);
log.warning("Failed to decrypt bytes", gse);
}
return null;
}