<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby_srp.git/lib/srp, branch release-0.1.0</title>
<subtitle>[ruby_srp] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/'/>
<entry>
<title>authenticate returns the user, to_json includes M2. bumped version to 0.1.3</title>
<updated>2012-10-11T15:02:15+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2012-10-11T15:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=04421b355eb93de2888f12801cc0ebe123414264'/>
<id>04421b355eb93de2888f12801cc0ebe123414264</id>
<content type='text'>
This way the controller can easily use @user = @session.authenticate; respond_with @sessoin;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way the controller can easily use @user = @session.authenticate; respond_with @sessoin;
</pre>
</div>
</content>
</entry>
<entry>
<title>removed duplicate requires, bumped version</title>
<updated>2012-10-11T10:40:40+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2012-10-11T10:40:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=bc36f65eb7f72fe3f4cf364e807f7d43eaa11edc'/>
<id>bc36f65eb7f72fe3f4cf364e807f7d43eaa11edc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add to_json for session so it's easy to use in rails controllers</title>
<updated>2012-10-05T14:51:39+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2012-10-05T14:34:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=e9e4f99c524bd74fe04edf664130a49f9de11818'/>
<id>e9e4f99c524bd74fe04edf664130a49f9de11818</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix - zero padded salts do not break login anymore</title>
<updated>2012-10-05T14:34:07+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2012-10-05T14:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=b35bf766a6bbd5857853ac25d27091a7cf566539'/>
<id>b35bf766a6bbd5857853ac25d27091a7cf566539</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>made m and m2 calculation srp 6A compatible</title>
<updated>2012-10-05T10:44:22+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2012-10-05T10:44:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=ce246cb722f7f61b3a1ba7223857627f1bed4f4c'/>
<id>ce246cb722f7f61b3a1ba7223857627f1bed4f4c</id>
<content type='text'>
Also added session_test that tests agains values calculated with py_srp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added session_test that tests agains values calculated with py_srp
</pre>
</div>
</content>
</entry>
<entry>
<title>using the SRP 6a algorithm for calculating M</title>
<updated>2012-10-04T11:08:21+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2012-10-04T11:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=0c70bc88f14f9cc92a98a902a99b88a9b1f672e6'/>
<id>0c70bc88f14f9cc92a98a902a99b88a9b1f672e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>moved all server side auth stuff into session so i can remove the authentication module</title>
<updated>2012-10-04T09:52:27+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2012-10-04T09:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=777254f7ba10a0dd8fbee433e6a631d96e9d76f0'/>
<id>777254f7ba10a0dd8fbee433e6a631d96e9d76f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>created session class to hold aa, bb and so forth - done for client</title>
<updated>2012-10-04T09:41:53+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2012-10-04T09:23:00+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=0e5f57d3e07db606a779485e1537d4db8b5d3da2'/>
<id>0e5f57d3e07db606a779485e1537d4db8b5d3da2</id>
<content type='text'>
We have a session in the server already - duplication there now, merge next
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have a session in the server already - duplication there now, merge next
</pre>
</div>
</content>
</entry>
<entry>
<title>more cleanup - no more duplicate password and username in Client</title>
<updated>2012-10-04T08:47:19+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2012-10-04T08:47:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=66c3ed01eb012cae84193b4864c7c48eb77c2a8c'/>
<id>66c3ed01eb012cae84193b4864c7c48eb77c2a8c</id>
<content type='text'>
A client has a set of pwd and login and tries to auth with this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A client has a set of pwd and login and tries to auth with this.
</pre>
</div>
</content>
</entry>
<entry>
<title>simplifying modpow to default to BIG_PRIME_N</title>
<updated>2012-10-04T08:32:39+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2012-10-04T08:32:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=c73f7c1b4c1270d4d0ca47650a12893a6d13e796'/>
<id>c73f7c1b4c1270d4d0ca47650a12893a6d13e796</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
