From 693b6d1e36828fa17915a9297595f65c739b611a Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 4 Oct 2012 09:54:47 +0200 Subject: using BIG_PRIME_N and hashing the byte array - tests pass We still calculate M differently than in SRP 6a --- 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 4311683..559403a 100644 --- a/test/auth_test.rb +++ b/test/auth_test.rb @@ -35,7 +35,7 @@ class AuthTest < Test::Unit::TestCase assert @client.authenticate(@server, @username, @password) end - def test_wrong_password + def test_a_wrong_password assert !@client.authenticate(@server, @username, "wrong password") end -- cgit v1.2.3