<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/des, branch OPENBSD_7_4</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_4</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_4'/>
<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>More style(9).</title>
<updated>2023-07-08T07:34:34+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2023-07-08T07:34:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=504c63e0950c4057c00ed7e8f35975096b6c06e0'/>
<id>urn:sha1:504c63e0950c4057c00ed7e8f35975096b6c06e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hit the des directory with the loving mallet of knfmt</title>
<updated>2023-07-08T07:11:07+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2023-07-08T07:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=690a2d7bb2ae49af3eba452cabf6daa1c05c5468'/>
<id>urn:sha1:690a2d7bb2ae49af3eba452cabf6daa1c05c5468</id>
<content type='text'>
ok tb@
</content>
</entry>
<entry>
<title>Move all data blocks from .text to .rodata and cleanup up and homogeneize code</title>
<updated>2023-02-01T20:45:04+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2023-02-01T20:45:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5957c398bf683b5334ed18dd0f830b1cfffbf027'/>
<id>urn:sha1:5957c398bf683b5334ed18dd0f830b1cfffbf027</id>
<content type='text'>
responsible from getting the proper address of those blocks.

ok tb@ jsing@
</content>
</entry>
<entry>
<title>Remove various unused assembly files and assembly generation scripts.</title>
<updated>2023-01-19T04:43:25+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2023-01-19T04:43:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=75a105da975385a04d8c902ad79590a23b7dbdbf'/>
<id>urn:sha1:75a105da975385a04d8c902ad79590a23b7dbdbf</id>
<content type='text'>
These are just creating clutter and cause grep noise.

ok miod@
</content>
</entry>
<entry>
<title>spelling fixes; from paul tagliamonte</title>
<updated>2022-12-26T07:18:53+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2022-12-26T07:18:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120'/>
<id>urn:sha1:2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120</id>
<content type='text'>
i removed the arithmetics -&gt; arithmetic changes, as i felt they
were not clearly correct

ok tb
</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>Switch to &lt;endian.h&gt; from &lt;machine/endian.h&gt; for better portability.</title>
<updated>2021-11-09T18:40:21+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2021-11-09T18:40:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4d7b2a303b0012f3d9ea474efcca97480a760a9e'/>
<id>urn:sha1:4d7b2a303b0012f3d9ea474efcca97480a760a9e</id>
<content type='text'>
ok tb@
</content>
</entry>
<entry>
<title>lenght -&gt; length</title>
<updated>2019-01-21T23:20:31+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2019-01-21T23:20:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=85de2dd411d027af648d214d2e796529c456f58c'/>
<id>urn:sha1:85de2dd411d027af648d214d2e796529c456f58c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DES keys are not 7 days long.  ok jsing@</title>
<updated>2017-02-09T03:43:05+00:00</updated>
<author>
<name>dtucker</name>
<email></email>
</author>
<published>2017-02-09T03:43:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d3efc892ebb9552c82db399aa6cb2b758e55e56d'/>
<id>urn:sha1:d3efc892ebb9552c82db399aa6cb2b758e55e56d</id>
<content type='text'>
</content>
</entry>
</feed>
