<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cryptodev-linux.git/userspace/Makefile, branch userspace</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>Avoid unnecessary internal relocations</title>
<updated>2010-08-24T18:58:32+00:00</updated>
<author>
<name>Miloslav Trmač</name>
<email>mitr@redhat.com</email>
</author>
<published>2010-08-09T18:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/cryptodev-linux.git/commit/?id=22aabeef3cb9344614cc9b58e9e97208df04e711'/>
<id>22aabeef3cb9344614cc9b58e9e97208df04e711</id>
<content type='text'>
Use __attribute__((visibility("hidden"))) for __ncr_file_descriptor to
take advantage of PIC addressing instead of going through the dynamic
linker.  Add an internal alias for ncr_global_init() for the same
reason.

Add an internal header file to consolidate the "extern" references in
the process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use __attribute__((visibility("hidden"))) for __ncr_file_descriptor to
take advantage of PIC addressing instead of going through the dynamic
linker.  Add an internal alias for ncr_global_init() for the same
reason.

Add an internal header file to consolidate the "extern" references in
the process.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow overriding CFLAGS</title>
<updated>2010-08-24T18:58:32+00:00</updated>
<author>
<name>Miloslav Trmač</name>
<email>mitr@redhat.com</email>
</author>
<published>2010-08-07T06:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/cryptodev-linux.git/commit/?id=0bb60fc9b52dcfbac8356db8682a3cb9c595813f'/>
<id>0bb60fc9b52dcfbac8356db8682a3cb9c595813f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Abstract &lt;linux/ncr.h&gt; from &lt;ncrypto.h&gt; users</title>
<updated>2010-08-24T18:58:32+00:00</updated>
<author>
<name>Miloslav Trmač</name>
<email>mitr@redhat.com</email>
</author>
<published>2010-08-07T05:14:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/cryptodev-linux.git/commit/?id=5f96e48d0671bbcbc0b5f4c88baddc021dddc81a'/>
<id>5f96e48d0671bbcbc0b5f4c88baddc021dddc81a</id>
<content type='text'>
Let &lt;ncrypto.h&gt; users #include this header file alone, without caring
about &lt;linux/ncr.h&gt;.

To do so, set up a temporary copy of ncr.h so that the
	#include &lt;linux/ncr.h&gt;
works at build time as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let &lt;ncrypto.h&gt; users #include this header file alone, without caring
about &lt;linux/ncr.h&gt;.

To do so, set up a temporary copy of ncr.h so that the
	#include &lt;linux/ncr.h&gt;
works at build time as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete libcryptodev.so* on (make clean)</title>
<updated>2010-08-24T18:58:30+00:00</updated>
<author>
<name>Miloslav Trmač</name>
<email>mitr@redhat.com</email>
</author>
<published>2010-08-05T14:38:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/cryptodev-linux.git/commit/?id=1b363a16597b791a7f8306c9d9ee2c8fadb34999'/>
<id>1b363a16597b791a7f8306c9d9ee2c8fadb34999</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial userspace library version</title>
<updated>2010-08-24T18:58:30+00:00</updated>
<author>
<name>Jan Chadima</name>
<email>jchadima@redhat.com</email>
</author>
<published>2010-08-02T08:56:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/cryptodev-linux.git/commit/?id=71be5465628262f1a475b52eaf90c5caba5876ea'/>
<id>71be5465628262f1a475b52eaf90c5caba5876ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial additions to have PK encryption/decryption. Separated operations</title>
<updated>2010-07-12T10:59:56+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@gnutls.org</email>
</author>
<published>2010-07-12T10:57:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/cryptodev-linux.git/commit/?id=4f7b10f59b97b45d42577c4d6d33958d9565aef7'/>
<id>4f7b10f59b97b45d42577c4d6d33958d9565aef7</id>
<content type='text'>
on keys to read/write to prevent overwriting a key while using it. Several
other cleanups.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on keys to read/write to prevent overwriting a key while using it. Several
other cleanups.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added missing makefile.</title>
<updated>2010-06-18T21:51:32+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@gnutls.org</email>
</author>
<published>2010-06-18T21:51:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/cryptodev-linux.git/commit/?id=3f8bcff5fb6cf236f73a403095bed0785cedf698'/>
<id>3f8bcff5fb6cf236f73a403095bed0785cedf698</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
