<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/apps, branch OPENBSD_7_0</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=OPENBSD_7_0</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=OPENBSD_7_0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2021-05-22T04:31:04+00:00</updated>
<entry>
<title>Force cmake to link strtonum shim with Darwin less than 20</title>
<updated>2021-05-22T04:31:04+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2021-05-22T01:58:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=39c7fa8ad6c737806cc76f0dd8a79105454308d2'/>
<id>urn:sha1:39c7fa8ad6c737806cc76f0dd8a79105454308d2</id>
<content type='text'>
check_function_exists misinterprets as if strtonum exists on macos 10.15.
</content>
</entry>
<entry>
<title>Statically link libcrypto/ssl into libtls with cmake</title>
<updated>2021-05-07T11:31:22+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2021-05-02T06:50:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=4c56df46de18da692785ed337910ab852c34e0ce'/>
<id>urn:sha1:4c56df46de18da692785ed337910ab852c34e0ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add '--enable-libtls-only' build option</title>
<updated>2021-04-07T12:51:45+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2021-04-05T07:32:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=921c0675a25708d19e76aa8e3b48c4483a1a255d'/>
<id>urn:sha1:921c0675a25708d19e76aa8e3b48c4483a1a255d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modify nc build to link libcompat objects directly</title>
<updated>2020-10-20T08:50:23+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2020-10-19T03:14:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=9abd36e3af5876f67c633f27496ad5660ab7fe24'/>
<id>urn:sha1:9abd36e3af5876f67c633f27496ad5660ab7fe24</id>
<content type='text'>
Rather than assuming the static version of libcrypto exists for pulling in the compatibility functions, link the compat objects directly. This modifies the object file generation script a bit to handle the empty-case properly as well.
</content>
</entry>
<entry>
<title>include strtonum for ocspcheck</title>
<updated>2020-10-19T14:09:36+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2020-10-19T01:47:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=6359d9404d9d844f20d4478befda258a7ba3cdde'/>
<id>urn:sha1:6359d9404d9d844f20d4478befda258a7ba3cdde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Link crypto and ssl object files directly instead of static library</title>
<updated>2020-10-04T08:50:18+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2020-09-20T04:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=5a29b0472d5d0d1aa9936e430a87299fdb0f17ba'/>
<id>urn:sha1:5a29b0472d5d0d1aa9936e430a87299fdb0f17ba</id>
<content type='text'>
- Output object files list variable for libcrypto and libssl to .mk file.
- Include object files list variable .mk from tls/Makefile
- Link .lo files directly instead of static library for libtls.
</content>
</entry>
<entry>
<title>Configure libtls and nc(1) to statically link to libcrypto/ssl</title>
<updated>2020-10-04T08:50:18+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2020-08-20T14:30:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=fe42a8011b25797afa48cf0359c7e2753b2ece5f'/>
<id>urn:sha1:fe42a8011b25797afa48cf0359c7e2753b2ece5f</id>
<content type='text'>
An issue that Reyk Floeter noted while building a Debian package for
LibreSSL is that installing libtls along with OpenSSL causes linker
issues since it will often pick up the wrong libcrypto/libssl. This
change makes libtls statically link the object files it needs rather
than relying on the shared libraries, effectively making libtls
self-contained and able to be packaged independently.

This should make it possible for other projects that also use libtls to
be able to package support without requiring the target OS to ship
libcrypto / libssl from LibreSSL.

https://salsa.debian.org/reyk-guest/libressl/-/commit/678278df55ce866f2f363998ca690442fa786c66
</content>
</entry>
<entry>
<title>Install ocspcheck.8 manual</title>
<updated>2020-01-09T12:33:28+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2020-01-09T12:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=6dc8d2be3b864171e1e0016714345eedf48c1e5a'/>
<id>urn:sha1:6dc8d2be3b864171e1e0016714345eedf48c1e5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>re-add CMS to openssl(1)</title>
<updated>2019-11-08T00:24:37+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2019-11-08T00:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=73fb0f8991f35c8363c41a7e24fd24d148ae372d'/>
<id>urn:sha1:73fb0f8991f35c8363c41a7e24fd24d148ae372d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable speed on win32</title>
<updated>2019-07-14T10:45:34+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2019-07-14T09:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=30e91bc6d2b6249da1c8c40582c63601a4838efc'/>
<id>urn:sha1:30e91bc6d2b6249da1c8c40582c63601a4838efc</id>
<content type='text'>
- Use thread and sleep instead of signal and alarm, on win32
- Disable -multi option on win32 since fork is hard to implement
</content>
</entry>
</feed>
