<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/ts, branch libressl-v2.9.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.9.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.9.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2018-05-13T15:35:46+00:00</updated>
<entry>
<title>Add const to the ASN1_OBJECT argument of TS_TST_INFO_get_ext_by_OBJ(3).</title>
<updated>2018-05-13T15:35:46+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-05-13T15:35:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6db451f380877c4c494a94c071855240ac202477'/>
<id>urn:sha1:6db451f380877c4c494a94c071855240ac202477</id>
<content type='text'>
Should have been part of the previous commit. Omission noted by schwarze.

tested in bulk build by sthen
ok jsing
</content>
</entry>
<entry>
<title>Add const qualifier to the ASN1_OBJ * argument of</title>
<updated>2018-05-13T15:04:05+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-05-13T15:04:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fde187bda5ffeae71c1695aa3de4a72d94f51052'/>
<id>urn:sha1:fde187bda5ffeae71c1695aa3de4a72d94f51052</id>
<content type='text'>
TS_REQ_get_ext_by_OBJ(3), TS_REQ_set_policy_id(3),
TS_RESP_CTX_add_policy(3), TS_RESP_CTX_set_def_policy(3),
and TS_TST_INFO_get_ext_by_OBJ(3)

tested in a bulk by sthen
ok jsing
</content>
</entry>
<entry>
<title>Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior and</title>
<updated>2018-04-14T07:18:37+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-04-14T07:18:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e2303054291a1a9cf6ea192af2df63e77c3f65fd'/>
<id>urn:sha1:e2303054291a1a9cf6ea192af2df63e77c3f65fd</id>
<content type='text'>
simplifies the caller side.

tested by &amp; ok inoguchi; discussed with schwarze
</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>Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been</title>
<updated>2016-12-27T16:05:57+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-12-27T16:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0bde81f3db44da2391092cc43925c8351096c73c'/>
<id>urn:sha1:0bde81f3db44da2391092cc43925c8351096c73c</id>
<content type='text'>
nothing but markers for utils/mkstack.pl... and we removed the code that
generated more macros from these markers in 2014.
</content>
</entry>
<entry>
<title>More X509_STORE_CTX_set_*() return value checks.</title>
<updated>2016-11-05T15:19:07+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2016-11-05T15:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f72470bc783a016dc0f537ddde0f7868dcf634f4'/>
<id>urn:sha1:f72470bc783a016dc0f537ddde0f7868dcf634f4</id>
<content type='text'>
ok beck@ jsing@
</content>
</entry>
<entry>
<title>Kill a bunch of OLD_ASN1 usage by replacing ASN1_{d2i,i2d}_* with</title>
<updated>2016-11-04T18:35:30+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-11-04T18:35:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1f8672c818cfdd9f4dd34f5ab1bdc1bbf575321d'/>
<id>urn:sha1:1f8672c818cfdd9f4dd34f5ab1bdc1bbf575321d</id>
<content type='text'>
ASN1_item_{d2i,i2d}_* equivalents.

ok guenther@ miod@
</content>
</entry>
<entry>
<title>X509_free(3) is NULL-safe, so remove NULL checks before its calls.</title>
<updated>2016-03-11T07:08:45+00:00</updated>
<author>
<name>mmcc</name>
<email></email>
</author>
<published>2016-03-11T07:08:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3935f3d5bc0215b231fcd3c9f9ebd7cf653cfcde'/>
<id>urn:sha1:3935f3d5bc0215b231fcd3c9f9ebd7cf653cfcde</id>
<content type='text'>
ok doug@
</content>
</entry>
<entry>
<title>Replace M_ASN1_GENERALIZEDTIME_(new|free) with</title>
<updated>2015-09-30T18:04:02+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-09-30T18:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=19f8db457572080e997c229267930d64b582b2ce'/>
<id>urn:sha1:19f8db457572080e997c229267930d64b582b2ce</id>
<content type='text'>
ASN1_GENERALIZEDTIME_(new|free).
</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>
</feed>
