<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/aes/asm, branch libressl-v2.1.4</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.1.4</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.1.4'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2014-12-07T15:55:58+00:00</updated>
<entry>
<title>Make sure to load absolute symbol address with `dla' instead of `la' when</title>
<updated>2014-12-07T15:55:58+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-12-07T15:55:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=afd8fbfad682973b2970228a5a1fd7e5a19f0cb4'/>
<id>urn:sha1:afd8fbfad682973b2970228a5a1fd7e5a19f0cb4</id>
<content type='text'>
generating code for 64-bit mips userland.
</content>
</entry>
<entry>
<title>Remove OPENSSL_FIPSCANISTER mentions.</title>
<updated>2014-12-07T15:37:27+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-12-07T15:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7791c532168af515a1d14ad730289593f6fd18a9'/>
<id>urn:sha1:7791c532168af515a1d14ad730289593f6fd18a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kill more FIPS tentacles by removing the private_AES_set_{enc,dec}rypt_key()</title>
<updated>2014-07-09T09:10:07+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-09T09:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=54273e9b127b0bf3d689158719a7a7ca58ac6f75'/>
<id>urn:sha1:54273e9b127b0bf3d689158719a7a7ca58ac6f75</id>
<content type='text'>
internal interfaces, and promoting them to being the public
AES_set_{enc,dec}rypt_key() interfaces. In non-FIPS mode, these public
interfaces were directly calling the private ones.

ok guenther@ jsing@
</content>
</entry>
<entry>
<title>Do not output SOM-specific directives.</title>
<updated>2014-05-01T22:26:22+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-05-01T22:26:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4141f93229a93b2ee4d6f3207c76f405590def05'/>
<id>urn:sha1:4141f93229a93b2ee4d6f3207c76f405590def05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.</title>
<updated>2014-04-13T15:25:35+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-04-13T15:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d2b3c9742a7df4ab87384039c99682d1944f66d7'/>
<id>urn:sha1:d2b3c9742a7df4ab87384039c99682d1944f66d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was generated by cvs2git to track changes on a CVS vendor</title>
<updated>2014-04-13T15:16:40+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-04-13T15:16:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dbf195d7fd4efbe4ee578f1dc5c72e7f3deadf18'/>
<id>urn:sha1:dbf195d7fd4efbe4ee578f1dc5c72e7f3deadf18</id>
<content type='text'>
branch.</content>
</entry>
<entry>
<title>Import OpenSSL 1.0.1g</title>
<updated>2014-04-13T15:16:40+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-04-13T15:16:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=52628ee3f51f011b463aaedb1a28aa0524b43cb3'/>
<id>urn:sha1:52628ee3f51f011b463aaedb1a28aa0524b43cb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>On amd64 OPENSSL_cpuid_setup and OPENSSL_ia32cap_P are now hidden so we don't</title>
<updated>2012-10-31T11:19:35+00:00</updated>
<author>
<name>kettenis</name>
<email></email>
</author>
<published>2012-10-31T11:19:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=32d6b9fd8bf5ca2c2be1fa08a2528c8631540b9a'/>
<id>urn:sha1:32d6b9fd8bf5ca2c2be1fa08a2528c8631540b9a</id>
<content type='text'>
have to go through the PLT/GOT to get at them anymore.  In fact going through
the GOT now fails since we no longer have a GOT entry for OPENSSL_ia32cap_P.

Fixes the problem spotted by jasper@ and sthen@.  Based on a diff from mikeb@
who did most of the actual work of tracking down the issue.

ok millert@, mikeb@
</content>
</entry>
<entry>
<title>resolve conflicts</title>
<updated>2012-10-13T21:25:14+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2012-10-13T21:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=942650cdef05a877200cb7aff3a075935a5fd0cd'/>
<id>urn:sha1:942650cdef05a877200cb7aff3a075935a5fd0cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>import OpenSSL-1.0.1c</title>
<updated>2012-10-13T21:23:50+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2012-10-13T21:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=228cae30b117c2493f69ad3c195341cd6ec8d430'/>
<id>urn:sha1:228cae30b117c2493f69ad3c195341cd6ec8d430</id>
<content type='text'>
</content>
</entry>
</feed>
