<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/lib/libcrypto/man, branch master</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/lib/libcrypto/man?h=master</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/lib/libcrypto/man?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2021-03-31T16:48:43Z</updated>
<entry>
<title>Document EVP_PKEY_new_CMAC_key(3)</title>
<updated>2021-03-31T16:48:43Z</updated>
<author>
<name>tb</name>
<email>tb@openbsd.org</email>
</author>
<published>2021-03-31T16:48:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=bbed6ec81ac52fde21ea1e2e596f2265b4059b7e'/>
<id>urn:sha1:bbed6ec81ac52fde21ea1e2e596f2265b4059b7e</id>
<content type='text'>
ok bcook inoguchi jsing
</content>
</entry>
<entry>
<title>Prepare documenting EVP_PKEY_new_CMAC_key(3)</title>
<updated>2021-03-29T17:58:29Z</updated>
<author>
<name>tb</name>
<email>tb@openbsd.org</email>
</author>
<published>2021-03-29T17:58:29Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=a1ca96d0755f8b7b773bbab07aa456c4fb527d59'/>
<id>urn:sha1:a1ca96d0755f8b7b773bbab07aa456c4fb527d59</id>
<content type='text'>
Based on some text in OpenSSL 1.1.1's EVP_PKEY_new.pod.
</content>
</entry>
<entry>
<title>spelling: refenece -&gt; reference</title>
<updated>2021-03-12T07:05:35Z</updated>
<author>
<name>jmc</name>
<email>jmc@openbsd.org</email>
</author>
<published>2021-03-12T07:05:35Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=bbc95f03d073e0084437cbdd35f86a04757e5d58'/>
<id>urn:sha1:bbc95f03d073e0084437cbdd35f86a04757e5d58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>spelling</title>
<updated>2021-03-12T05:18:00Z</updated>
<author>
<name>jsg</name>
<email>jsg@openbsd.org</email>
</author>
<published>2021-03-12T05:18:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=c5d247d8353972b1639809968f5f27ecafddc13c'/>
<id>urn:sha1:c5d247d8353972b1639809968f5f27ecafddc13c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>double word fix; from martin vahlensieck</title>
<updated>2021-01-05T06:51:31Z</updated>
<author>
<name>jmc</name>
<email>jmc@openbsd.org</email>
</author>
<published>2021-01-05T06:51:31Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=ce7b7da648d18d5ce1ed47f8847d2573bccc7909'/>
<id>urn:sha1:ce7b7da648d18d5ce1ed47f8847d2573bccc7909</id>
<content type='text'>
</content>
</entry>
<entry>
<title>grammar fixes from Varik "The Genuine Article!!!" Valefor;</title>
<updated>2020-12-03T22:47:21Z</updated>
<author>
<name>jmc</name>
<email>jmc@openbsd.org</email>
</author>
<published>2020-12-03T22:47:21Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=8b2238e1400a92146f97cb2fa2b3ea91cc276f7f'/>
<id>urn:sha1:8b2238e1400a92146f97cb2fa2b3ea91cc276f7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>typo: ASN1_parse_time -&gt; ASN1_time_parse</title>
<updated>2020-11-02T17:45:35Z</updated>
<author>
<name>tb</name>
<email>tb@openbsd.org</email>
</author>
<published>2020-11-02T17:45:35Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=cf03d803ddbbe95f5413e012884d93e141ecb66c'/>
<id>urn:sha1:cf03d803ddbbe95f5413e012884d93e141ecb66c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop documenting some functions as macros.</title>
<updated>2020-10-21T17:17:43Z</updated>
<author>
<name>tb</name>
<email>tb@openbsd.org</email>
</author>
<published>2020-10-21T17:17:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=5d332758ce6df2ab934323c71f9a5d0e17cba048'/>
<id>urn:sha1:5d332758ce6df2ab934323c71f9a5d0e17cba048</id>
<content type='text'>
In x509.h r1.70 (2018/08/24) I turned some macros into actual functions
to follow what OpenSSL is doing since 1.1.0. The documentation still
claims that they are implemented as macros. Update a doc sync commit
hash while there.
</content>
</entry>
<entry>
<title>Add a comment saying that the public function NAME_CONSTRAINTS_check(3)</title>
<updated>2020-09-17T08:50:05Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2020-09-17T08:50:05Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=6ce5c8a4e9323e71d650b9483d8b95bf60e190c9'/>
<id>urn:sha1:6ce5c8a4e9323e71d650b9483d8b95bf60e190c9</id>
<content type='text'>
is intentionally undocumented and needs to be deprecated.
No change of the formatted text.
</content>
</entry>
<entry>
<title>Install the new page SSL_set1_host(3), link to it from relevant places,</title>
<updated>2020-09-17T08:04:22Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2020-09-17T08:04:22Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=1bfa94203feeab29b29d0d256dc4f71c7b121f54'/>
<id>urn:sha1:1bfa94203feeab29b29d0d256dc4f71c7b121f54</id>
<content type='text'>
and add two other .Xrs that might help readers find their way.
Update the merge notices of all files touched and
merge a few trivial changes from the OpenSSL 1.1.1 branch.
OK tb@
</content>
</entry>
</feed>
