<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/crypto/Makefile, branch OPENBSD_5_5</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_5_5</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_5_5'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2013-07-13T16:34:43+00:00</updated>
<entry>
<title>Remove no longer needed vax CFLAGS workarounds.</title>
<updated>2013-07-13T16:34:43+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2013-07-13T16:34:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b9b2c2ec527e5c287a3acb2ed6b2a2f485abc069'/>
<id>urn:sha1:b9b2c2ec527e5c287a3acb2ed6b2a2f485abc069</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove ACSS, crank libcrypto major; ok markus@ deraadt@</title>
<updated>2013-01-26T06:10:22+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2013-01-26T06:10:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4fd69672e5f9867343486cefcdfdd970465430d6'/>
<id>urn:sha1:4fd69672e5f9867343486cefcdfdd970465430d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile and header changes for OpenSSL-1.0.1c</title>
<updated>2012-10-13T21:31:56+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2012-10-13T21:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3ad9227df9edaac3e94f314891deeb4d52d16b4a'/>
<id>urn:sha1:3ad9227df9edaac3e94f314891deeb4d52d16b4a</id>
<content type='text'>
major cranks
</content>
</entry>
<entry>
<title>remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.</title>
<updated>2012-08-02T13:38:39+00:00</updated>
<author>
<name>okan</name>
<email></email>
</author>
<published>2012-08-02T13:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fdbcba595746583a1ad1403c70f460af675688da'/>
<id>urn:sha1:fdbcba595746583a1ad1403c70f460af675688da</id>
<content type='text'>
ok guenther@
</content>
</entry>
<entry>
<title>No need to set CFLAGS+=-DOPENSSL_IA32_SSE2 on amd64. Nothing uses it.</title>
<updated>2011-07-08T21:30:10+00:00</updated>
<author>
<name>mpf</name>
<email></email>
</author>
<published>2011-07-08T21:30:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=41e37df5af5cb242224b0121524cef504cadcdfc'/>
<id>urn:sha1:41e37df5af5cb242224b0121524cef504cadcdfc</id>
<content type='text'>
Small test by marco@ and md5 /usr/lib/libcrypto.so.19.0 agrees.
</content>
</entry>
<entry>
<title>Pass CFLAGS (which contains -DOPENSSL_IA32_SSE2) to the perlasm</title>
<updated>2011-07-08T01:37:54+00:00</updated>
<author>
<name>mpf</name>
<email></email>
</author>
<published>2011-07-08T01:37:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fe42e3049c3e078459fe4f5b0ce871c6d01cf657'/>
<id>urn:sha1:fe42e3049c3e078459fe4f5b0ce871c6d01cf657</id>
<content type='text'>
build on i386.  This enables SSE2 optimizations for bignum multiplications,
Montgomery multiplications and sha512.
This speeds up Diffie-Hellman operations in isakmpd and iked quite
a bit.  OK djm@, markus@, mikeb@
</content>
</entry>
<entry>
<title>OpenSSL grows another undocumented header, apparently needed on armish</title>
<updated>2010-10-07T10:49:39+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2010-10-07T10:49:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7760552c97ebc65d0706255512e18a752735689b'/>
<id>urn:sha1:7760552c97ebc65d0706255512e18a752735689b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More OpenSSL fixes:</title>
<updated>2010-10-06T22:57:46+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2010-10-06T22:57:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=283cf548ed21ec24c99de94f8eb67a99df6a04c0'/>
<id>urn:sha1:283cf548ed21ec24c99de94f8eb67a99df6a04c0</id>
<content type='text'>
- Update local engines for the EVP API change (len u_int =&gt; size_t)
- Use hw_cryptodev.c instead of eng_cryptodev.c
- Make x86_64-xlate.pl always write to the output file and not stdout,
  fixing "make -j" builds (spotted by naddy@)

ok naddy@
</content>
</entry>
<entry>
<title>Our make already uses sh -e when executing commands.</title>
<updated>2010-10-04T19:15:40+00:00</updated>
<author>
<name>naddy</name>
<email></email>
</author>
<published>2010-10-04T19:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2416e1bf950457082cfeacfce66f70042d8d2848'/>
<id>urn:sha1:2416e1bf950457082cfeacfce66f70042d8d2848</id>
<content type='text'>
Revert the "set -e" additions and kill unneeded subshells.  ok djm@
</content>
</entry>
<entry>
<title>percolate up errors from perl asm scripts, correctly enable SHA-256 asm on</title>
<updated>2010-10-02T07:42:02+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2010-10-02T07:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f785df1adcf4157d76764c07e803b932a8b612b5'/>
<id>urn:sha1:f785df1adcf4157d76764c07e803b932a8b612b5</id>
<content type='text'>
amd64
</content>
</entry>
</feed>
