<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/asn1/a_enum.c, branch OPENBSD_6_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2019-04-28T05:05:56+00:00</updated>
<entry>
<title>Avoid an undefined shift in ASN1_ENUMERATED_get().</title>
<updated>2019-04-28T05:05:56+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2019-04-28T05:05:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fe44082204f24f81db325cbf55029e4281c96659'/>
<id>urn:sha1:fe44082204f24f81db325cbf55029e4281c96659</id>
<content type='text'>
(same fix as in a_int.c rev 1.34)

Fixes oss-fuzz issue #13809

ok beck, jsing
</content>
</entry>
<entry>
<title>Add const to functions in asn1/asn1.h as they did in OpenSSL.</title>
<updated>2018-04-25T11:48:21+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-04-25T11:48:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8092d4e5908838632c7363f83d8b8f13fd30cfaf'/>
<id>urn:sha1:8092d4e5908838632c7363f83d8b8f13fd30cfaf</id>
<content type='text'>
BIO_f_asn1() will be taken care of later.

Tested in a bulk by sthen
ok bcook jca jsing
</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>Replace M_ASN1_ENUMERATED_(free|new) with ASN1_ENUMERATED_(free|new).</title>
<updated>2015-09-30T18:45:56+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-09-30T18:45:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ac924ed52f24557aefa4d6c2d431173717c7a82d'/>
<id>urn:sha1:ac924ed52f24557aefa4d6c2d431173717c7a82d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>a_enum.c used to be a copy of a_int.c with s/INTEGER/ENUMERATED/g , but</title>
<updated>2014-09-21T12:17:42+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-09-21T12:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=55df820956be2fe92a2c7bd7ecc968cf2205a7fe'/>
<id>urn:sha1:55df820956be2fe92a2c7bd7ecc968cf2205a7fe</id>
<content type='text'>
some changes an a_int.c did not get applied to a_enum.c; despite style
changes, make sure BN_to_ASN1_ENUMERATED() correctly handles a zero value
the same way BN_to_ASN1_INTEGER() does.

ok bcook@ beck@ jsing@
</content>
</entry>
<entry>
<title>Only import cryptlib.h in the four source files that actually need it.</title>
<updated>2014-07-11T08:44:49+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-11T08:44:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=74e2c009c83ad374bd6acdcfc376a384e25ab007'/>
<id>urn:sha1:74e2c009c83ad374bd6acdcfc376a384e25ab007</id>
<content type='text'>
Remove the openssl public includes from cryptlib.h and add a small number
of includes into the source files that actually need them. While here,
also sort/group/tidy the includes.

ok beck@ miod@
</content>
</entry>
<entry>
<title>tags as requested by miod and tedu</title>
<updated>2014-06-12T15:49:31+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-12T15:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=59f4f2c61d71e266d37dd2fc97615b3fd35b4721'/>
<id>urn:sha1:59f4f2c61d71e266d37dd2fc97615b3fd35b4721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more: no need for null check before free</title>
<updated>2014-05-30T06:22:57+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-05-30T06:22:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=93efbaa11c9b941fe460a1f6bfa75b21d8624e53'/>
<id>urn:sha1:93efbaa11c9b941fe460a1f6bfa75b21d8624e53</id>
<content type='text'>
ok tedu guenther
</content>
</entry>
<entry>
<title>improve realloc/calloc/malloc patterns; ok guenther</title>
<updated>2014-04-21T11:37:41+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-04-21T11:37:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f5e896baf3ba117c1daeaad1000d89331f83a90a'/>
<id>urn:sha1:f5e896baf3ba117c1daeaad1000d89331f83a90a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More KNF.</title>
<updated>2014-04-18T07:09:23+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-04-18T07:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4f95e51959e522052d25e903a48b3fd0ec8d882c'/>
<id>urn:sha1:4f95e51959e522052d25e903a48b3fd0ec8d882c</id>
<content type='text'>
</content>
</entry>
</feed>
