<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl, branch libressl-v2.1.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.1.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.1.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2014-12-08T03:54:19+00:00</updated>
<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>Make GOST compile with a strict C compiler - in this case incrementing a</title>
<updated>2014-12-07T16:33:51+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-12-07T16:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ee67fae33e31b0a137774a402a100e614c3cbc9d'/>
<id>urn:sha1:ee67fae33e31b0a137774a402a100e614c3cbc9d</id>
<content type='text'>
void pointer is undefined and initialising an array with {} is a syntax
error.

Based on a diff from kinichiro inoguchi.
</content>
</entry>
<entry>
<title>Correctly output the result in STREEBOG512_Final() when running on a big-endian</title>
<updated>2014-12-07T16:07:56+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-12-07T16:07:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9dcd1d10adfff562d2544201168edd392ce8c05a'/>
<id>urn:sha1:9dcd1d10adfff562d2544201168edd392ce8c05a</id>
<content type='text'>
system. *blush*
</content>
</entry>
<entry>
<title>Make sure to load absolute symbol address with `dla' instead of `la' when</title>
<updated>2014-12-07T15:55:58+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-12-07T15:55:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=afd8fbfad682973b2970228a5a1fd7e5a19f0cb4'/>
<id>urn:sha1:afd8fbfad682973b2970228a5a1fd7e5a19f0cb4</id>
<content type='text'>
generating code for 64-bit mips userland.
</content>
</entry>
<entry>
<title>Remove OPENSSL_FIPSCANISTER mentions.</title>
<updated>2014-12-07T15:37:27+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-12-07T15:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7791c532168af515a1d14ad730289593f6fd18a9'/>
<id>urn:sha1:7791c532168af515a1d14ad730289593f6fd18a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove get_optional_pkey_id() - it is a hack that existed due to GOST</title>
<updated>2014-12-07T12:13:06+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-12-07T12:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c9a56f5b6b9be93d7b9773dc5ec926d954765dec'/>
<id>urn:sha1:c9a56f5b6b9be93d7b9773dc5ec926d954765dec</id>
<content type='text'>
only sometimes being available... and when it was available it was via
the crypto engine. GOST is now part of libcrypto proper.

Instead of trying to do EVP PKEY lookups via string literals and the
ASN1 interfaces, lookup the methods directly using the appropriate NID.

ok bcook@
</content>
</entry>
<entry>
<title>fix manual names that clash with other manuals</title>
<updated>2014-12-06T23:39:35+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2014-12-06T23:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b7015e06cfcf095d381ce7057c66453f1b2f8902'/>
<id>urn:sha1:b7015e06cfcf095d381ce7057c66453f1b2f8902</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add.</title>
<updated>2014-12-06T19:26:37+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2014-12-06T19:26:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c0f239a5bb562e1815cb2ae500592f95db239eda'/>
<id>urn:sha1:c0f239a5bb562e1815cb2ae500592f95db239eda</id>
<content type='text'>
If X509_TRUST_add() or X509_PURPOSE_add() fail, they will leave the
object in an inconsistent state since the name is already freed.
This commit avoids changing the original name unless the *_add() call
will succeed.

Based on BoringSSL's commit: ab2815eaff6219ef57aedca2f7b1b72333c27fd0

ok miod@
</content>
</entry>
<entry>
<title>Remove now bogus comment that got missed in the GOST commit.</title>
<updated>2014-12-06T15:27:45+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-12-06T15:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fed0b7e42622419af9ade394ab4995e07d15549f'/>
<id>urn:sha1:fed0b7e42622419af9ade394ab4995e07d15549f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some horrible style(9) violations...</title>
<updated>2014-12-06T15:25:40+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-12-06T15:25:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9f4366ea97b970bb1af9ce31247381b15198cf4c'/>
<id>urn:sha1:9f4366ea97b970bb1af9ce31247381b15198cf4c</id>
<content type='text'>
</content>
</entry>
</feed>
