<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/ec, branch libressl-v2.3.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.3.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.3.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-09-10T15:56:26+00:00</updated>
<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>
<entry>
<title>Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated</title>
<updated>2015-07-29T14:58:34+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-07-29T14:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2186614b2e5af6bbfcc1a9f8898ac11ea9c93faf'/>
<id>urn:sha1:2186614b2e5af6bbfcc1a9f8898ac11ea9c93faf</id>
<content type='text'>
assembly.

ok bcook@
</content>
</entry>
<entry>
<title>Expand ASN.1 template macros - the generated assembly only differs by</title>
<updated>2015-07-25T14:36:39+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-07-25T14:36:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=18ce2b1a5b87510b6193b7bae2d361bed8947c50'/>
<id>urn:sha1:18ce2b1a5b87510b6193b7bae2d361bed8947c50</id>
<content type='text'>
changes to line numbers.
</content>
</entry>
<entry>
<title>Handle NIST curve names.</title>
<updated>2015-06-20T14:19:39+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-06-20T14:19:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7952de62f93f53addb3723fb2fc924567c1a800d'/>
<id>urn:sha1:7952de62f93f53addb3723fb2fc924567c1a800d</id>
<content type='text'>
From OpenSSL.

ok miod@ (a while ago)
</content>
</entry>
<entry>
<title>Have ECPKParameters_print() include the NIST curve name, if known.</title>
<updated>2015-06-20T14:17:07+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-06-20T14:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ded448f71012b0548efd5420fe57e9ee3906bc0e'/>
<id>urn:sha1:ded448f71012b0548efd5420fe57e9ee3906bc0e</id>
<content type='text'>
From OpenSSL.

ok miod@ (a while ago).
</content>
</entry>
<entry>
<title>Provide EC_curve_nid2nist() and EC_curve_nist2nid().</title>
<updated>2015-06-20T13:26:08+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-06-20T13:26:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f0a26ed4eda985998a75328b19008d031dc9b65f'/>
<id>urn:sha1:f0a26ed4eda985998a75328b19008d031dc9b65f</id>
<content type='text'>
From OpenSSL.

Rides libcrypto bump.

ok miod@ (a while ago)
</content>
</entry>
<entry>
<title>No need to check the return value of memcpy() if you actually checked this</title>
<updated>2015-05-20T04:33:35+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-05-20T04:33:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b4161a0eddcbbd3eef0ef0cd3f21b617d32177c3'/>
<id>urn:sha1:b4161a0eddcbbd3eef0ef0cd3f21b617d32177c3</id>
<content type='text'>
pointer for NULL the line above; ok doug@
</content>
</entry>
<entry>
<title>Add missing BN_CTX_end() calls.</title>
<updated>2015-04-29T00:11:12+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-04-29T00:11:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7ddad7b77b00aa2097c75fdeb29c69c61e6b4c5b'/>
<id>urn:sha1:7ddad7b77b00aa2097c75fdeb29c69c61e6b4c5b</id>
<content type='text'>
After calling BN_CTX_start(), there must be a BN_CTX_end() before
returning.  There were missing BN_CTX_end() calls in error paths.  One diff
chunk was simply removing redundant code related to this.

ok deraadt@
</content>
</entry>
<entry>
<title>Fix a memory leak in an error path.</title>
<updated>2015-03-20T03:02:51+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-03-20T03:02:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ab347d38e6b377abe52b35915b4a6966cd77cf84'/>
<id>urn:sha1:ab347d38e6b377abe52b35915b4a6966cd77cf84</id>
<content type='text'>
From OpenSSL commit 5e5d53d341fd9a9b9cc0a58eb3690832ca7a511f.

ok guenther@, logan@
</content>
</entry>
</feed>
