<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/Makefile, branch libressl-v2.6.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.6.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.6.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2017-04-30T04:44:58+00:00</updated>
<entry>
<title>Only enable -Werror on libcrypto/libssl/libtls if we are building with</title>
<updated>2017-04-30T04:44:58+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-04-30T04:44:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d6384322b936d181e80c1948d8ee20a647f0408e'/>
<id>urn:sha1:d6384322b936d181e80c1948d8ee20a647f0408e</id>
<content type='text'>
gcc4. This should avoid failed builds while transitioning compilers.
While here also make the CFLAGS blocks consistent across makefiles.

Discussed with deraadt@, ok beck@
</content>
</entry>
<entry>
<title>Revert previous - we still want to do this, but I forgot about the installer</title>
<updated>2017-04-29T22:31:42+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-04-29T22:31:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=61198dce4d3f6c83534a2d04eb35e4228fa933df'/>
<id>urn:sha1:61198dce4d3f6c83534a2d04eb35e4228fa933df</id>
<content type='text'>
and want to avoid the wrath of theo when he arrives home in a couple
of hours :)
</content>
</entry>
<entry>
<title>We now require you to have a working libpthread</title>
<updated>2017-04-29T22:22:24+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-04-29T22:22:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d3a2ee4f706f181bef995fb0a446b0b92c03a2ac'/>
<id>urn:sha1:d3a2ee4f706f181bef995fb0a446b0b92c03a2ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide a rolling handshake hash that commences as soon as the cipher</title>
<updated>2017-03-05T14:39:53+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-03-05T14:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f57470f507d826e79950193b93592e734e79b608'/>
<id>urn:sha1:f57470f507d826e79950193b93592e734e79b608</id>
<content type='text'>
suite has been selected, and convert the final finish MAC to use this
handshake hash.

This is a first step towards cleaning up the current handshake
buffer/digest code.

ok beck@ inoguchi@
</content>
</entry>
<entry>
<title>Merge the single two line function from ssl_err2.c into ssl_err.c.</title>
<updated>2017-01-26T09:16:01+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-01-26T09:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b7978753e566fd60946300b252a9d9d89559733e'/>
<id>urn:sha1:b7978753e566fd60946300b252a9d9d89559733e</id>
<content type='text'>
ok beck@
</content>
</entry>
<entry>
<title>Move relatively new version range code from ssl_lib.c into a separate</title>
<updated>2017-01-26T06:01:44+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-01-26T06:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1cc79b15c0e05858d638931ff222a6c8592f3103'/>
<id>urn:sha1:1cc79b15c0e05858d638931ff222a6c8592f3103</id>
<content type='text'>
ssl_versions.c file.

ok beck@
</content>
</entry>
<entry>
<title>Rename s3_{both,clnt,pkt_srvr}.c to have an ssl_ prefix since they are no</title>
<updated>2017-01-26T05:51:54+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-01-26T05:51:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d4e3efb650fa3de7ff7da6d891816ee2dbb77e6c'/>
<id>urn:sha1:d4e3efb650fa3de7ff7da6d891816ee2dbb77e6c</id>
<content type='text'>
longer SSLv3 code.

ok beck@
</content>
</entry>
<entry>
<title>Merge the client/server version negotiation into the existing (currently</title>
<updated>2017-01-26T05:31:25+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-01-26T05:31:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7ba6d48018c99e9b4a6d3f810b4c03e4365bdebd'/>
<id>urn:sha1:7ba6d48018c99e9b4a6d3f810b4c03e4365bdebd</id>
<content type='text'>
fixed version) client/server code.

ok beck@
</content>
</entry>
<entry>
<title>move manual pages from doc/ to man/ for consistency with other</title>
<updated>2016-11-05T15:32:20+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-11-05T15:32:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b3e8c428c609fc9c66690abb3d188c60b5d48bb1'/>
<id>urn:sha1:b3e8c428c609fc9c66690abb3d188c60b5d48bb1</id>
<content type='text'>
libraries, in particular considering that there are unrelated
files in doc/; requested by jsing@ and beck@
</content>
</entry>
<entry>
<title>after getting rid of the pod files, clean up the Makefiles; ok bcook@</title>
<updated>2016-11-05T15:01:54+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-11-05T15:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=de1d9cac06346c16572b2afab0149c12543e5b2c'/>
<id>urn:sha1:de1d9cac06346c16572b2afab0149c12543e5b2c</id>
<content type='text'>
</content>
</entry>
</feed>
