<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/openssl/genrsa.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>2025-06-07T08:33:58+00:00</updated>
<entry>
<title>KNF for variations of get_cipher_by_name()</title>
<updated>2025-06-07T08:33:58+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-06-07T08:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=adb6a70429b1c400ee9464123d7a5f10313c1b36'/>
<id>urn:sha1:adb6a70429b1c400ee9464123d7a5f10313c1b36</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>fix an obvious thinko without serious consequences in the display of e</title>
<updated>2022-10-04T15:31:02+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2022-10-04T15:31:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fe35e03f544bdbfb664844f3cc39348db572bba7'/>
<id>urn:sha1:fe35e03f544bdbfb664844f3cc39348db572bba7</id>
<content type='text'>
for rsa and friends.

okay tb@
</content>
</entry>
<entry>
<title>openssl(1) genrsa: simplify access to rsa-&gt;e</title>
<updated>2022-01-14T09:25:42+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-01-14T09:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=de853b2ee7b63af325de8a5765b59df066474018'/>
<id>urn:sha1:de853b2ee7b63af325de8a5765b59df066474018</id>
<content type='text'>
ok inoguchi jsing
</content>
</entry>
<entry>
<title>Convert openssl(1) to using BN_GENCB on the heap</title>
<updated>2021-11-20T18:10:48+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-11-20T18:10:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4541acfc7d43d097ced3da574e8f80ec2529ee55'/>
<id>urn:sha1:4541acfc7d43d097ced3da574e8f80ec2529ee55</id>
<content type='text'>
This is three times the same thing while genrsa needs some extra steps
to deal with opaque BIGNUMs. We can also garbage collect some Win 3.1
contortions and use the conversion routines directly instead of doing
them manually.

ok jsing
</content>
</entry>
<entry>
<title>Capitalize cipher name and mode in help message as sync with pkcs12</title>
<updated>2019-07-24T14:23:25+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2019-07-24T14:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a8578be20efff5e4b29f2e73913e6d96adfb172e'/>
<id>urn:sha1:a8578be20efff5e4b29f2e73913e6d96adfb172e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix long line by wrapping with 80 chars</title>
<updated>2019-07-16T12:50:30+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2019-07-16T12:50:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6cc17279a08f7239d9721a9feafba1bd844d241a'/>
<id>urn:sha1:6cc17279a08f7239d9721a9feafba1bd844d241a</id>
<content type='text'>
</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>Convert openssl(1) genrsa to the newer style of option handling</title>
<updated>2019-07-09T11:02:52+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2019-07-09T11:02:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3a80addb7d2c3b4e0ac77c6e3eb1bdd718d9171a'/>
<id>urn:sha1:3a80addb7d2c3b4e0ac77c6e3eb1bdd718d9171a</id>
<content type='text'>
ok tb@ jsing@
</content>
</entry>
</feed>
