<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/ec, branch libressl-v2.3.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.3.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.3.2'/>
<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>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>
<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>
</feed>
