<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/ec, branch libressl-v2.4.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.4.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.4.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2016-03-20T16:50:29+00:00</updated>
<entry>
<title>" the the " -&gt; " the ", or in a couple of cases replace the superfluous</title>
<updated>2016-03-20T16:50:29+00:00</updated>
<author>
<name>krw</name>
<email></email>
</author>
<published>2016-03-20T16:50:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c120bd5bf8e2841c2abad409f69a00b7790e4935'/>
<id>urn:sha1:c120bd5bf8e2841c2abad409f69a00b7790e4935</id>
<content type='text'>
"the" with the obviously intended word.

Started with a "the the" spotted by Mihal Mazurek.
</content>
</entry>
<entry>
<title>Add error handling to the remaining calls to bn_wexpand().</title>
<updated>2016-03-12T21:44:11+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2016-03-12T21:44:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0ff254bfb6289f6163d5eb805b19dd60ad3499cc'/>
<id>urn:sha1:0ff254bfb6289f6163d5eb805b19dd60ad3499cc</id>
<content type='text'>
Noticed by pascal-cuoq from Github:
https://github.com/libressl-portable/openbsd/issues/56

ok beck@
</content>
</entry>
<entry>
<title>http -&gt; https for a few more IETF URLs in comments or man pages</title>
<updated>2016-03-10T23:21:46+00:00</updated>
<author>
<name>mmcc</name>
<email></email>
</author>
<published>2016-03-10T23:21:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=611da161680b9bef86bcb6214e04eede1f25d9c4'/>
<id>urn:sha1:611da161680b9bef86bcb6214e04eede1f25d9c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove pointless externs - the structs are declared in the same files a</title>
<updated>2015-10-16T15:15:39+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-10-16T15:15:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9132f9498abbc2c0c38a92317588c5636bd12e80'/>
<id>urn:sha1:9132f9498abbc2c0c38a92317588c5636bd12e80</id>
<content type='text'>
few lines above.
</content>
</entry>
<entry>
<title>Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_const</title>
<updated>2015-10-16T15:12:30+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-10-16T15:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d18b21becd3281309b1362e5ba5a508bc3d68812'/>
<id>urn:sha1:d18b21becd3281309b1362e5ba5a508bc3d68812</id>
<content type='text'>
macros. The only change in the generated assembly is due to line numbering.
</content>
</entry>
<entry>
<title>Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const.</title>
<updated>2015-10-16T15:09:28+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-10-16T15:09:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9a104483e2bc4672e5075a2df8560c8a04e2e09a'/>
<id>urn:sha1:9a104483e2bc4672e5075a2df8560c8a04e2e09a</id>
<content type='text'>
DECLARE_ASN1_FUNCTIONS_const already includes this macro so using both
means we end up with duplicate function prototypes and externs.
</content>
</entry>
<entry>
<title>Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into an</title>
<updated>2015-10-13T15:25:18+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-10-13T15:25:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=806c5b40bbd3b0ebf4c6dc188e025d4d442a4d33'/>
<id>urn:sha1:806c5b40bbd3b0ebf4c6dc188e025d4d442a4d33</id>
<content type='text'>
actual function. This removes the last ASN1_dup_of usage from the tree.

Feedback from doug@ and miod@
</content>
</entry>
<entry>
<title>Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls to</title>
<updated>2015-09-29T13:54:40+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-09-29T13:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7ee31307a09e454f1d18f1904dbae11610fd0b50'/>
<id>urn:sha1:7ee31307a09e454f1d18f1904dbae11610fd0b50</id>
<content type='text'>
ASN1_BIT_STRING_(new|free).

ok beck@ doug@
</content>
</entry>
<entry>
<title>Correct spelling of OPENSSL_cleanse.</title>
<updated>2015-09-10T15:56:26+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-09-10T15:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=647569a51c1530d10e75e272f0982682f696caa7'/>
<id>urn:sha1:647569a51c1530d10e75e272f0982682f696caa7</id>
<content type='text'>
ok miod@
</content>
</entry>
<entry>
<title>Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*.</title>
<updated>2015-09-10T14:29:22+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-09-10T14:29:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=042566777cf875963166de1833bbe477f0ac3f64'/>
<id>urn:sha1:042566777cf875963166de1833bbe477f0ac3f64</id>
<content type='text'>
This is not the same as the macro expansion, however the ASN1_STRING_*
functions do match the macro expansions.

ok doug@ miod@
</content>
</entry>
</feed>
