<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/dsa/dsa_sign.c, branch libressl-v3.6.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.6.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.6.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2022-01-07T09:35:36+00:00</updated>
<entry>
<title>Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h by</title>
<updated>2022-01-07T09:35:36+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-01-07T09:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=72ddf309b6ca09529e5603af312e92fbefe2d810'/>
<id>urn:sha1:72ddf309b6ca09529e5603af312e92fbefe2d810</id>
<content type='text'>
including the local header where it will be needed.

discussed with jsing
</content>
</entry>
<entry>
<title>DSA_SIG_new() amounts to a single calloc() call.</title>
<updated>2018-06-14T17:01:49+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-06-14T17:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8f09fd5771ec66d5c858e66dacfaea8d4cee4499'/>
<id>urn:sha1:8f09fd5771ec66d5c858e66dacfaea8d4cee4499</id>
<content type='text'>
ok beck@ tb@
</content>
</entry>
<entry>
<title>None of these need to include &lt;openssl/rand.h&gt;</title>
<updated>2014-10-18T17:20:40+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-10-18T17:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0bad55f54f7132a386746f23ba4f2d106d115563'/>
<id>urn:sha1:0bad55f54f7132a386746f23ba4f2d106d115563</id>
<content type='text'>
</content>
</entry>
<entry>
<title>if (x) FOO_free(x) -&gt; FOO_free(x).</title>
<updated>2014-07-12T16:03:37+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-12T16:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=068bf464df6ef084067943863d776f59762bfaf0'/>
<id>urn:sha1:068bf464df6ef084067943863d776f59762bfaf0</id>
<content type='text'>
Improves readability, keeps the code smaller so that it is warmer in your
cache.

review &amp; ok deraadt@
</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>Change library to use intrinsic memory allocation functions instead of</title>
<updated>2014-04-17T13:37:50+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2014-04-17T13:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6aa5f85bab6ba5f9189fbc3d53a12e0f6dae48dd'/>
<id>urn:sha1:6aa5f85bab6ba5f9189fbc3d53a12e0f6dae48dd</id>
<content type='text'>
OPENSSL_foo wrappers. This changes:
OPENSSL_malloc-&gt;malloc
OPENSSL_free-&gt;free
OPENSSL_relloc-&gt;realloc
OPENSSL_freeFunc-&gt;free
</content>
</entry>
<entry>
<title>remove FIPS mode support. people who require FIPS can buy something that</title>
<updated>2014-04-15T20:06:10+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2014-04-15T20:06:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f88d9acb16e601adf96b4de4b1041d52d0d846da'/>
<id>urn:sha1:f88d9acb16e601adf96b4de4b1041d52d0d846da</id>
<content type='text'>
meets their needs, but dumping it in here only penalizes the rest of us.
ok beck deraadt
</content>
</entry>
<entry>
<title>resolve conflicts</title>
<updated>2012-10-13T21:25:14+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2012-10-13T21:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=942650cdef05a877200cb7aff3a075935a5fd0cd'/>
<id>urn:sha1:942650cdef05a877200cb7aff3a075935a5fd0cd</id>
<content type='text'>
</content>
</entry>
</feed>
