<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/dsa, branch master</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=master</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-11-26T10:19:57+00:00</updated>
<entry>
<title>libcrypto: add header guards to *_local.h</title>
<updated>2025-11-26T10:19:57+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-11-26T10:19:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4879f73ba340a5a6a1e4b5812f046c92cf362d95'/>
<id>urn:sha1:4879f73ba340a5a6a1e4b5812f046c92cf362d95</id>
<content type='text'>
An upcoming change requires the inclusion of asn1_local.h in x509_local.h
which doesn't work due to missing header guards. Add guards to all local
headers that don't have them, although reacharounds and multiple inclusions
are unlikely to occur for most of those.

ok jsing
</content>
</entry>
<entry>
<title>Use err_local.h rather than err.h in most places</title>
<updated>2025-05-10T05:54:39+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-05-10T05:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=41e8f99dd1625a9f0c80ce9d4383e95b18e85709'/>
<id>urn:sha1:41e8f99dd1625a9f0c80ce9d4383e95b18e85709</id>
<content type='text'>
ok jsing
</content>
</entry>
<entry>
<title>Zap trailing whitespace in dsa.h</title>
<updated>2025-03-01T11:33:07+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-03-01T11:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=464e60f99b2e27e8f2877f74cabc7b9dc1947c76'/>
<id>urn:sha1:464e60f99b2e27e8f2877f74cabc7b9dc1947c76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dsa_gen: convert to BN_MONT_CTX_create()</title>
<updated>2025-02-13T11:18:00+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-02-13T11:18:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b873158067d72f18b3026b7f4691a448bf46372b'/>
<id>urn:sha1:b873158067d72f18b3026b7f4691a448bf46372b</id>
<content type='text'>
This can now be a single call before the BN_MONT_CTX is actually used
rather than two calls separated by 170 lines.

ok jsing
</content>
</entry>
<entry>
<title>Remove #error if OPENSSL_NO_FOO is defined</title>
<updated>2025-01-25T17:59:44+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-01-25T17:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5d52abc236226c5a47c36b07e2256e77141e373a'/>
<id>urn:sha1:5d52abc236226c5a47c36b07e2256e77141e373a</id>
<content type='text'>
discussed with jsing
</content>
</entry>
<entry>
<title>Make the DSS_prime_checks macro internal</title>
<updated>2024-12-05T19:34:46+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-12-05T19:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3af9f1dd8cf5840a4914ba14a8494cd82a9de2b1'/>
<id>urn:sha1:3af9f1dd8cf5840a4914ba14a8494cd82a9de2b1</id>
<content type='text'>
Rename it to DSA_prime_checks and add an XXX comment mentioning that
we could reduce the number of rounds thanks to BPSW. There are no
plans of changing that as DSA is on its way out.

discussed with miod
</content>
</entry>
<entry>
<title>Remove the undocumented DSA_is_prime() macro</title>
<updated>2024-12-05T19:29:08+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-12-05T19:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2c6c75b481334453752e3edee7f8fac54d80abfa'/>
<id>urn:sha1:2c6c75b481334453752e3edee7f8fac54d80abfa</id>
<content type='text'>
It aliases BN_is_prime(), which was removed in April 2023.

makes sense to miod
</content>
</entry>
<entry>
<title>Remove weird pad member that was never set to zero after malloc() so</title>
<updated>2024-11-29T07:42:35+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-11-29T07:42:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=916f80d01875d84154d09cf15bfc3c885c8c0b05'/>
<id>urn:sha1:916f80d01875d84154d09cf15bfc3c885c8c0b05</id>
<content type='text'>
the weird thing it was supposed to be doing couldn't possibly work.

ok jsing
</content>
</entry>
<entry>
<title>Drop a useless cast in pkey_dsa_ctrl()</title>
<updated>2024-10-19T14:39:44+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-10-19T14:39:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fc85c69ed538a17bce2bf6cd0e11e68e5245aa16'/>
<id>urn:sha1:fc85c69ed538a17bce2bf6cd0e11e68e5245aa16</id>
<content type='text'>
ok joshua jsing
</content>
</entry>
<entry>
<title>replace strtol(3) usage with strtonum(3); idea/ok/tweaks tb@</title>
<updated>2024-08-26T22:00:47+00:00</updated>
<author>
<name>op</name>
<email></email>
</author>
<published>2024-08-26T22:00:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=74733354b5147290f7bc39826a56793e0c4bdcda'/>
<id>urn:sha1:74733354b5147290f7bc39826a56793e0c4bdcda</id>
<content type='text'>
</content>
</entry>
</feed>
