<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby_srp.git/example/public, 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>updated srp-js after forced push</title>
<updated>2012-08-21T08:57:51+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-08-21T08:57:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=10cda82262f9f9c70c05077f9917646430cc9eb9'/>
<id>10cda82262f9f9c70c05077f9917646430cc9eb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bringing in srp-js as a submodule for the example</title>
<updated>2012-08-01T13:00:38+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-08-01T12:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=22384a9ef3b75d7b37b99551db2575cb19dafe6d'/>
<id>22384a9ef3b75d7b37b99551db2575cb19dafe6d</id>
<content type='text'>
This will most likely become a simple js file once both are more stable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will most likely become a simple js file once both are more stable.
</pre>
</div>
</content>
</entry>
<entry>
<title>more info and resources on the index page</title>
<updated>2012-07-03T13:40:21+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-07-03T13:40:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=81dc07fabde178ee40a1ddfff5dfd74c5021347f'/>
<id>81dc07fabde178ee40a1ddfff5dfd74c5021347f</id>
<content type='text'>
bit of styling added
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bit of styling added
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed workflow and reduced copy</title>
<updated>2012-07-03T12:24:17+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-07-03T12:24:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=7367bf009d778d96c1c40a20c055bba0596ab2b4'/>
<id>7367bf009d778d96c1c40a20c055bba0596ab2b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adopted srp algo to srp-js way of doing things.</title>
<updated>2012-06-29T12:55:10+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-06-28T17:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=20bf14939fbd75e3ee0206c2bf14737e2c7ac2c2'/>
<id>20bf14939fbd75e3ee0206c2bf14737e2c7ac2c2</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>complete ajax flow is working - just auth fails</title>
<updated>2012-06-28T14:13:13+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-06-28T14:13:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=e55ff681bcc5a6c479530d1411a3da75912d78e5'/>
<id>e55ff681bcc5a6c479530d1411a3da75912d78e5</id>
<content type='text'>
Also we currently generate the salt on the server - this should happen on the client but for now i stick to the srp-js workflow.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also we currently generate the salt on the server - this should happen on the client but for now i stick to the srp-js workflow.
</pre>
</div>
</content>
</entry>
<entry>
<title>moved to ajax workflow and integrated srp-js - not quite there yet</title>
<updated>2012-06-27T13:08:41+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-06-27T13:08:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=95df478b7d3f62e2893499aa7a801b0cacb19dcd'/>
<id>95df478b7d3f62e2893499aa7a801b0cacb19dcd</id>
<content type='text'>
* needs a bit of cleanup from the old workflow
* are client and server using the same primes right now?
* store multiple users on the server side
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* needs a bit of cleanup from the old workflow
* are client and server using the same primes right now?
* store multiple users on the server side
</pre>
</div>
</content>
</entry>
<entry>
<title>moved the sample app to it's own subdirectory</title>
<updated>2012-06-26T16:13:22+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2012-06-26T16:13:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=f32497f143ef95264706dba27ce3e7a26d7ba6a4'/>
<id>f32497f143ef95264706dba27ce3e7a26d7ba6a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
