<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/openssl/ecparam.c, branch OPENBSD_7_9</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-01-19T10:24:17+00:00</updated>
<entry>
<title>Remove -C option from "apps"</title>
<updated>2025-01-19T10:24:17+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-01-19T10:24:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0cf1a1f18dd8b413cf42b5e0e9ef25b5ccdccb58'/>
<id>urn:sha1:0cf1a1f18dd8b413cf42b5e0e9ef25b5ccdccb58</id>
<content type='text'>
As far as I can tell, this way of generating "C code" was only used to add
stuff to pretty regress and even prettier speed "app" and otherwise it just
served to make the library maintainer's lives even more miserable.

ok jsing
</content>
</entry>
<entry>
<title>ecparam: remove GF2m remnant</title>
<updated>2025-01-19T07:41:52+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-01-19T07:41:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=170531aba5188186c39982d1cb110620bfe6f80b'/>
<id>urn:sha1:170531aba5188186c39982d1cb110620bfe6f80b</id>
<content type='text'>
This removes the last in-tree dependency on EC_METHOD_get_field_type()
and EC_GROUP_method_of() and removes some dead code which would generate
code that wouldn't compile if it was reachable.

ok jsing
</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>Replace unnecessary calls to EC_GROUP_get_curve_GF{p,2m}() with</title>
<updated>2021-05-10T20:58:32+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-05-10T20:58:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d2a7e8a0c945fb4b55446ec3dff8f67e170b92e2'/>
<id>urn:sha1:d2a7e8a0c945fb4b55446ec3dff8f67e170b92e2</id>
<content type='text'>
EC_GROUP_get_curve() and remove no longer needed prototypes.
</content>
</entry>
<entry>
<title>Fix const in previous. Pointed out by asou</title>
<updated>2021-04-21T00:31:59+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-04-21T00:31:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3927842cb556375853feef12d29fd0355d12c8aa'/>
<id>urn:sha1:3927842cb556375853feef12d29fd0355d12c8aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add prototypes for EC_GROUP_get_curve_{GF2m,GFp}().</title>
<updated>2021-04-20T17:08:08+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-04-20T17:08:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bdaa51be86a9fa45ea2fa110effcc14140e86577'/>
<id>urn:sha1:bdaa51be86a9fa45ea2fa110effcc14140e86577</id>
<content type='text'>
These will be removed once EC_GROUP_get_curve() is public.
</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>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>rearrange pledge promises into the canonical order; easier to eyeball</title>
<updated>2017-01-20T08:57:12+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2017-01-20T08:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ff6fa3ffece7ca61b2a5e2a66b4920c710d4e36b'/>
<id>urn:sha1:ff6fa3ffece7ca61b2a5e2a66b4920c710d4e36b</id>
<content type='text'>
</content>
</entry>
</feed>
