<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/bf/bf_local.h, 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-06-11T04:08:16+00:00</updated>
<entry>
<title>Remove BF_PTR</title>
<updated>2025-06-11T04:08:16+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-06-11T04:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=535a9630f2ad4859bc1d13464d37c43faee07643'/>
<id>urn:sha1:535a9630f2ad4859bc1d13464d37c43faee07643</id>
<content type='text'>
In bf_local.h r1.2, openssl/opensslconf.h was pulled out of the
HEADER_BF_LOCL_H header guard, so BF_PTR was never defined from
opensslfeatures.h. Thus, alpha, mips64, sparc64 haven't used the
path that is supposedly optimized for them. On the M3k the speed
gain of bf-cbc with BF_PTR is roughly 5%, so not really great.
This is blowfish, so I don't think we want to carry complications
for alpha and mips64 only.

ok jsing kenjiro
</content>
</entry>
<entry>
<title>Unifdef BF_PTR2.</title>
<updated>2024-03-27T11:54:29+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2024-03-27T11:54:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d029af9a8301faa99d2a61a7f01d4d132e284491'/>
<id>urn:sha1:d029af9a8301faa99d2a61a7f01d4d132e284491</id>
<content type='text'>
This removes the unused Intel special version of BF_ENC().

ok tb@
</content>
</entry>
<entry>
<title>Remove unused c2l/c2ln/l2c/l2cn macros.</title>
<updated>2024-03-27T11:44:39+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2024-03-27T11:44:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fe7f39474112e8457a4c4b11568e0baa6ae428f3'/>
<id>urn:sha1:fe7f39474112e8457a4c4b11568e0baa6ae428f3</id>
<content type='text'>
</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>
</feed>
