<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/pem/pem.h, 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-08-24T19:51:31+00:00</updated>
<entry>
<title>Change PEM_Sign{Init,Update}() to return an int.</title>
<updated>2018-08-24T19:51:31+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-08-24T19:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bf5473ed3db3f13d45280ab553b3c593d8e311ea'/>
<id>urn:sha1:bf5473ed3db3f13d45280ab553b3c593d8e311ea</id>
<content type='text'>
tested in a bulk by sthen
ok jsing
</content>
</entry>
<entry>
<title>Add const qualifier to the 'name', 'header', and 'data' arguments of</title>
<updated>2018-05-13T10:47:54+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-05-13T10:47:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3b290073d5397f3c36a8cdf72764dc9bed6c5ebd'/>
<id>urn:sha1:3b290073d5397f3c36a8cdf72764dc9bed6c5ebd</id>
<content type='text'>
PEM_write(3) and PEM_write_bio(3).

tested in a bulk build by sthen
ok jsing
</content>
</entry>
<entry>
<title>Place IMPLEMENT_PEM macros under #ifndef LIBRESSL_INTERNAL.</title>
<updated>2016-09-04T16:22:54+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-09-04T16:22:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c0f8a40299f0fbc47e11d8d37df6ecd2deabef60'/>
<id>urn:sha1:c0f8a40299f0fbc47e11d8d37df6ecd2deabef60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tags as requested by miod and tedu</title>
<updated>2014-06-12T15:49:31+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-12T15:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=59f4f2c61d71e266d37dd2fc97615b3fd35b4721'/>
<id>urn:sha1:59f4f2c61d71e266d37dd2fc97615b3fd35b4721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Everything sane has stdio, and FILE *. we don't need ifdefs for this.</title>
<updated>2014-05-29T20:21:23+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2014-05-29T20:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f60b3b3365842d8869513a7e36981671cd726939'/>
<id>urn:sha1:f60b3b3365842d8869513a7e36981671cd726939</id>
<content type='text'>
ok to firebomb from tedu@
</content>
</entry>
<entry>
<title>We don't really to keep history in constructs such as:</title>
<updated>2014-05-26T20:15:29+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-05-26T20:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ad8cdda5e9fdd391ec0e47bb096b12713dc470fc'/>
<id>urn:sha1:ad8cdda5e9fdd391ec0e47bb096b12713dc470fc</id>
<content type='text'>
#if 1 /* new with openssl 0.9.4 */
current code;
#else
obsolete code;
#endif
</content>
</entry>
<entry>
<title>Almost nothing actually needs to include &lt;openssl/e_os2.h&gt;, however by</title>
<updated>2014-05-24T09:16:08+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-05-24T09:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=81c3704f0fa44495d3a569a9f2c35b5bf8bef3be'/>
<id>urn:sha1:81c3704f0fa44495d3a569a9f2c35b5bf8bef3be</id>
<content type='text'>
including it they get &lt;openssl/opensslconf.h&gt;. So instead of pulling in
&lt;openssl/e_os2.h&gt;, just pull in &lt;openssl/opensslconf.h&gt;.

"go ahead" miod@
</content>
</entry>
<entry>
<title>KNF.</title>
<updated>2014-04-21T15:39:52+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-04-21T15:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b746bd9fb2cff6fc7b6ddd888ba614ad9bdb077b'/>
<id>urn:sha1:b746bd9fb2cff6fc7b6ddd888ba614ad9bdb077b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cope with the removal of openssl/symhacks.h</title>
<updated>2014-04-13T23:50:03+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-04-13T23:50:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c25e862c375209c119ed7f44041371dc8f6488a8'/>
<id>urn:sha1:c25e862c375209c119ed7f44041371dc8f6488a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>resolve conflicts, fix local changes</title>
<updated>2010-10-01T22:59:01+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2010-10-01T22:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8922d4bc4a8b8893d72a48deb2cdf58215f98505'/>
<id>urn:sha1:8922d4bc4a8b8893d72a48deb2cdf58215f98505</id>
<content type='text'>
</content>
</entry>
</feed>
