<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/err, 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-11T04:05:14+00:00</updated>
<entry>
<title>Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment.</title>
<updated>2015-02-11T04:05:14+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2015-02-11T04:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3fb89787679dd239a55ca0a4e366ad4e2051fe84'/>
<id>urn:sha1:3fb89787679dd239a55ca0a4e366ad4e2051fe84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>get rid of OPENSSL_NO_CMS code we do not use.</title>
<updated>2015-02-11T03:55:42+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2015-02-11T03:55:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1d3b395bb02124e944ce4abc2f2eab59e2cde925'/>
<id>urn:sha1:1d3b395bb02124e944ce4abc2f2eab59e2cde925</id>
<content type='text'>
ok miod@
</content>
</entry>
<entry>
<title>get rid of OPENSSL_NO_COMP code we don't use.</title>
<updated>2015-02-11T03:55:00+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2015-02-11T03:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=49384f270b236eed7954225e699f4fe80c79ac41'/>
<id>urn:sha1:49384f270b236eed7954225e699f4fe80c79ac41</id>
<content type='text'>
jajaja miod@
</content>
</entry>
<entry>
<title>GOST crypto algorithms (well, most of them), ported from the removed GOST</title>
<updated>2014-11-09T19:17:13+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-11-09T19:17:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=35d7dd4666beda50f5094b8804802132fbe722ef'/>
<id>urn:sha1:35d7dd4666beda50f5094b8804802132fbe722ef</id>
<content type='text'>
engine to regular EVP citizens, contributed by Dmitry Eremin-Solenikov;
libcrypto bits only for now.

This is a verbatim import of Dmitry's work, and does not compile in this
state; the forthcoming commits will address these issues.

None of the GOST code is enabled in libcrypto yet, for it still gets
compiled with OPENSSL_NO_GOST defined. However, the public header gost.h
will be installed.
</content>
</entry>
<entry>
<title>Sort/group includes.</title>
<updated>2014-10-18T17:08:32+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-10-18T17:08:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a0127e06cd02757557164a67e47be6e8dff66dd8'/>
<id>urn:sha1:a0127e06cd02757557164a67e47be6e8dff66dd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compile with c89 (code / decl ordering); from Joakim.Tjernlund@transmode.se</title>
<updated>2014-10-05T15:21:48+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-10-05T15:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=37c5730a5e4003f8e145c017a9b52ff46dc576ad'/>
<id>urn:sha1:37c5730a5e4003f8e145c017a9b52ff46dc576ad</id>
<content type='text'>
ok miod
</content>
</entry>
<entry>
<title>constify strerror return value</title>
<updated>2014-08-24T16:11:39+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2014-08-24T16:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7578aa547ab7082a9bb1785cf26323e92b898f79'/>
<id>urn:sha1:7578aa547ab7082a9bb1785cf26323e92b898f79</id>
<content type='text'>
There is no intention to modify the string returned by strerror and
doing so is forbidden by the standard.

from Jonas 'Sortie' Termansen

ok tedu@ deraadt@
</content>
</entry>
<entry>
<title>Revert change that snuck into previous commit.</title>
<updated>2014-07-11T09:25:24+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-11T09:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2d253196e0b39164004660bfe162c4e5dfc0c8f1'/>
<id>urn:sha1:2d253196e0b39164004660bfe162c4e5dfc0c8f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only import cryptlib.h in the four source files that actually need it.</title>
<updated>2014-07-11T08:44:49+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-11T08:44:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=74e2c009c83ad374bd6acdcfc376a384e25ab007'/>
<id>urn:sha1:74e2c009c83ad374bd6acdcfc376a384e25ab007</id>
<content type='text'>
Remove the openssl public includes from cryptlib.h and add a small number
of includes into the source files that actually need them. While here,
also sort/group/tidy the includes.

ok beck@ miod@
</content>
</entry>
<entry>
<title>Remove JPAKE remnants - there is no jpake.h, so if OPENSSL_NO_JPAKE was</title>
<updated>2014-07-11T08:00:25+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-11T08:00:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c87f8e645033cd7c574fb1b91ba5b6ac88bbe032'/>
<id>urn:sha1:c87f8e645033cd7c574fb1b91ba5b6ac88bbe032</id>
<content type='text'>
removed from opensslconf.h, this would no longer compile.
</content>
</entry>
</feed>
