<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/openssl/pkey.c, 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>2024-08-29T17:01:02+00:00</updated>
<entry>
<title>Remove check and pubcheck from openssl pkey and pkeyparam</title>
<updated>2024-08-29T17:01:02+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-08-29T17:01:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=848d87c5d247d338a63f76d6a86cad9016884aad'/>
<id>urn:sha1:848d87c5d247d338a63f76d6a86cad9016884aad</id>
<content type='text'>
The underlying API will be removed, so these commands have to go.

ok beck
</content>
</entry>
<entry>
<title>sprinkle some void between () in function definitions</title>
<updated>2023-07-23T11:39:29+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-07-23T11:39:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=eabdbbf5a1b843359b80819568f27211a761880a'/>
<id>urn:sha1:eabdbbf5a1b843359b80819568f27211a761880a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename struct ${app}_config to plain cfg</title>
<updated>2023-03-06T14:32:06+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-06T14:32:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2ba7dcfcbc2ef5aaeb8eb14f36f83bd57c22bcae'/>
<id>urn:sha1:2ba7dcfcbc2ef5aaeb8eb14f36f83bd57c22bcae</id>
<content type='text'>
All the structs are static and we need to reach into them many times.
Having a shorter name is more concise and results in less visual clutter.
It also avoids many overlong lines and we will be able to get rid of some
unfortunate line wrapping down the road.

Discussed with jsing
</content>
</entry>
<entry>
<title>Remove the legacy interactive mode from openssl(1).</title>
<updated>2022-11-11T17:07:39+00:00</updated>
<author>
<name>joshua</name>
<email></email>
</author>
<published>2022-11-11T17:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=273d9e16fc9e481283c2b2302b348e4863e29f28'/>
<id>urn:sha1:273d9e16fc9e481283c2b2302b348e4863e29f28</id>
<content type='text'>
This removes the legacy interactive mode from openssl(1) since it is
rarely used, complicates the code, and has also been removed from
OpenSSL in version 3.x.x.

ok tb@ jsing@
</content>
</entry>
<entry>
<title>Enable openssl pkey -{,pub}check and pkeyparam -check</title>
<updated>2022-01-14T10:17:30+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-01-14T10:17:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4d6ecef5cde1993d152ea7386898945d1e5050e9'/>
<id>urn:sha1:4d6ecef5cde1993d152ea7386898945d1e5050e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement openssl pkey -{,pub}check and pkeyparam -check</title>
<updated>2022-01-10T12:17:49+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-01-10T12:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=14f4e29aaabe5d49a2778e4a1b478c660842636e'/>
<id>urn:sha1:14f4e29aaabe5d49a2778e4a1b478c660842636e</id>
<content type='text'>
These expose EVP_PKEY_{,public_,param_}check() to the command line.
They are currently noops and will be enabled in the upcoming bump.

ok inoguchi jsing
</content>
</entry>
<entry>
<title>Mark the initialized struct options arrays as both static and const.</title>
<updated>2019-07-14T03:30:46+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2019-07-14T03:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ce9daaa0080f6ec467441aa485eb3f11ad6fb74a'/>
<id>urn:sha1:ce9daaa0080f6ec467441aa485eb3f11ad6fb74a</id>
<content type='text'>
This moves them from .data to .data.rel.ro

ok deraadt@ inoguchi@
</content>
</entry>
<entry>
<title>Fix weird wrap showing cipher list in interactive mode</title>
<updated>2019-02-09T15:49:21+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2019-02-09T15:49:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ebd8f7f4161d7b5a6cb147e04ebc83c15e30bd7d'/>
<id>urn:sha1:ebd8f7f4161d7b5a6cb147e04ebc83c15e30bd7d</id>
<content type='text'>
ok jsing@ tb@
</content>
</entry>
<entry>
<title>Summarize the 4 same name functions and move it to apps.c</title>
<updated>2019-02-09T06:27:37+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2019-02-09T06:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fa558a77721eb21feb6a123f6212126f9de94b24'/>
<id>urn:sha1:fa558a77721eb21feb6a123f6212126f9de94b24</id>
<content type='text'>
ok tb@ jsing@
</content>
</entry>
<entry>
<title>Add islower check to show_ciphers in pkey.c and rsa.c.</title>
<updated>2019-02-05T12:45:47+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2019-02-05T12:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6ef6589e7621680420e316ecc5abd355ab997a3c'/>
<id>urn:sha1:6ef6589e7621680420e316ecc5abd355ab997a3c</id>
<content type='text'>
suggested by jsing@
ok tb@
</content>
</entry>
</feed>
