<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/man/EVP_SignInit.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 page EVP_PKEY_asn1_new(3).</title>
<updated>2024-12-06T12:51:13+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2024-12-06T12:51:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d27a872570ddb91b1e0046b5d16a479ffae5c564'/>
<id>urn:sha1:d27a872570ddb91b1e0046b5d16a479ffae5c564</id>
<content type='text'>
All the functions documented in this page were deleted from the API
by tb@ in evp.h rev. 1.126 on March 2 this year.
</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>Add back a .</title>
<updated>2024-07-21T09:24:07+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-07-21T09:24:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8fabb47bc0fa64556f774db935763dfaacbadf4e'/>
<id>urn:sha1:8fabb47bc0fa64556f774db935763dfaacbadf4e</id>
<content type='text'>
</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>Mention which functions are implemented as macros in the few cases</title>
<updated>2023-11-16T20:27:43+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2023-11-16T20:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c6900151193480e987d5cd27808c84949568d891'/>
<id>urn:sha1:c6900151193480e987d5cd27808c84949568d891</id>
<content type='text'>
where that information was missing.
</content>
</entry>
<entry>
<title>Write documentation for EVP_PKEY_check(3), EVP_PKEY_public_check(3),</title>
<updated>2022-07-13T19:10:40+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2022-07-13T19:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9d6b33fca1ce346e7dc2cd7c88e9e7c22879516d'/>
<id>urn:sha1:9d6b33fca1ce346e7dc2cd7c88e9e7c22879516d</id>
<content type='text'>
EVP_PKEY_param_check(3), and EVP_PKEY_security_bits(3) from scratch.

Move the documentation of EVP_PKEY_size(3) and EVP_PKEY_bits(3)
to the new manual page EVP_PKEY_size(3).

Merge the documentation of the related function pointers
from the OpenSSL 1.1.1 branch, which is still under a free license.

OK tb@ on the new page EVP_PKEY_size(3).
</content>
</entry>
<entry>
<title>man pages: add missing commas between subordinate and main clauses</title>
<updated>2022-03-31T17:27:26+00:00</updated>
<author>
<name>naddy</name>
<email></email>
</author>
<published>2022-03-31T17:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3d8be07546f5ec331a0f851b0ea88212376ebb95'/>
<id>urn:sha1:3d8be07546f5ec331a0f851b0ea88212376ebb95</id>
<content type='text'>
jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@
</content>
</entry>
<entry>
<title>delete references to ERR pages from SEE ALSO where such</title>
<updated>2019-06-10T14:58:48+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-06-10T14:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b783ba28c4b47eb204506e8af355d28ef6e67dec'/>
<id>urn:sha1:b783ba28c4b47eb204506e8af355d28ef6e67dec</id>
<content type='text'>
references were already given below RETURN VALUES right above
</content>
</entry>
<entry>
<title>Fix bogus cross reference: EVP_SignDigest* -&gt; EVP_DigestSign*</title>
<updated>2019-06-05T04:59:49+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2019-06-05T04:59:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d8475da0eb87c753ec094f513e9e547b496b4f9c'/>
<id>urn:sha1:d8475da0eb87c753ec094f513e9e547b496b4f9c</id>
<content type='text'>
</content>
</entry>
</feed>
