<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/man/EVP_DigestVerifyInit.3, branch OPENBSD_7_9</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9'/>
<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>Weed out the last remaining refences to the obsolete</title>
<updated>2024-11-08T22:23:35+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2024-11-08T22:23:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c3ee0949bc29213b45f00440a3e7849bf65608c1'/>
<id>urn:sha1:c3ee0949bc29213b45f00440a3e7849bf65608c1</id>
<content type='text'>
function EVP_MD_CTX_init(3) and talk about EVP_MD_CTX_new(3) instead.
This is similar in spirit to OpenSSL commit 25191fff (Dec 1, 2015),
but  i'm also mentioning EVP_MD_CTX_reset(3), slightly reordering some
sentences in a more systematic way, and improving some related wordings
to be more precise and read better.
</content>
</entry>
<entry>
<title>Unify description of the obsolete ENGINE parameter</title>
<updated>2024-07-21T08:36:43+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-07-21T08:36:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=28352aaf8b4f3dbd154f1c25e1555c80716bb293'/>
<id>urn:sha1:28352aaf8b4f3dbd154f1c25e1555c80716bb293</id>
<content type='text'>
This uses the same language in most manuals mentioning the obsolete
ENGINE parameters. Make it clear that it is always ignored and that
NULL should be passed. Always call it engine instead of a mix of e
pe, impl, eng.
</content>
</entry>
<entry>
<title>Stop documenting clone digests.</title>
<updated>2022-01-15T09:08:51+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-01-15T09:08:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=60648b3d91cfd6ff68e66402492af6846791be55'/>
<id>urn:sha1:60648b3d91cfd6ff68e66402492af6846791be55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EVP_Digest*: fix documented return values.</title>
<updated>2021-05-20T14:41:47+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-05-20T14:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=56b7ccae189caf18ce526e844a806a7c1e88e6bd'/>
<id>urn:sha1:56b7ccae189caf18ce526e844a806a7c1e88e6bd</id>
<content type='text'>
EVP_DigestSign{,Init,Update,Final}() and EVP_DigestVerify{Init,Update}()
always returned 1 for success and 0 for failure. EVP_DigestVerify()
and EVP_DigestVerifyFinal() can return -1 or -2, though.

Based on OpenSSL 1.1.1 56c59ddd99da05c2f30832cccaffb873a8481555

ok inoguchi
</content>
</entry>
<entry>
<title>Add missing .Pp in HISTORY section.</title>
<updated>2021-05-13T06:00:53+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-05-13T06:00:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d785caaf83045ce40b8c18ddc01062d221476174'/>
<id>urn:sha1:d785caaf83045ce40b8c18ddc01062d221476174</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge some details from OpenSSL 1.1.1.</title>
<updated>2021-05-11T18:57:17+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-05-11T18:57:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0abffd2cd6b40ea8e2a18052bd77ebbe31de2552'/>
<id>urn:sha1:0abffd2cd6b40ea8e2a18052bd77ebbe31de2552</id>
<content type='text'>
</content>
</entry>
<entry>
<title>missing word in previous</title>
<updated>2021-05-11T15:31:13+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-05-11T15:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f04a4ff66fd9094a592f055a3e5635838c777b65'/>
<id>urn:sha1:f04a4ff66fd9094a592f055a3e5635838c777b65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge documentation for EVP_DigestVerify() from OpenSSL 1.1.1.</title>
<updated>2021-05-11T15:26:21+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-05-11T15:26:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6ebaa69326d172562454b2a0ceca42818fc04d88'/>
<id>urn:sha1:6ebaa69326d172562454b2a0ceca42818fc04d88</id>
<content type='text'>
</content>
</entry>
</feed>
