<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/bf, branch libressl-v3.9.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.9.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.9.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2023-07-31T05:04:06+00:00</updated>
<entry>
<title>Remove more *_options() stuff</title>
<updated>2023-07-31T05:04:06+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-07-31T05:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dc6989fcceeb8a299b2364670053a568ea83d2ff'/>
<id>urn:sha1:dc6989fcceeb8a299b2364670053a568ea83d2ff</id>
<content type='text'>
The public symbols were removed. Some prototypes and in the case of DES
even the implementation remained.

ok jsing
</content>
</entry>
<entry>
<title>Remove various ${thing}_options</title>
<updated>2023-07-28T10:35:14+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-07-28T10:35:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e91177528644d7ab4206592aac5a07f85a3ceec2'/>
<id>urn:sha1:e91177528644d7ab4206592aac5a07f85a3ceec2</id>
<content type='text'>
Various, ancient ciphers exposed some of their innards via an _options()
API. Apart from openssl version/speed, only some lua thingie in nmap ever
looked at these. Go figure.

hppa testing by miod, i386 testing by sthen. Thanks!

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>Use named initialisers.</title>
<updated>2022-11-11T12:23:49+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-11-11T12:23:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4ad675f79b03c3ae59399babb76cfcd996726ad9'/>
<id>urn:sha1:4ad675f79b03c3ae59399babb76cfcd996726ad9</id>
<content type='text'>
Requested by tb@
</content>
</entry>
<entry>
<title>Merge bf_pi.h into bf_skey.c.</title>
<updated>2022-11-11T12:22:21+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-11-11T12:22:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=515b68df34e463f963c997e3ed167e402f5be758'/>
<id>urn:sha1:515b68df34e463f963c997e3ed167e402f5be758</id>
<content type='text'>
There's not much point having a static table in a header file that is only
included in one source file.

Discussed with tb@
</content>
</entry>
<entry>
<title>Tidy includes, fix comment style and mop up some blank lines.</title>
<updated>2022-11-11T12:18:25+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-11-11T12:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8668822fff3b64de3ab1f0cad5857d289d5b93c6'/>
<id>urn:sha1:8668822fff3b64de3ab1f0cad5857d289d5b93c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whack blowfish with a style(9) bat.</title>
<updated>2022-11-11T12:08:29+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-11-11T12:08:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=93924f8ead544a95708c2444e4b454f1b7c8cf8b'/>
<id>urn:sha1:93924f8ead544a95708c2444e4b454f1b7c8cf8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove useless ancient files.</title>
<updated>2022-11-06T15:10:08+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-11-06T15:10:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c888f9c0fe2646fe05673606f316eff7d72b133c'/>
<id>urn:sha1:c888f9c0fe2646fe05673606f316eff7d72b133c</id>
<content type='text'>
ok beck@ tb@
</content>
</entry>
<entry>
<title>KNF for BF_KEY</title>
<updated>2021-11-30T18:31:36+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-11-30T18:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a35b2067f4e3baa93b3e73d4d9660ecd76d16d23'/>
<id>urn:sha1:a35b2067f4e3baa93b3e73d4d9660ecd76d16d23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explicitly export a list of symbols from libcrypto.</title>
<updated>2016-12-21T15:49:29+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-12-21T15:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=18adabd97858ed28289c9dc31e8042c515840be4'/>
<id>urn:sha1:18adabd97858ed28289c9dc31e8042c515840be4</id>
<content type='text'>
Move the "internal" BN functions from bn.h to bn_lcl.h and stop exporting
the bn_* symbols. These are documented as only being intended for internal
use, so why they were placed in a public header is beyond me...

This hides 363 previously exported symbols, most of which exist in headers
that are not installed and were never intended to be public. This also
removes a few crusty old things that should have died long ago (like
_ossl_old_des_read_pw). But don't worry... there are still 3451 symbols
exported from the library.

With input and testing from inoguchi@.

ok beck@ inoguchi@
</content>
</entry>
</feed>
