<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby_srp.git/lib/srp, branch master</title>
<subtitle>[ruby_srp] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/'/>
<entry>
<title>store aa, bb and u as hex by default</title>
<updated>2013-07-14T12:22:31+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-07-14T12:22:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=e4a577e45f36b3ed93d85fc466ae13217cca955c'/>
<id>e4a577e45f36b3ed93d85fc466ae13217cca955c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>first take on a hex based api</title>
<updated>2013-07-14T12:10:18+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-07-14T12:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=d508b7eb1f372f8c8175cc16e7669435d1fe995f'/>
<id>d508b7eb1f372f8c8175cc16e7669435d1fe995f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>api: Session#internal_state to test and debug</title>
<updated>2013-06-24T09:15:44+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-06-24T08:41:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=04be70c9addd07bc3aa690d782739aeb4bd695c1'/>
<id>04be70c9addd07bc3aa690d782739aeb4bd695c1</id>
<content type='text'>
Also use functions with memoizing instead of instance vars
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also use functions with memoizing instead of instance vars
</pre>
</div>
</content>
</entry>
<entry>
<title>version 0.1.6 - added SRP::Session#to_hash</title>
<updated>2013-02-25T14:35:12+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-02-25T14:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=80958380cbb7a492d0ef7586714f2cfe8885603b'/>
<id>80958380cbb7a492d0ef7586714f2cfe8885603b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>changed SRP:Client so it can be used to wrap a user record on the server</title>
<updated>2013-02-06T15:05:59+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2013-02-06T15:05:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=c3fdb32a13c0028536109c17fb6f75db8708a43f'/>
<id>c3fdb32a13c0028536109c17fb6f75db8708a43f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>making byte algo work in 1.9.3 - bumping version</title>
<updated>2012-11-04T15:21:58+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2012-11-04T15:21:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/ruby_srp.git/commit/?id=bda0084efb0ebadcbe22fb4a91ec925593564e1a'/>
<id>bda0084efb0ebadcbe22fb4a91ec925593564e1a</id>
<content type='text'>
in ruby 1.9.3 string[i] will be a char. Need to call #ord to make sure we have a charcode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in ruby 1.9.3 string[i] will be a char. Need to call #ord to make sure we have a charcode.
</pre>
</div>
</content>
</entry>
<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>
</feed>
