<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/bio/b_sock.c, branch OPENBSD_6_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2018-02-07T00:52:05+00:00</updated>
<entry>
<title>Restore the old behavior when a port number without a host name is</title>
<updated>2018-02-07T00:52:05+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2018-02-07T00:52:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e6e32b97c4affbc4c35290d2113ec19a26d19620'/>
<id>urn:sha1:e6e32b97c4affbc4c35290d2113ec19a26d19620</id>
<content type='text'>
passed to BIO_get_accept_socket().  This is part of the API and it
fixes "openssl ocsp -port 12345" in server mode.
from markus@; OK jsing@ beck@
</content>
</entry>
<entry>
<title>Do not call freeaddrinfo() with a NULL parameter.</title>
<updated>2018-02-06T14:45:52+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2018-02-06T14:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=00677d0e45c7de3721bb0d3b2665f237674e29c8'/>
<id>urn:sha1:00677d0e45c7de3721bb0d3b2665f237674e29c8</id>
<content type='text'>
OK jsing@
</content>
</entry>
<entry>
<title>No original OpenSSL code remains in this file. Relicense</title>
<updated>2017-04-30T17:54:11+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-04-30T17:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b3449a25972849293bca9a6fc6581f37f6e0faf6'/>
<id>urn:sha1:b3449a25972849293bca9a6fc6581f37f6e0faf6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make BIO_get_host_ip just yet another getaddrinfo wrapper</title>
<updated>2017-04-30T05:43:05+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-04-30T05:43:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c31f93fcd0335322ce944bd972a822c49b6246d4'/>
<id>urn:sha1:c31f93fcd0335322ce944bd972a822c49b6246d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework BIO_accept to be more like modern code.</title>
<updated>2017-04-30T05:09:22+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-04-30T05:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=11a87330614c2f08fdfae566b604f04dafb84b38'/>
<id>urn:sha1:11a87330614c2f08fdfae566b604f04dafb84b38</id>
<content type='text'>
ok jsing@
</content>
</entry>
<entry>
<title>Microsoft Windows hates BIO_get_accept_socket in portable. Fix it to</title>
<updated>2017-04-30T04:18:58+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-04-30T04:18:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6ccd63d72d8747f9ed7e07cef328fad0dc9fd11b'/>
<id>urn:sha1:6ccd63d72d8747f9ed7e07cef328fad0dc9fd11b</id>
<content type='text'>
not be awful or have any claims on supporting ipv6 when it does so
very badly
ok jsing@
</content>
</entry>
<entry>
<title>Send the function codes from the error functions to the bit bucket,</title>
<updated>2017-01-29T17:49:23+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-01-29T17:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d1f47bd292f36094480caa49ada36b99a69c59b0'/>
<id>urn:sha1:d1f47bd292f36094480caa49ada36b99a69c59b0</id>
<content type='text'>
as was done earlier in libssl. Thanks inoguchi@ for noticing
libssl had more reacharounds into this.
ok jsing@ inoguchi@
</content>
</entry>
<entry>
<title>Delete completely useless crap and just use getaddrinfo. Fix man page</title>
<updated>2016-12-20T23:14:37+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2016-12-20T23:14:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=116818f5128b40cefcc5d534e399c4feccf9fae0'/>
<id>urn:sha1:116818f5128b40cefcc5d534e399c4feccf9fae0</id>
<content type='text'>
while we're at it.
Note for the nostalgic, since "wais" is still an alias in /etc/services
it will continue to work..
ok deraadt@ millert@ krw@
</content>
</entry>
<entry>
<title>Move Windows OS-specific functions to make porting easier.</title>
<updated>2014-12-03T22:14:38+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2014-12-03T22:14:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dce88910ead3a43bc663d7d9e46e2689189ac19d'/>
<id>urn:sha1:dce88910ead3a43bc663d7d9e46e2689189ac19d</id>
<content type='text'>
Several functions that need to be redefined for a Windows port are right
in the middle of other code that is relatively portable. This patch
isolates the functions that need Windows-specific implementations so
they can be built conditionally in the portable tree.

ok jsing@ deraadt@
</content>
</entry>
<entry>
<title>We're not supporting 16-bit Windows, remove cast.</title>
<updated>2014-12-03T21:55:51+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2014-12-03T21:55:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e9c7fab3c1b81bc2fc3cb67e4193168f2a194984'/>
<id>urn:sha1:e9c7fab3c1b81bc2fc3cb67e4193168f2a194984</id>
<content type='text'>
ok jsing@ deraadt@
</content>
</entry>
</feed>
