<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/bio, 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>2015-02-12T03:54:07+00:00</updated>
<entry>
<title>If you do not support POSIX I/O then you're not tall enough to ride...</title>
<updated>2015-02-12T03:54:07+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-12T03:54:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1c7b61ccfe1cdbe10dcf7459d3bc363f5c3c6b4d'/>
<id>urn:sha1:1c7b61ccfe1cdbe10dcf7459d3bc363f5c3c6b4d</id>
<content type='text'>
ok tedu@
</content>
</entry>
<entry>
<title>Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last</title>
<updated>2015-02-10T11:22:22+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-10T11:22:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f615895acf9eb579a4183eb9a32ea5ab0e2d7cb6'/>
<id>urn:sha1:f615895acf9eb579a4183eb9a32ea5ab0e2d7cb6</id>
<content type='text'>
15 years.
</content>
</entry>
<entry>
<title>Jettison SCTP support in BIO dgram.</title>
<updated>2015-02-09T10:55:33+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-09T10:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9e99e3c7210b10eacf8cf3b559238c15b31f6438'/>
<id>urn:sha1:9e99e3c7210b10eacf8cf3b559238c15b31f6438</id>
<content type='text'>
OpenBSD does not have SCTP support and it sees little use in the wild.
OPENSSL_NO_SCTP is already specified via opensslfeatures.h, hence this
is a code removal only and symbols should remain unchanged.

ok beck@ miod@ tedu@
</content>
</entry>
<entry>
<title>Delete a lot of #if 0 code in libressl.</title>
<updated>2015-02-07T13:19:15+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-02-07T13:19:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a58e958ffece1b48f50bc090357dee2cd5b1bc20'/>
<id>urn:sha1:a58e958ffece1b48f50bc090357dee2cd5b1bc20</id>
<content type='text'>
There are a few instances where #if 1 is removed but the code remains.

Based on the following OpenSSL commits.  Some of the commits weren't
strictly deletions so they are going to be split up into separate commits.

6f91b017bbb7140f816721141ac156d1b828a6b3
3d47c1d331fdc7574d2275cda1a630ccdb624b08
dfb56425b68314b2b57e17c82c1df42e7a015132
c8fa2356a00cbaada8963f739e5570298311a060
f16a64d11f55c01f56baa62ebf1dec7f8fe718cb
9ccc00ef6ea65567622e40c49aca43f2c6d79cdb
02a938c953b3e1ced71d9a832de1618f907eb96d
75d0ebef2aef7a2c77b27575b8da898e22f3ccd5
d6fbb194095312f4722c81c9362dbd0de66cb656
6f1a93ad111c7dfe36a09a976c4c009079b19ea1
1a5adcfb5edfe23908b350f8757df405b0f5f71f
8de24b792743d11e1d5a0dcd336a49368750c577
a2b18e657ea1a932d125154f4e13ab2258796d90
8e964419603d2478dfb391c66e7ccb2dcc9776b4
32dfde107636ac9bc62a5b3233fe2a54dbc27008

input + ok jsing@, miod@, tedu@
</content>
</entry>
<entry>
<title>Fix a memory leak in bss_dgram.</title>
<updated>2015-01-12T02:15:23+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-01-12T02:15:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=96638f9d72621d2898d50d3cdb83ab1ac716b3b6'/>
<id>urn:sha1:96638f9d72621d2898d50d3cdb83ab1ac716b3b6</id>
<content type='text'>
Free data-&gt;saved_message.data.  Based on OpenSSL commit:
41cd41c4416f545a18ead37e09e437c75fa07c95 except this version sets a-&gt;ptr
to NULL to avoid accidental reuse and handles malloc failing.

ok beck@, input + ok miod@
</content>
</entry>
<entry>
<title>Fix incorrect OPENSSL_assert() usage.</title>
<updated>2015-01-03T18:07:29+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-01-03T18:07:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e6a61956e539a81a140db172e1a22774d3ff7077'/>
<id>urn:sha1:e6a61956e539a81a140db172e1a22774d3ff7077</id>
<content type='text'>
Instead of asserting, return an error code for I/O errors.  This is based
on OpenSSL commit 2521fcd8527008ceb3e4748f95b0ed4e2d70cfef.  Added checks
for two calloc()s while I'm here.

ok miod@
</content>
</entry>
<entry>
<title>Use platform-defined method of printing a pointer.</title>
<updated>2014-12-08T03:54:19+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2014-12-08T03:54:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=41c42b2f9ee7871cfe1b0d9efed171117f462833'/>
<id>urn:sha1:41c42b2f9ee7871cfe1b0d9efed171117f462833</id>
<content type='text'>
Casting a pointer to an unsigned long discards bits on an LLP64 system.

ok deraadt@
</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>
<entry>
<title>remove superflous gettimeofday wrapper.</title>
<updated>2014-11-26T05:41:44+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2014-11-26T05:41:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=55d80a958d30d205c03e1b28a8d9e28eb269f472'/>
<id>urn:sha1:55d80a958d30d205c03e1b28a8d9e28eb269f472</id>
<content type='text'>
ok beck@ tedu@ miod@ guenther@ doug@ deraadt@
</content>
</entry>
</feed>
