<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/dsa/dsa_prn.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-05-10T05:54:39+00:00</updated>
<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>hide symbols in dsa</title>
<updated>2023-07-08T14:28:15+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2023-07-08T14:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ed57ee23c30661b8054a17346a8e19be71fd9ede'/>
<id>urn:sha1:ed57ee23c30661b8054a17346a8e19be71fd9ede</id>
<content type='text'>
ok tb@
</content>
</entry>
<entry>
<title>Fix whitespace</title>
<updated>2022-11-19T06:33:00+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-11-19T06:33:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6048203d2b8ec4f0ea078c70eaa40d6beb109502'/>
<id>urn:sha1:6048203d2b8ec4f0ea078c70eaa40d6beb109502</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a few more leaks in *_print() functions.</title>
<updated>2022-11-10T12:37:00+00:00</updated>
<author>
<name>tobhe</name>
<email></email>
</author>
<published>2022-11-10T12:37:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=76fc0c1130db1fe7c3d20b66da51f81aa0fdf89c'/>
<id>urn:sha1:76fc0c1130db1fe7c3d20b66da51f81aa0fdf89c</id>
<content type='text'>
ok jsing@
</content>
</entry>
<entry>
<title>Fix leak of pk if EVP_PKEY_set1_DSA() fails.</title>
<updated>2022-11-08T19:17:05+00:00</updated>
<author>
<name>tobhe</name>
<email></email>
</author>
<published>2022-11-08T19:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f7bbcf1f4086b29ea35299ac0eb719cc157e526f'/>
<id>urn:sha1:f7bbcf1f4086b29ea35299ac0eb719cc157e526f</id>
<content type='text'>
Found with CodeChecker
ok jsing@
</content>
</entry>
<entry>
<title>Send the function codes from the error functions to the bit bucket,</title>
<updated>2017-01-29T17:49:23+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-01-29T17:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d1f47bd292f36094480caa49ada36b99a69c59b0'/>
<id>urn:sha1:d1f47bd292f36094480caa49ada36b99a69c59b0</id>
<content type='text'>
as was done earlier in libssl. Thanks inoguchi@ for noticing
libssl had more reacharounds into this.
ok jsing@ inoguchi@
</content>
</entry>
<entry>
<title>Only import cryptlib.h in the four source files that actually need it.</title>
<updated>2014-07-11T08:44:49+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-11T08:44:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=74e2c009c83ad374bd6acdcfc376a384e25ab007'/>
<id>urn:sha1:74e2c009c83ad374bd6acdcfc376a384e25ab007</id>
<content type='text'>
Remove the openssl public includes from cryptlib.h and add a small number
of includes into the source files that actually need them. While here,
also sort/group/tidy the includes.

ok beck@ miod@
</content>
</entry>
<entry>
<title>KNF</title>
<updated>2014-07-09T10:16:24+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-09T10:16:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8d28b2bf57f7e00739466371d21495941076bf89'/>
<id>urn:sha1:8d28b2bf57f7e00739466371d21495941076bf89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tags as requested by miod and tedu</title>
<updated>2014-06-12T15:49:31+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-12T15:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=59f4f2c61d71e266d37dd2fc97615b3fd35b4721'/>
<id>urn:sha1:59f4f2c61d71e266d37dd2fc97615b3fd35b4721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Everything sane has stdio, and FILE *. we don't need ifdefs for this.</title>
<updated>2014-05-29T20:21:23+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2014-05-29T20:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f60b3b3365842d8869513a7e36981671cd726939'/>
<id>urn:sha1:f60b3b3365842d8869513a7e36981671cd726939</id>
<content type='text'>
ok to firebomb from tedu@
</content>
</entry>
</feed>
