<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/lib/libcrypto, branch jd/simplify-queueing</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/lib/libcrypto?h=jd%2Fsimplify-queueing</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/lib/libcrypto?h=jd%2Fsimplify-queueing'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2020-06-19T17:17:13Z</updated>
<entry>
<title>mark the functions documented in des_read_pw(3) as deprecated</title>
<updated>2020-06-19T17:17:13Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2020-06-19T17:17:13Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=0ff6b527cb823323f4cf21fd5216a4546f65d996'/>
<id>urn:sha1:0ff6b527cb823323f4cf21fd5216a4546f65d996</id>
<content type='text'>
and point to UI_UTIL_read_pw(3) instead;
tb@ agrees with the general direction
</content>
</entry>
<entry>
<title>document X509_get0_pubkey_bitstr(3),</title>
<updated>2020-06-19T14:31:29Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2020-06-19T14:31:29Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=ee8bd9906a80518fcee49b60ce23d7ac246eba65'/>
<id>urn:sha1:ee8bd9906a80518fcee49b60ce23d7ac246eba65</id>
<content type='text'>
correct the description of X509_get_X509_PUBKEY(3),
document error handling of the read accessors,
and mention the relevant STANDARDS
</content>
</entry>
<entry>
<title>document error handling of X509_PUBKEY_get0(3) and X509_PUBKEY_get(3)</title>
<updated>2020-06-19T14:04:25Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2020-06-19T14:04:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=bdc03493e19055eb260a58abac8f2df1c6b8d6c9'/>
<id>urn:sha1:bdc03493e19055eb260a58abac8f2df1c6b8d6c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge documentation of X509_get0_serialNumber(3) from OpenSSL-1.1.1</title>
<updated>2020-06-19T12:01:20Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2020-06-19T12:01:20Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=a560d792221a6c37cb62df1531e3684d468cd8f3'/>
<id>urn:sha1:a560d792221a6c37cb62df1531e3684d468cd8f3</id>
<content type='text'>
which is still under a free license.  Wording tweaked by me.
</content>
</entry>
<entry>
<title>Document EVP_read_pw_string_min(3)</title>
<updated>2020-06-15T15:25:46Z</updated>
<author>
<name>tb</name>
<email>tb@openbsd.org</email>
</author>
<published>2020-06-15T15:25:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=6f9afa35f03b2a49da4e647daef3ce768b53712b'/>
<id>urn:sha1:6f9afa35f03b2a49da4e647daef3ce768b53712b</id>
<content type='text'>
Add detailed information on the return values of all the functions
in this page and remove the previous incorrect information.

tweaks &amp; ok schwarze
</content>
</entry>
<entry>
<title>Document PEM_def_callback(3).</title>
<updated>2020-06-15T14:13:14Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2020-06-15T14:13:14Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=eb87f61905edb901953366dc5b4797f18279d858'/>
<id>urn:sha1:eb87f61905edb901953366dc5b4797f18279d858</id>
<content type='text'>
Move pem_password_cb(3) to the file PEM_read(3) and rewrite
its description from scratch for precision and conciseness.
Plus some minor improvements in the vicinity.
Tweaks and OK tb@.
</content>
</entry>
<entry>
<title>add my Copyright and license, which i forgot when adding a significant</title>
<updated>2020-06-12T18:16:13Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2020-06-12T18:16:13Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=a926fd0d1869cc561494faf00ff010c206be36ee'/>
<id>urn:sha1:a926fd0d1869cc561494faf00ff010c206be36ee</id>
<content type='text'>
amount of text, the ERRORS section, in the previous commit
</content>
</entry>
<entry>
<title>add a comment saying that name_cmp() is intentionally undocumented;</title>
<updated>2020-06-12T12:15:59Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2020-06-12T12:15:59Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=ffc9b52335f84a125067e1ea68fc249746aa7cbd'/>
<id>urn:sha1:ffc9b52335f84a125067e1ea68fc249746aa7cbd</id>
<content type='text'>
tb@ agrees that it should not be part of the public API
</content>
</entry>
<entry>
<title>document PEM_ASN1_read(3) and PEM_ASN1_read_bio(3);</title>
<updated>2020-06-12T11:37:42Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2020-06-12T11:37:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=60f0d397bb4dc786fd3158c4bf86a1225bdd8fd1'/>
<id>urn:sha1:60f0d397bb4dc786fd3158c4bf86a1225bdd8fd1</id>
<content type='text'>
tweaks and OK tb@
</content>
</entry>
<entry>
<title>wording tweaks from ross l richardson and tb;</title>
<updated>2020-06-11T18:03:19Z</updated>
<author>
<name>jmc</name>
<email>jmc@openbsd.org</email>
</author>
<published>2020-06-11T18:03:19Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=bbd7d2d5d9ed0bc9f994321d747257de1c14c4c1'/>
<id>urn:sha1:bbd7d2d5d9ed0bc9f994321d747257de1c14c4c1</id>
<content type='text'>
ok tb
</content>
</entry>
</feed>
