<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/man/Makefile, branch libressl-v2.4.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.4.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.4.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2016-03-30T06:38:43+00:00</updated>
<entry>
<title>for some time now mandoc has not required MLINKS to function</title>
<updated>2016-03-30T06:38:43+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2016-03-30T06:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2cadae282cf8545afbe05fc59db59e3fd30c67e0'/>
<id>urn:sha1:2cadae282cf8545afbe05fc59db59e3fd30c67e0</id>
<content type='text'>
correctly - logically complete that now by removing MLINKS from base;

authors need only to ensure there is an entry in NAME for any function/
util being added. MLINKS will still work, and remain for perl to ease
upgrades;

ok nicm (curses) bcook (ssl)
ok schwarze, who provided a lot of feedback and assistance
ok tb natano jung
</content>
</entry>
<entry>
<title>Correct file name, no text change (no history yet, but sorry for the churn).</title>
<updated>2015-11-24T19:36:35+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2015-11-24T19:36:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0dbd386e3a1720959cdaa0731b8feb9c2c5b62dd'/>
<id>urn:sha1:0dbd386e3a1720959cdaa0731b8feb9c2c5b62dd</id>
<content type='text'>
Issue noticed by jmc@, OK jmc@.
</content>
</entry>
<entry>
<title>Partial revert of revision 1.26:</title>
<updated>2015-11-21T14:20:07+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2015-11-21T14:20:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=730c3717ada7eccd975d1429ac21188b1731a372'/>
<id>urn:sha1:730c3717ada7eccd975d1429ac21188b1731a372</id>
<content type='text'>
Do *not* install the CMS_* manuals for now given that the code is
currently disabled.  Cluestick applied by jsing@.
</content>
</entry>
<entry>
<title>Convert the handful of manuals that had imaginary names,</title>
<updated>2015-11-12T00:55:49+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2015-11-12T00:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f6fb651984e778ed504d05ec0e403437b6f5812c'/>
<id>urn:sha1:f6fb651984e778ed504d05ec0e403437b6f5812c</id>
<content type='text'>
give them names that really exist.
This also helps jmc@'s ongoing work on improving NAME sections.
</content>
</entry>
<entry>
<title>add missing functions to NAME, or otherwise correct the mlink</title>
<updated>2015-11-11T22:14:40+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2015-11-11T22:14:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=251c498bba914eb02ecd355c711ac859eca19c90'/>
<id>urn:sha1:251c498bba914eb02ecd355c711ac859eca19c90</id>
<content type='text'>
entry for them;

feedback/ok schwarze
</content>
</entry>
<entry>
<title>Convert five more manuals from POD to mdoc.</title>
<updated>2015-11-11T21:15:15+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2015-11-11T21:15:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a221ac3c250654f840fbbc40b377567a6a36d33c'/>
<id>urn:sha1:a221ac3c250654f840fbbc40b377567a6a36d33c</id>
<content type='text'>
I found drafts of these in my tree, probably originally from
Max Fillinger, that just needed minor polishing.
</content>
</entry>
<entry>
<title>Convert and enable CMS manuals.</title>
<updated>2015-11-11T18:36:48+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2015-11-11T18:36:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=010da91741722964cdcf5787d97f6abffb58aabc'/>
<id>urn:sha1:010da91741722964cdcf5787d97f6abffb58aabc</id>
<content type='text'>
Already some time ago, bcook@ said these can be installed.
</content>
</entry>
<entry>
<title>Add EVP_AEAD_CTX_init(3) manpage to document the new(ish) AEAD API.</title>
<updated>2015-10-14T07:41:28+00:00</updated>
<author>
<name>reyk</name>
<email></email>
</author>
<published>2015-10-14T07:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9fee752a9626100a2cde1d90c2e54aabef4f5397'/>
<id>urn:sha1:9fee752a9626100a2cde1d90c2e54aabef4f5397</id>
<content type='text'>
The "authenticated encryption with additional data" API is used for
ciphers like AES-GCM or ChaCha20-Poly1305.  The manpage is a beginning
and certainly needs more work, especially improvements in the EXAMPLES
section.

Based on agl's source code comments.
Converted from pod to mandoc by schwarze@

OK schwarze@ jsing@
</content>
</entry>
<entry>
<title>Remove more EVP_sha() SHA-0 references.</title>
<updated>2015-09-17T14:43:23+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2015-09-17T14:43:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e3b81c11125abd29954e4494fc0ea9ea3ed35c38'/>
<id>urn:sha1:e3b81c11125abd29954e4494fc0ea9ea3ed35c38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Temporarily revive MD4 for MS CHAP support.</title>
<updated>2015-09-14T01:45:03+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-09-14T01:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ea990ff7851a189e7a61b56357a6d6e0de88a040'/>
<id>urn:sha1:ea990ff7851a189e7a61b56357a6d6e0de88a040</id>
<content type='text'>
</content>
</entry>
</feed>
