<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/openssl/gendsa.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>Convert openssl(1) gendsa.c to opaque DSA</title>
<updated>2022-01-14T09:25:00+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-01-14T09:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f4b55fbbca9aa3121eadffa7b8f6af4f0f1a1ac8'/>
<id>urn:sha1:f4b55fbbca9aa3121eadffa7b8f6af4f0f1a1ac8</id>
<content type='text'>
ok inoguchi 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>Move option handlers up to option definition struct in gendsa.c</title>
<updated>2019-07-16T12:36:50+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2019-07-16T12:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3d8e61a61745a950fd434c07ac5130046973cf86'/>
<id>urn:sha1:3d8e61a61745a950fd434c07ac5130046973cf86</id>
<content type='text'>
As we did in other openssl sub command, move up option handlers above option
definition struct. No functional changes and just move up and remove prototype.
</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) gendsa to the newer style of option handling</title>
<updated>2019-06-07T02:32:22+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2019-06-07T02:32:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c2faa349d07a8d7c6273100cad411b710e5e2168'/>
<id>urn:sha1:c2faa349d07a8d7c6273100cad411b710e5e2168</id>
<content type='text'>
- Adapt openssl(1) gendsa command to new option handling.
- Add lacking ciphers and passout description in openssl.1 manpage.
- Describe paramfile as argument in openssl.1 manpage.

ok bcook@
</content>
</entry>
<entry>
<title>Indent labels with a single space so that diff prototypes are more useful.</title>
<updated>2018-02-07T05:47:55+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-02-07T05:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6d829832b5c1cafa0527a7c2595749b17b0b8efe'/>
<id>urn:sha1:6d829832b5c1cafa0527a7c2595749b17b0b8efe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove guards around *_free() calls since these functions handle NULL.</title>
<updated>2018-02-07T04:57:06+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-02-07T04:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cec5822dc1d8bd76bc257f3855ea4d83cb83bfc9'/>
<id>urn:sha1:cec5822dc1d8bd76bc257f3855ea4d83cb83bfc9</id>
<content type='text'>
</content>
</entry>
</feed>
