<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/ec, branch OPENBSD_6_3_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_3_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_3_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2018-03-16T12:31:09+00:00</updated>
<entry>
<title>Consistently spell "IPsec" in comments and debug outputs.</title>
<updated>2018-03-16T12:31:09+00:00</updated>
<author>
<name>mpi</name>
<email></email>
</author>
<published>2018-03-16T12:31:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fff8a131f135f1fbf7f3be0a83d4d66a79766454'/>
<id>urn:sha1:fff8a131f135f1fbf7f3be0a83d4d66a79766454</id>
<content type='text'>
From Raf Czlonka, ok sthen@
</content>
</entry>
<entry>
<title>Fix for processing of EC public key</title>
<updated>2018-03-12T13:14:21+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2018-03-12T13:14:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b4ddb0f51fc8a6934ca72ca243bd2e1237e3db44'/>
<id>urn:sha1:b4ddb0f51fc8a6934ca72ca243bd2e1237e3db44</id>
<content type='text'>
Prevents segmentation fault while reading EC private key without public key.
Generates missing EC public key when reading EC private key.

Refer to these OpenSSL commits:
1f2b943254ce590867717375e4f364860a9b7154
2083f7c465d07867dd9867b8742bb71c03d1f203

Reported on GitHub https://github.com/libressl-portable/portable/issues/395
by Anton Bukov (@k06a) .

ok beck@
</content>
</entry>
<entry>
<title>Avoid a potential NULL pointer dereference in d2i_ECPrivateKey().</title>
<updated>2017-05-26T16:32:14+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-05-26T16:32:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4e14b65a83270a299f916c446d8d04a894ff7d7b'/>
<id>urn:sha1:4e14b65a83270a299f916c446d8d04a894ff7d7b</id>
<content type='text'>
Reported by Robert Swiecki, who found the issue using honggfuzz.

ok bcook@
</content>
</entry>
<entry>
<title>use freezero() instead of memset/explicit_bzero + free.  Substantially</title>
<updated>2017-05-02T03:59:45+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2017-05-02T03:59:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5904cc0e04409fde39a97e6580535da34eeb4291'/>
<id>urn:sha1:5904cc0e04409fde39a97e6580535da34eeb4291</id>
<content type='text'>
reduces conditional logic (-218, +82).

MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH cache alignment calculation bn/bn_exp.c
wasn'tt quite right.  Two other tricky bits with ASN1_STRING_FLAG_NDEF and
BN_FLG_STATIC_DATA where the condition cannot be collapsed completely.

Passes regress.  ok beck
</content>
</entry>
<entry>
<title>Send the function codes from the error functions to the bit bucket,</title>
<updated>2017-01-29T17:49:23+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-01-29T17:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d1f47bd292f36094480caa49ada36b99a69c59b0'/>
<id>urn:sha1:d1f47bd292f36094480caa49ada36b99a69c59b0</id>
<content type='text'>
as was done earlier in libssl. Thanks inoguchi@ for noticing
libssl had more reacharounds into this.
ok jsing@ inoguchi@
</content>
</entry>
<entry>
<title>Add ct and nonct versions of BN_mod_inverse for internal use</title>
<updated>2017-01-21T11:00:47+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-01-21T11:00:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=48df727a3547375dae8622c34fb55bdf5ef2c44c'/>
<id>urn:sha1:48df727a3547375dae8622c34fb55bdf5ef2c44c</id>
<content type='text'>
ok jsing@
</content>
</entry>
<entry>
<title>Explicitly export a list of symbols from libcrypto.</title>
<updated>2016-12-21T15:49:29+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-12-21T15:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=18adabd97858ed28289c9dc31e8042c515840be4'/>
<id>urn:sha1:18adabd97858ed28289c9dc31e8042c515840be4</id>
<content type='text'>
Move the "internal" BN functions from bn.h to bn_lcl.h and stop exporting
the bn_* symbols. These are documented as only being intended for internal
use, so why they were placed in a public header is beyond me...

This hides 363 previously exported symbols, most of which exist in headers
that are not installed and were never intended to be public. This also
removes a few crusty old things that should have died long ago (like
_ossl_old_des_read_pw). But don't worry... there are still 3451 symbols
exported from the library.

With input and testing from inoguchi@.

ok beck@ inoguchi@
</content>
</entry>
<entry>
<title>Add assembler code for the nist 256-bit GFp curve, written initially by</title>
<updated>2016-11-04T17:33:20+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2016-11-04T17:33:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c25bd6f14a47d7516c4d4e740952129f29e02a36'/>
<id>urn:sha1:c25bd6f14a47d7516c4d4e740952129f29e02a36</id>
<content type='text'>
Intel. Obtained from BoringSSL, with some integration work borrowed from
OpenSSL 1.0.2; assembler code for arm and sparc64 borrowed from OpenSSL 1.1.0.

None of this code is enabled in libcrypto yet.

ok beck@ jsing@
</content>
</entry>
<entry>
<title>unifdef OPENSSL_NO_CMS</title>
<updated>2016-10-19T16:49:11+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-10-19T16:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2a3b8c956b102b5686a0e8569612a0edb275f365'/>
<id>urn:sha1:2a3b8c956b102b5686a0e8569612a0edb275f365</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove unused variable</title>
<updated>2016-09-03T12:10:40+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2016-09-03T12:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9cdc5c3485e3a4b0dcea390a07961c11306effc9'/>
<id>urn:sha1:9cdc5c3485e3a4b0dcea390a07961c11306effc9</id>
<content type='text'>
</content>
</entry>
</feed>
