<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/ec, branch libressl-v2.1.4</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.1.4</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.1.4'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-02-15T08:44:35+00:00</updated>
<entry>
<title>In ec_wNAF_mul(), move the declaration of tmp_wNAF higher in scope, so that</title>
<updated>2015-02-15T08:44:35+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-02-15T08:44:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c6eb3f8c9d385d5eea6e7ce1ea2b6dae6e492e69'/>
<id>urn:sha1:c6eb3f8c9d385d5eea6e7ce1ea2b6dae6e492e69</id>
<content type='text'>
all the function's exit paths can make sure it gets freed. Coverity CID 78861
tweaks &amp; ok doug@ jsing@
</content>
</entry>
<entry>
<title>fix leaking of bn, coverity issue 105351</title>
<updated>2015-02-13T00:46:03+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2015-02-13T00:46:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=17f71011dbdc7843cd4ccd2adcf653f7affcbda4'/>
<id>urn:sha1:17f71011dbdc7843cd4ccd2adcf653f7affcbda4</id>
<content type='text'>
ok doug@
</content>
</entry>
<entry>
<title>Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment.</title>
<updated>2015-02-11T04:05:14+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2015-02-11T04:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3fb89787679dd239a55ca0a4e366ad4e2051fe84'/>
<id>urn:sha1:3fb89787679dd239a55ca0a4e366ad4e2051fe84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>get rid of OPENSSL_NO_CMS code we do not use.</title>
<updated>2015-02-11T03:55:42+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2015-02-11T03:55:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1d3b395bb02124e944ce4abc2f2eab59e2cde925'/>
<id>urn:sha1:1d3b395bb02124e944ce4abc2f2eab59e2cde925</id>
<content type='text'>
ok miod@
</content>
</entry>
<entry>
<title>Expand the IMPLEMENT_ASN1_ALLOC_FUNCTIONS macro so that the code is visible</title>
<updated>2015-02-10T05:43:09+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-10T05:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b1be002aeeeff92b2512bac9a5dca751f2dfbd81'/>
<id>urn:sha1:b1be002aeeeff92b2512bac9a5dca751f2dfbd81</id>
<content type='text'>
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>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>BN_CTX_get() can fail - consistently check its return value.</title>
<updated>2015-02-09T15:49:22+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-09T15:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=15dc63f9715f4f10924a705d6a4cc564afe2129e'/>
<id>urn:sha1:15dc63f9715f4f10924a705d6a4cc564afe2129e</id>
<content type='text'>
There are currently cases where the return from each call is checked,
the return from only the last call is checked and cases where it is not
checked at all (including code in bn, ec and engine).

Checking the last return value is valid as once the function fails it will
continue to return NULL. However, in order to be consistent check each
call with the same idiom. This makes it easy to verify.

Note there are still a handful of cases that do not follow the idiom -
these will be handled separately.

ok beck@ doug@
</content>
</entry>
<entry>
<title>Remove unused GOST test that prevents clang from building libcrypto.</title>
<updated>2015-02-09T01:12:03+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-02-09T01:12:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=47bae48c6c5a2040c5237470052aaa7d720c3040'/>
<id>urn:sha1:47bae48c6c5a2040c5237470052aaa7d720c3040</id>
<content type='text'>
clang warns that it is unused and we have -Werror enabled.  This test isn't
hooked up to anything yet.  We can add it back with a future GOST update.

clang 3.5 can now build libssl and libcrypto as long as you use
CFLAGS=-Wno-pointer-sign.

"seems reasonable" bcook@, miod@
</content>
</entry>
<entry>
<title>Use `&gt; 0' instead of `!= 0' as a successful condition for</title>
<updated>2015-02-08T22:25:03+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-02-08T22:25:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6f9f33882d30bbe9a307e44c69c4f3e22302b332'/>
<id>urn:sha1:6f9f33882d30bbe9a307e44c69c4f3e22302b332</id>
<content type='text'>
EC_POINT_is_at_infinity() and EC_POINT_is_on_curve(), for they may return -1
should an error arise.
ok doug@ jsing@
</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>
</feed>
