<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cryptodev-linux.git/libtommath, branch master</title>
<subtitle>Kernel crypto API for user space</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/cryptodev-linux.git/'/>
<entry>
<title>Run Lindent on libtom(*)</title>
<updated>2010-09-06T15:26:58+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@gnutls.org</email>
</author>
<published>2010-09-06T15:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/cryptodev-linux.git/commit/?id=e6177630198eb1eea2def0374fae1196da0e40ec'/>
<id>e6177630198eb1eea2def0374fae1196da0e40ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimizations for 32bit machines by using a 64bit word type and 32bit digit.</title>
<updated>2010-09-03T06:38:42+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@gnutls.org</email>
</author>
<published>2010-09-03T06:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/cryptodev-linux.git/commit/?id=7f4d9adf958f00805e60a353d2779434aca36fe2'/>
<id>7f4d9adf958f00805e60a353d2779434aca36fe2</id>
<content type='text'>
Unfortunately we cannot do the same for 64bit since we don't have an 128bit type in kernel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unfortunately we cannot do the same for 64bit since we don't have an 128bit type in kernel.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a FIXME on the used types.</title>
<updated>2010-09-02T21:20:09+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@gnutls.org</email>
</author>
<published>2010-09-02T21:20:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/cryptodev-linux.git/commit/?id=9ecba820b90c85bd927fbb18fabe0f6fc8f97141'/>
<id>9ecba820b90c85bd927fbb18fabe0f6fc8f97141</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the linux kernel heapsort instead of including qsort.</title>
<updated>2010-09-02T21:11:42+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@gnutls.org</email>
</author>
<published>2010-09-02T21:10:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/cryptodev-linux.git/commit/?id=5000469e203ada7c65073f32770491057c8233bd'/>
<id>5000469e203ada7c65073f32770491057c8233bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unneeded code.</title>
<updated>2010-09-02T19:14:37+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@gnutls.org</email>
</author>
<published>2010-09-02T19:14:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/cryptodev-linux.git/commit/?id=72316eded1cc13dd8a339be92f43eeb79f252193'/>
<id>72316eded1cc13dd8a339be92f43eeb79f252193</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not include linux headers to libtom files. This will allow easier replacement of them.</title>
<updated>2010-08-19T14:04:36+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@gnutls.org</email>
</author>
<published>2010-08-19T14:04:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/cryptodev-linux.git/commit/?id=a7befd9b8fba6f6d777f7d8436154dc62f1fa652'/>
<id>a7befd9b8fba6f6d777f7d8436154dc62f1fa652</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix prime testing</title>
<updated>2010-08-12T09:28:17+00:00</updated>
<author>
<name>Miloslav Trmač</name>
<email>mitr@redhat.com</email>
</author>
<published>2010-08-12T09:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/cryptodev-linux.git/commit/?id=0bacb77c22c1a789cafb435d8b781dc33873fe06'/>
<id>0bacb77c22c1a789cafb435d8b781dc33873fe06</id>
<content type='text'>
Upstream commit a53ea341274300323cd2e664440d8bc0c4d8328a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upstream commit a53ea341274300323cd2e664440d8bc0c4d8328a
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build with recent kernels</title>
<updated>2010-08-05T16:45:01+00:00</updated>
<author>
<name>Jan Chadima</name>
<email>jchadima@redhat.com</email>
</author>
<published>2010-08-05T16:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/cryptodev-linux.git/commit/?id=ec81bc91006efb7516ad16fd551a290cf634822b'/>
<id>ec81bc91006efb7516ad16fd551a290cf634822b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce stack usage.</title>
<updated>2010-07-14T18:49:20+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@gnutls.org</email>
</author>
<published>2010-07-14T18:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/cryptodev-linux.git/commit/?id=5a2514f9e9b946ac8fff6c8fc80aec335c3e3454'/>
<id>5a2514f9e9b946ac8fff6c8fc80aec335c3e3454</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>additions to compile on 32-bit machines.</title>
<updated>2010-07-07T20:09:10+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@gnutls.org</email>
</author>
<published>2010-07-07T20:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/cryptodev-linux.git/commit/?id=2acb2200b547f89a6f8e745c65ebd49300012cc6'/>
<id>2acb2200b547f89a6f8e745c65ebd49300012cc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
