<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby_srp.git/lib, branch feature-py_srp_compat</title>
<subtitle>[ruby_srp] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/'/>
<entry>
<title>calculate verifiers and multiplier just like in py srp</title>
<updated>2012-10-03T14:59:46+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2012-10-03T14:59:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=4f57d8010a90fe1221c351f695d15d29a9cdc37f'/>
<id>4f57d8010a90fe1221c351f695d15d29a9cdc37f</id>
<content type='text'>
Some other parts are still missing. Main issue was using hashes of hex representation rather that hashes of byte arrays
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some other parts are still missing. Main issue was using hashes of hex representation rather that hashes of byte arrays
</pre>
</div>
</content>
</entry>
<entry>
<title>hand over the login on handshake like we normally would</title>
<updated>2012-08-06T11:08:43+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-08-06T11:07:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=56a95c99cdfd8d0cf501f92ea9156b20d2dc07c7'/>
<id>56a95c99cdfd8d0cf501f92ea9156b20d2dc07c7</id>
<content type='text'>
still missing the salt in this. auth should be more independent from registry to resemble the real process more closely
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
still missing the salt in this. auth should be more independent from registry to resemble the real process more closely
</pre>
</div>
</content>
</entry>
<entry>
<title>added authenticate! which raises SRP::WrongPassword if it fails, version 0.0.2</title>
<updated>2012-08-06T10:41:06+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-08-06T10:34:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=552574bfb0a0160935452b605bb262b5b52c4f67'/>
<id>552574bfb0a0160935452b605bb262b5b52c4f67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>we cache neither the verifier nor the secret in the session just in case</title>
<updated>2012-07-26T10:08:55+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-07-26T10:08:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=fe55f0cd2707507649d5979beae6fa3400252d56'/>
<id>fe55f0cd2707507649d5979beae6fa3400252d56</id>
<content type='text'>
People might store the session in a CookieStore - which would probably be a bad idea anyway - but let's be save rather than sorry.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
People might store the session in a CookieStore - which would probably be a bad idea anyway - but let's be save rather than sorry.
</pre>
</div>
</content>
</entry>
<entry>
<title>session is handled by the class that includes SRP::Authentication - not the client</title>
<updated>2012-07-26T09:46:55+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-07-26T09:46:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=b9510e0c035a26b6d2aa55f82278d1743f2e3e07'/>
<id>b9510e0c035a26b6d2aa55f82278d1743f2e3e07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SRP::Authentication::Session holds the per session data</title>
<updated>2012-07-26T09:33:29+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-07-26T09:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=933df5e096e7dd9af1491b0679d588eb4254aaa1'/>
<id>933df5e096e7dd9af1491b0679d588eb4254aaa1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removing the remaining zerofills</title>
<updated>2012-07-26T08:59:32+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-07-26T08:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=a88fa3560940f46ec1ff77f3e79d10d9bf34149a'/>
<id>a88fa3560940f46ec1ff77f3e79d10d9bf34149a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>both sides calculate their own u</title>
<updated>2012-07-26T08:58:28+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-07-26T08:58:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=26580be7f9b557ed8136aa11c7b4e7b96f9c86eb'/>
<id>26580be7f9b557ed8136aa11c7b4e7b96f9c86eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>turned server class into authentication module - test green, example broken</title>
<updated>2012-07-26T08:51:42+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-07-26T08:51:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=7de7a78668a83eaab58597ce655ba613d4b477fb'/>
<id>7de7a78668a83eaab58597ce655ba613d4b477fb</id>
<content type='text'>
The example seems to be broken due to changes in srp-js
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The example seems to be broken due to changes in srp-js
</pre>
</div>
</content>
</entry>
<entry>
<title>removed debugging output and adjusted ruby client to new server api</title>
<updated>2012-07-26T08:26:20+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-07-26T08:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=1481331f3827711c16a3bcfb0ae0c6e4afd788d9'/>
<id>1481331f3827711c16a3bcfb0ae0c6e4afd788d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
