<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/cms/cms_enc.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>Only include cryptlib.h where it's needed</title>
<updated>2024-11-01T18:34:06+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-11-01T18:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f9a68fe280d96dbf02f5338a1e3437222592c77b'/>
<id>urn:sha1:f9a68fe280d96dbf02f5338a1e3437222592c77b</id>
<content type='text'>
Clean up the other includes while there.
</content>
</entry>
<entry>
<title>Tidy a few more includes in cms/</title>
<updated>2024-01-14T18:40:24+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-01-14T18:40:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d8fbbf56c16588a8c19188dc49bc5b3ddc1eb704'/>
<id>urn:sha1:d8fbbf56c16588a8c19188dc49bc5b3ddc1eb704</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hide symbols in cms, comp, conf, and buffer</title>
<updated>2023-07-08T08:26:26+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2023-07-08T08:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cf9b236f0893157746f8b944e4f6cc8d8a6aca26'/>
<id>urn:sha1:cf9b236f0893157746f8b944e4f6cc8d8a6aca26</id>
<content type='text'>
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>Add check for EVP_CIPHER_CTX_set_key_length return value</title>
<updated>2022-01-20T10:58:35+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2022-01-20T10:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2192f9d8c922d7178d2f2df094d0e82bb30c8afb'/>
<id>urn:sha1:2192f9d8c922d7178d2f2df094d0e82bb30c8afb</id>
<content type='text'>
It returns 1 on success and 0 for failure, never negative value.

ok jsing@ millert@ tb@
</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>Use arc4random_buf() instead of RAND_bytes().</title>
<updated>2019-08-11T10:54:11+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-08-11T10:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=88e0c6439bf7c4df34ed7092dc9fe18ad406e4b3'/>
<id>urn:sha1:88e0c6439bf7c4df34ed7092dc9fe18ad406e4b3</id>
<content type='text'>
This also removes return checks since arc4random_buf() does not fail.
</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>Use freezero() rather than OPENSSL_clear_free().</title>
<updated>2019-08-11T10:43:57+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-08-11T10:43:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c385e0dffd770a9bd4e2ca787528391b4c0f8a96'/>
<id>urn:sha1:c385e0dffd770a9bd4e2ca787528391b4c0f8a96</id>
<content type='text'>
</content>
</entry>
</feed>
