<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/ecdsa, branch libressl-v2.4.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.4.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.4.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-10-16T15:15:39+00:00</updated>
<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>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>Expand ASN.1 template macros - no change in generated assembly.</title>
<updated>2015-07-24T15:51:49+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-07-24T15:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=29a7e5bbbcd8e631ef66c8831fb40f03c4316854'/>
<id>urn:sha1:29a7e5bbbcd8e631ef66c8831fb40f03c4316854</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that the</title>
<updated>2015-02-10T04:01:26+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-10T04:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=64e9476b7bc2ceaca55b2f0f7a5107d5a8838e5d'/>
<id>urn:sha1:64e9476b7bc2ceaca55b2f0f7a5107d5a8838e5d</id>
<content type='text'>
code is visible and functions can be readily located.

Change has been scripted and the generated assembly only differs by changes
to line numbers.

Discussed with beck@ miod@ tedu@
</content>
</entry>
<entry>
<title>Lob a KNF grenade into the ecdsa code.</title>
<updated>2015-02-08T13:35:07+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-08T13:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=82244026401d9ba960370541d549b4371a5e6e76'/>
<id>urn:sha1:82244026401d9ba960370541d549b4371a5e6e76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Delete a lot of #if 0 code in libressl.</title>
<updated>2015-02-07T13:19:15+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-02-07T13:19:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a58e958ffece1b48f50bc090357dee2cd5b1bc20'/>
<id>urn:sha1:a58e958ffece1b48f50bc090357dee2cd5b1bc20</id>
<content type='text'>
There are a few instances where #if 1 is removed but the code remains.

Based on the following OpenSSL commits.  Some of the commits weren't
strictly deletions so they are going to be split up into separate commits.

6f91b017bbb7140f816721141ac156d1b828a6b3
3d47c1d331fdc7574d2275cda1a630ccdb624b08
dfb56425b68314b2b57e17c82c1df42e7a015132
c8fa2356a00cbaada8963f739e5570298311a060
f16a64d11f55c01f56baa62ebf1dec7f8fe718cb
9ccc00ef6ea65567622e40c49aca43f2c6d79cdb
02a938c953b3e1ced71d9a832de1618f907eb96d
75d0ebef2aef7a2c77b27575b8da898e22f3ccd5
d6fbb194095312f4722c81c9362dbd0de66cb656
6f1a93ad111c7dfe36a09a976c4c009079b19ea1
1a5adcfb5edfe23908b350f8757df405b0f5f71f
8de24b792743d11e1d5a0dcd336a49368750c577
a2b18e657ea1a932d125154f4e13ab2258796d90
8e964419603d2478dfb391c66e7ccb2dcc9776b4
32dfde107636ac9bc62a5b3233fe2a54dbc27008

input + ok jsing@, miod@, tedu@
</content>
</entry>
<entry>
<title>Fix a number of issues relating to algorithms in signatures, Mostly</title>
<updated>2015-01-28T04:14:31+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2015-01-28T04:14:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7a956248ef874c38eeabdfa3912c758dbe16c625'/>
<id>urn:sha1:7a956248ef874c38eeabdfa3912c758dbe16c625</id>
<content type='text'>
from OpenSSL with a hint of boring and some things done here. Addresses
CVE-2014-8275 for OpenSSL fully
ok miod@ doug@
</content>
</entry>
<entry>
<title>Make the ECDSA_SIG bowels public. This matches RSA_SIG and DSA_SIG, and we</title>
<updated>2014-11-17T20:25:50+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-11-17T20:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0a4cc04047e923468a974a735845ba9bdb958fda'/>
<id>urn:sha1:0a4cc04047e923468a974a735845ba9bdb958fda</id>
<content type='text'>
expect a good use for this knowledge in the tree in the near future.

Contributed by Vincent Gross, thanks!
</content>
</entry>
</feed>
