<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/man/EVP_PKEY_derive.3, branch OPENBSD_7_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-06-08T22:40:31+00:00</updated>
<entry>
<title>.Lb libcrypto ; OK tb@</title>
<updated>2025-06-08T22:40:31+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2025-06-08T22:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8be86af02fed1bda350c8dd14ee064cb66e3b0f5'/>
<id>urn:sha1:8be86af02fed1bda350c8dd14ee064cb66e3b0f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Delete the manual pages EVP_PKEY_meth_new(3) and EVP_PKEY_meth_get0_info(3)</title>
<updated>2024-12-06T14:27:49+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2024-12-06T14:27:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c3e6b1fc0bdf65b2f769949445fe2ac5953873d8'/>
<id>urn:sha1:c3e6b1fc0bdf65b2f769949445fe2ac5953873d8</id>
<content type='text'>
because tb@ deleted almost all functions documented there from the API
in evp.h 1.127 on March 2 this year, but move the functions
EVP_PKEY_CTX_set_data(3) and EVP_PKEY_CTX_get_data(3) that we still
support to EVP_PKEY_keygen(3), because that page already documents
EVP_PKEY_CTX_set_app_data(3) and EVP_PKEY_CTX_get_app_data(3).
</content>
</entry>
<entry>
<title>Drop ENGINE from EVP_PKEY_derive example</title>
<updated>2024-07-21T08:25:33+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-07-21T08:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=171dbd220c6eda6d380d07d316dabe6aed9f47ef'/>
<id>urn:sha1:171dbd220c6eda6d380d07d316dabe6aed9f47ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove GOST documentation</title>
<updated>2024-03-05T19:21:31+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-03-05T19:21:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4ce8a0b8f485e4b8766d3d7b0751dd0975d95dad'/>
<id>urn:sha1:4ce8a0b8f485e4b8766d3d7b0751dd0975d95dad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document EVP_PKEY_CTX_get0_peerkey(3).</title>
<updated>2023-09-09T14:26:35+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2023-09-09T14:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=696d35c631f5063521ed7e403c8c96fcf3768360'/>
<id>urn:sha1:696d35c631f5063521ed7e403c8c96fcf3768360</id>
<content type='text'>
While here, also make the descriptions of the other functions more precise.
</content>
</entry>
<entry>
<title>crypto HISTORY up to 1.0.0; researched from OpenSSL git</title>
<updated>2018-03-23T04:34:23+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-23T04:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a0917b3137261e1aa48b0e8c11dec2785119fced'/>
<id>urn:sha1:a0917b3137261e1aa48b0e8c11dec2785119fced</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import the new manual page EVP_PKEY_meth_new(3) from OpenSSL,</title>
<updated>2018-02-15T14:52:16+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-02-15T14:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1f77aa68cd0e305650e6ec141c41915e49663893'/>
<id>urn:sha1:1f77aa68cd0e305650e6ec141c41915e49663893</id>
<content type='text'>
removing parts that don't apply to OpenBSD.
</content>
</entry>
<entry>
<title>In some EXAMPLES, correct calls to EVP_PKEY_CTX_new(3) that</title>
<updated>2018-02-15T12:52:37+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-02-15T12:52:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b06ab8a632220d7f7b350513dc3e558f4451fddd'/>
<id>urn:sha1:b06ab8a632220d7f7b350513dc3e558f4451fddd</id>
<content type='text'>
lacked an argument; from Jakub Jelen &lt;jjelen at redhat dot com&gt;
via OpenSSL commit 9db6673a Jan 17 19:23:37 2018 -0500.
</content>
</entry>
<entry>
<title>new X25519(3) manual page;</title>
<updated>2017-04-10T17:45:06+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2017-04-10T17:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=273d81da8e6c33e4fb69acef1e3b480bee8e339b'/>
<id>urn:sha1:273d81da8e6c33e4fb69acef1e3b480bee8e339b</id>
<content type='text'>
from Dr. Stephen Henson &lt;steve@openssl.org&gt;, OpenSSL commit d218f3c3
</content>
</entry>
<entry>
<title>Copyright and license</title>
<updated>2016-11-27T15:27:20+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-11-27T15:27:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=02bdd652e4b51bf1d37f21205035107e62a0cc53'/>
<id>urn:sha1:02bdd652e4b51bf1d37f21205035107e62a0cc53</id>
<content type='text'>
</content>
</entry>
</feed>
