<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/man, branch libressl-v2.0.6</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.0.6</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.0.6'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2014-07-11T17:43:41+00:00</updated>
<entry>
<title>missing \</title>
<updated>2014-07-11T17:43:41+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-07-11T17:43:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3e570cb318ceee5c81f59c7274edf7bd09d9001b'/>
<id>urn:sha1:3e570cb318ceee5c81f59c7274edf7bd09d9001b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>formatting</title>
<updated>2014-07-11T17:18:11+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2014-07-11T17:18:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=82d8cd38b52cca2facdb4e4a2e5509f14fc21742'/>
<id>urn:sha1:82d8cd38b52cca2facdb4e4a2e5509f14fc21742</id>
<content type='text'>
ok bcook@
</content>
</entry>
<entry>
<title>Modify formatting to make portable's life a lot easier.</title>
<updated>2014-07-11T16:30:23+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2014-07-11T16:30:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0061f9efa0ee37d4d9732d8dd28084d2f1970cc6'/>
<id>urn:sha1:0061f9efa0ee37d4d9732d8dd28084d2f1970cc6</id>
<content type='text'>
ok miod@ bcook@
</content>
</entry>
<entry>
<title>Huge documentation update for libcrypto and libssl, mostly from Matt Caswell,</title>
<updated>2014-07-11T16:18:14+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-11T16:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5237aad1ecb732073cf0d8a7bcc0f2d4863f7c29'/>
<id>urn:sha1:5237aad1ecb732073cf0d8a7bcc0f2d4863f7c29</id>
<content type='text'>
Jeff Trawick, Jean-Paul Calderone, Michal Bozon, Jeffrey Walton and Rich Salz,
via OpenSSL trunk (with some parts not applying to us, such as SSLv2 support,
at least partially removed).
</content>
</entry>
<entry>
<title>Sync the list of man pages for libcrypto, explicity rename conflicting</title>
<updated>2014-04-16T09:50:10+00:00</updated>
<author>
<name>mpi</name>
<email></email>
</author>
<published>2014-04-16T09:50:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=268a4eddf4b30317b30ec0e3fe3de44a077d1b7a'/>
<id>urn:sha1:268a4eddf4b30317b30ec0e3fe3de44a077d1b7a</id>
<content type='text'>
pages instead of doing it in the Makefiles and move a libssl page where
it belongs.

ok miod@
</content>
</entry>
<entry>
<title>Sync the list of man pages with doc/crypto and doc/ssl.  MLINKS will</title>
<updated>2014-04-14T08:18:40+00:00</updated>
<author>
<name>mpi</name>
<email></email>
</author>
<published>2014-04-14T08:18:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=11446f8c78568cc1e63325f8674e405ede0f5259'/>
<id>urn:sha1:11446f8c78568cc1e63325f8674e405ede0f5259</id>
<content type='text'>
follow soon.

Tweaks from an ok jim@
</content>
</entry>
<entry>
<title>Move build machinery for libcrypto from libssl/crypto to libcrypto, as well</title>
<updated>2014-04-11T22:51:54+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-04-11T22:51:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4362780bc2f199c11d5612e83851f6fc88139d21'/>
<id>urn:sha1:4362780bc2f199c11d5612e83851f6fc88139d21</id>
<content type='text'>
as configuration files; split manpages and .pc files between libcrypto and
libssl.
No functional change, only there to make engineering easier, and libcrypto
sources are still found in libssl/src/crypto at the moment.

ok reyk@, also discussed with deraadt@ beck@ and the usual crypto suspects.
</content>
</entry>
<entry>
<title>* Fix another instance of directly writing to the target with a utility</title>
<updated>2014-03-18T18:48:46+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2014-03-18T18:48:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6d9e5419e69b1cf604d6022bbe30bf7d7451ec5a'/>
<id>urn:sha1:6d9e5419e69b1cf604d6022bbe30bf7d7451ec5a</id>
<content type='text'>
that might fail.
* Keep the build log clean.
* Make sure syntax checks run again when doing:  make clean; make
ok espie@
</content>
</entry>
<entry>
<title>prevent failed command from generating bogus file</title>
<updated>2014-03-18T18:06:25+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2014-03-18T18:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9ef75aa122239dc8172a60d700c4552b17ec6fac'/>
<id>urn:sha1:9ef75aa122239dc8172a60d700c4552b17ec6fac</id>
<content type='text'>
okay guenther@
</content>
</entry>
<entry>
<title>Install a bunch more of OpenSSL manpages.  ok deraadt@</title>
<updated>2013-12-23T00:09:22+00:00</updated>
<author>
<name>jca</name>
<email></email>
</author>
<published>2013-12-23T00:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cb7c5dafb56feec1bf690b3a2894c6661680a6cb'/>
<id>urn:sha1:cb7c5dafb56feec1bf690b3a2894c6661680a6cb</id>
<content type='text'>
</content>
</entry>
</feed>
