<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/man, branch OPENBSD_6_0_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_0_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_0_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2016-07-05T02:54:35+00:00</updated>
<entry>
<title>On systems where we do not have BN_ULLONG defined (most 64-bit systems),</title>
<updated>2016-07-05T02:54:35+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2016-07-05T02:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=29ecf1f5b4cb5a580dcac440216b7127a56e3f84'/>
<id>urn:sha1:29ecf1f5b4cb5a580dcac440216b7127a56e3f84</id>
<content type='text'>
BN_mod_word() can return incorrect results if the supplied modulus is
too big, so we need to fall back to BN_div_word.

Now that BN_mod_word may fail, handle errors properly update the man page.

Thanks to Brian Smith for pointing out these fixes from BoringSSL:

https://boringssl.googlesource.com/boringssl/+/67cb49d045f04973ddba0f92fe8a8ad483c7da89
https://boringssl.googlesource.com/boringssl/+/44bedc348d9491e63c7ed1438db100a4b8a830be

ok beck@
</content>
</entry>
<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>fix the last bunch of NAME sections that were overlooked earlier</title>
<updated>2016-03-26T14:36:37+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-03-26T14:36:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0073f6ca24b1278000926485be175f8f706a8867'/>
<id>urn:sha1:0073f6ca24b1278000926485be175f8f706a8867</id>
<content type='text'>
such that the MLINKS removal can be committed after this;
OK jmc@
</content>
</entry>
<entry>
<title>Remove sentences in RETURN VALUES sections saying that functions with</title>
<updated>2016-03-12T21:31:22+00:00</updated>
<author>
<name>mmcc</name>
<email></email>
</author>
<published>2016-03-12T21:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d7e23979f786be3c146be16ec4363c6da83c906e'/>
<id>urn:sha1:d7e23979f786be3c146be16ec4363c6da83c906e</id>
<content type='text'>
void return types 'return no value'. This is obvious and therefore
unneccessary to mention.

We spare rewind(3)'s sentence because espie@ pointed out that it's a
warning - the function masks a potential error.

This commit also adds a sentence to X509_free clarifying that it's
NULL-safe. This bit was discussed with doug@.

ok martijn@, sentiment supported by schwarze@
</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>ui_new -&gt; UI_new;</title>
<updated>2015-11-15T22:06:51+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2015-11-15T22:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=42c67978b7a48cd55b94760ebd970a53df69566d'/>
<id>urn:sha1:42c67978b7a48cd55b94760ebd970a53df69566d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add mul and mul_add to NAME;</title>
<updated>2015-11-12T09:51:55+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2015-11-12T09:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=162c0cc5a30a453572ea437399279a4e5a0276e0'/>
<id>urn:sha1:162c0cc5a30a453572ea437399279a4e5a0276e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update cross references after deleting the imaginary MLINKS</title>
<updated>2015-11-12T01:07:50+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2015-11-12T01:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cd9cf4a16de9a17957b1a6215b9949d460d1efc9'/>
<id>urn:sha1:cd9cf4a16de9a17957b1a6215b9949d460d1efc9</id>
<content type='text'>
bn_internal(3) and lhash(3)
</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>
</feed>
