<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/man/EVP_PKEY_encrypt.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>EVP_PKEY_encrypt() simplify example</title>
<updated>2023-11-19T10:09:27+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-11-19T10:09:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cab35123707434da272c6d13e370e6ea721d2de1'/>
<id>urn:sha1:cab35123707434da272c6d13e370e6ea721d2de1</id>
<content type='text'>
In particular, do not use an uninitialized engine, simply pass NULL.
</content>
</entry>
<entry>
<title>Rephrase a sentence slightly to apease mandoc -Tlint</title>
<updated>2023-05-14T09:29:37+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-05-14T09:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0221f853f7b5b159aca414d6308b185766c524ac'/>
<id>urn:sha1:0221f853f7b5b159aca414d6308b185766c524ac</id>
<content type='text'>
</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>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>Add Copyright and license.</title>
<updated>2016-11-27T15:23:29+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-11-27T15:23:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dd8665d9a4ef710b96163c8ff8815fc9ceded563'/>
<id>urn:sha1:dd8665d9a4ef710b96163c8ff8815fc9ceded563</id>
<content type='text'>
Merge improvements to EXAMPLES from OpenSSL.
</content>
</entry>
<entry>
<title>various cleanup;</title>
<updated>2016-11-21T22:19:15+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2016-11-21T22:19:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e05d97d2a0ec0063a0a11bf0b2ac2d04dfcf7798'/>
<id>urn:sha1:e05d97d2a0ec0063a0a11bf0b2ac2d04dfcf7798</id>
<content type='text'>
</content>
</entry>
<entry>
<title>first pass; ok schwarze</title>
<updated>2016-11-06T15:52:50+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2016-11-06T15:52:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5a18890fb4c6b832214c6c32d7ca56db3fd9133a'/>
<id>urn:sha1:5a18890fb4c6b832214c6c32d7ca56db3fd9133a</id>
<content type='text'>
</content>
</entry>
</feed>
