From 20bf14939fbd75e3ee0206c2bf14737e2c7ac2c2 Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 28 Jun 2012 19:43:40 +0200 Subject: adopted srp algo to srp-js way of doing things. all large integers are now send as hex strings. Using sha256_str all over the place. This finally gives me successful logins. Needs a log of cleanup never the less. --- test/auth_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/auth_test.rb b/test/auth_test.rb index 75aa9ad..f93445f 100644 --- a/test/auth_test.rb +++ b/test/auth_test.rb @@ -4,7 +4,7 @@ class AuthTest < Test::Unit::TestCase def setup @username = 'user' - @password = 'opensasemi' + @password = 'opensesami' @client = SRP::Client.new(@username, @password) @server = SRP::Server.new(@client.salt, @client.verifier) end -- cgit v1.2.3