<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/asn1, 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 obsolete M_ASN1_STRING_* macros in asn1_lib.c, apply some style(9)</title>
<updated>2015-07-29T14:53:20+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-07-29T14:53:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f9a884dce706dbca9d2a61fd5ff1ba2b0491f436'/>
<id>urn:sha1:f9a884dce706dbca9d2a61fd5ff1ba2b0491f436</id>
<content type='text'>
and drop an unnecessary return from a void function.

ok bcook@ doug@
</content>
</entry>
<entry>
<title>Less asn1_mac.h - asn1_lib.c does not need it and x_pkey.c should be</title>
<updated>2015-07-27T12:53:56+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-07-27T12:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a0676f8c3cae178ba666f10f56e6bcc1d15ebb8c'/>
<id>urn:sha1:a0676f8c3cae178ba666f10f56e6bcc1d15ebb8c</id>
<content type='text'>
using ASN1err() instead of ASN1_MAC_H_err().

ok miod@
</content>
</entry>
<entry>
<title>Place the ASN.1 template macros (and remaining implement macros) under</title>
<updated>2015-07-25T17:20:02+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-07-25T17:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=49c1cc5d782ae067a7e3d98a5b16f738ee69a2b6'/>
<id>urn:sha1:49c1cc5d782ae067a7e3d98a5b16f738ee69a2b6</id>
<content type='text'>
#ifndef LIBRESSL_INTERNAL - we're not using these anymore!
</content>
</entry>
<entry>
<title>Manually expand ASN.1 template macros - only change in generated assembly</title>
<updated>2015-07-25T17:07:17+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-07-25T17:07:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ccc1915da4f36aa6972b8d8dcdde6fd01c73fe06'/>
<id>urn:sha1:ccc1915da4f36aa6972b8d8dcdde6fd01c73fe06</id>
<content type='text'>
is due to line numbering.
</content>
</entry>
<entry>
<title>Expand ASN1_ITEM_TEMPLATE/ASN1_EX_TEMPLATE_TYPE/ASN1_ITEM_TEMPLATE_END</title>
<updated>2015-07-24T15:09:52+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-07-24T15:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1e673b126ab87b6473d7eb7936ba96a175d35e6e'/>
<id>urn:sha1:1e673b126ab87b6473d7eb7936ba96a175d35e6e</id>
<content type='text'>
macros - the generated assembly only differs by changes to line numbers.
</content>
</entry>
<entry>
<title>Expand IMPLEMENT_ASN1_MSTRING macros - the generated assembly only differs</title>
<updated>2015-07-24T13:49:58+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-07-24T13:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e5a18b58055480f5e4f8e380030bf5c294640b0d'/>
<id>urn:sha1:e5a18b58055480f5e4f8e380030bf5c294640b0d</id>
<content type='text'>
by changes to line numbers.
</content>
</entry>
<entry>
<title>Use V_ASN1_UNDEF instead of -1.</title>
<updated>2015-07-20T15:43:23+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-07-20T15:43:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7062d91530e6dcda56380eb82838a24a9804c3b5'/>
<id>urn:sha1:7062d91530e6dcda56380eb82838a24a9804c3b5</id>
<content type='text'>
Make sure ASN1_primitive_new() will return NULL in *pval in all error
situations.

ok bcook@ doug@
</content>
</entry>
</feed>
