<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/cms/cms_dd.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-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>Tidy includes</title>
<updated>2023-10-26T09:08:57+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-10-26T09:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=67cb76e74e33486ee4b670235412c0727b4b4023'/>
<id>urn:sha1:67cb76e74e33486ee4b670235412c0727b4b4023</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cms_DigestedData_create() use X509_ALGOR_set_evp_md()</title>
<updated>2023-10-18T07:24:15+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-10-18T07:24:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=46c5c914ea23794d946df13aad0d291d383c1765'/>
<id>urn:sha1:46c5c914ea23794d946df13aad0d291d383c1765</id>
<content type='text'>
Our internal version allows for error checking and this avoids a silent
failure leading to corruption later on.

Clean up includes while there.

ok jsing
</content>
</entry>
<entry>
<title>Make internal header file names consistent</title>
<updated>2022-11-26T16:08:57+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-11-26T16:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=81d98bf600a381a625eb11b39a725b08c0ba547f'/>
<id>urn:sha1:81d98bf600a381a625eb11b39a725b08c0ba547f</id>
<content type='text'>
Libcrypto currently has a mess of *_lcl.h, *_locl.h, and *_local.h names
used for internal headers. Move all these headers we inherited from
OpenSSL to *_local.h, reserving the name *_internal.h for our own code.
Similarly, move dtls_locl.h and ssl_locl.h to dtls_local and ssl_local.h.
constant_time_locl.h is moved to constant_time.h since it's special.

Adjust all .c files in libcrypto, libssl and regress.

The diff is mechanical with the exception of tls13_quic.c, where
#include &lt;ssl_locl.h&gt; was fixed manually.

discussed with jsing,
no objection bcook
</content>
</entry>
<entry>
<title>Expand M_ASN1_new_of and M_ASN1_free_of macros.</title>
<updated>2019-08-11T11:04:18+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-08-11T11:04:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b62b2cda811eb26882ba6eb737b566e44c3e7d04'/>
<id>urn:sha1:b62b2cda811eb26882ba6eb737b566e44c3e7d04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include string.h for memcmp()/memcpy().</title>
<updated>2019-08-11T10:50:23+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-08-11T10:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e4b86d0b5468314cac4e48651cabc24695880729'/>
<id>urn:sha1:e4b86d0b5468314cac4e48651cabc24695880729</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert CMSerr() to CMSerror().</title>
<updated>2019-08-11T10:38:27+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-08-11T10:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f7a527513ace17b70b14f3975dd212ba42e464c8'/>
<id>urn:sha1:f7a527513ace17b70b14f3975dd212ba42e464c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More style(9), whitespace and readability fixes.</title>
<updated>2019-08-10T18:15:52+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-08-10T18:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cd017df13ee5f5ba7baa4ffe853ae05106ef3cac'/>
<id>urn:sha1:cd017df13ee5f5ba7baa4ffe853ae05106ef3cac</id>
<content type='text'>
Files are identical once whitespace and newlines are removed.
</content>
</entry>
<entry>
<title>First pass at style(9).</title>
<updated>2019-08-10T16:42:20+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-08-10T16:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=75125ce1cf513471883fff50db4a4638526bd785'/>
<id>urn:sha1:75125ce1cf513471883fff50db4a4638526bd785</id>
<content type='text'>
Whitespace only and no change according to diff -w.
</content>
</entry>
<entry>
<title>Fix includes for non-installed headers.</title>
<updated>2019-08-10T16:39:17+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-08-10T16:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5d7053e9dd0807d71499cb4dda1e06eb13a776c9'/>
<id>urn:sha1:5d7053e9dd0807d71499cb4dda1e06eb13a776c9</id>
<content type='text'>
</content>
</entry>
</feed>
