<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/ocsp/ocsp_ext.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>2018-05-14T23:47:10+00:00</updated>
<entry>
<title>wrap an overlong line</title>
<updated>2018-05-14T23:47:10+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-05-14T23:47:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1694bcb4aae1bd5c1cf7be6fab1ad4eb49167a47'/>
<id>urn:sha1:1694bcb4aae1bd5c1cf7be6fab1ad4eb49167a47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add const qualifier to the path and url{,s} parameters of</title>
<updated>2018-05-13T10:42:03+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-05-13T10:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=deae85f1f8dc89a0dd06e5359e6bdeba054cb37a'/>
<id>urn:sha1:deae85f1f8dc89a0dd06e5359e6bdeba054cb37a</id>
<content type='text'>
OCSP_crlID_new(3), OCSP_parse_url(3), OCSP_sendreq_bio(3),
OCSP_sendreq_new(3), and OCSP_url_svcloc_new(3).

tested in a bulk build by sthen
ok jsing (as part of a larger diff)
</content>
</entry>
<entry>
<title>Add const qualifier to the ASN1_OBJECT * argument of:</title>
<updated>2018-05-13T10:28:04+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-05-13T10:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1aae5537aedefe0d620aa744050f1fda2d611880'/>
<id>urn:sha1:1aae5537aedefe0d620aa744050f1fda2d611880</id>
<content type='text'>
OCSP_REQUEST_get_ext_by_OBJ(3), OCSP_ONEREQ_ext_by_OBJ(3)
OCSP_BASICRESP_get_ext_by_OBJ(3), OCSP_SINGLERESP_get_ext_by_OBJ(3)

tested in a bulk build by sthen
ok jsing (as part of a larger diff)
</content>
</entry>
<entry>
<title>Kill some #if 0 code that uses old-style ASN.1 encoding.</title>
<updated>2016-12-27T16:01:19+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-12-27T16:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=73d7f90ed65af64cbe77049bb57439cfc273da75'/>
<id>urn:sha1:73d7f90ed65af64cbe77049bb57439cfc273da75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop stupid (int) casts for the arguments of malloc() and friends. This is</title>
<updated>2015-07-19T18:29:31+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-07-19T18:29:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a24b14b6bf2c04501ea84182a52caa5bf2ae7635'/>
<id>urn:sha1:a24b14b6bf2c04501ea84182a52caa5bf2ae7635</id>
<content type='text'>
not 16-bit MS-DOS anymore.
ok bcook@ tedu@
</content>
</entry>
<entry>
<title>Check the result of sk_*_push() operations for failure.</title>
<updated>2014-10-28T05:46:56+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-10-28T05:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=794dcf073b734d649d7b5d30916d7a3ae919b66e'/>
<id>urn:sha1:794dcf073b734d649d7b5d30916d7a3ae919b66e</id>
<content type='text'>
ok doug@ jsing@
</content>
</entry>
<entry>
<title>Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().</title>
<updated>2014-10-22T13:02:04+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-10-22T13:02:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fa457604779ff38b511fdfdae3c6a78664281c22'/>
<id>urn:sha1:fa457604779ff38b511fdfdae3c6a78664281c22</id>
<content type='text'>
arc4random_buf() is guaranteed to always succeed - it is worth noting
that a number of the replaced function calls were already missing return
value checks.

ok deraadt@
</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>Stop including standard headers via cryptlib.h - pull in the headers that</title>
<updated>2014-07-10T13:58:23+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-10T13:58:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c917c683bc93c68fbf4310ac181f7906e76b3c94'/>
<id>urn:sha1:c917c683bc93c68fbf4310ac181f7906e76b3c94</id>
<content type='text'>
are needed in the source files that actually require them.

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>
</feed>
