<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/bf/blowfish.h, 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-01-25T17:59:44+00:00</updated>
<entry>
<title>Remove #error if OPENSSL_NO_FOO is defined</title>
<updated>2025-01-25T17:59:44+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-01-25T17:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5d52abc236226c5a47c36b07e2256e77141e373a'/>
<id>urn:sha1:5d52abc236226c5a47c36b07e2256e77141e373a</id>
<content type='text'>
discussed with jsing
</content>
</entry>
<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>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>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>Remove bogus preprocessor statements trying to pick the largest integer</title>
<updated>2014-07-10T09:01:04+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-10T09:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=23766ed83538ea4d81ccbd3d526fe4d73691a9e6'/>
<id>urn:sha1:23766ed83538ea4d81ccbd3d526fe4d73691a9e6</id>
<content type='text'>
type for BF_LONG, MD[45]_LONG and SHA_LONG.

First, the preprocessor symbols they check for a 64-bit system is __ILP64__
which no sane system provides; second, on the platforms which have assembler
code to speed things up, the assembler code assumes a 32-bit type will be used.
</content>
</entry>
<entry>
<title>tags as requested by miod and tedu</title>
<updated>2014-06-12T15:49:31+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-12T15:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=59f4f2c61d71e266d37dd2fc97615b3fd35b4721'/>
<id>urn:sha1:59f4f2c61d71e266d37dd2fc97615b3fd35b4721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Almost nothing actually needs to include &lt;openssl/e_os2.h&gt;, however by</title>
<updated>2014-05-24T09:16:08+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-05-24T09:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=81c3704f0fa44495d3a569a9f2c35b5bf8bef3be'/>
<id>urn:sha1:81c3704f0fa44495d3a569a9f2c35b5bf8bef3be</id>
<content type='text'>
including it they get &lt;openssl/opensslconf.h&gt;. So instead of pulling in
&lt;openssl/e_os2.h&gt;, just pull in &lt;openssl/opensslconf.h&gt;.

"go ahead" miod@
</content>
</entry>
<entry>
<title>Remove _CRAY references. Note that this pleads for the use of &lt;stdint.h&gt;</title>
<updated>2014-04-16T04:38:11+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-04-16T04:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b8a4f14a0fc6d4be2de52a124e247319774006f5'/>
<id>urn:sha1:b8a4f14a0fc6d4be2de52a124e247319774006f5</id>
<content type='text'>
fixed-width types instead of choosing int or long depending upon what we
think the architecture support.
</content>
</entry>
<entry>
<title>remove FIPS mode support. people who require FIPS can buy something that</title>
<updated>2014-04-15T20:06:10+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2014-04-15T20:06:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f88d9acb16e601adf96b4de4b1041d52d0d846da'/>
<id>urn:sha1:f88d9acb16e601adf96b4de4b1041d52d0d846da</id>
<content type='text'>
meets their needs, but dumping it in here only penalizes the rest of us.
ok beck deraadt
</content>
</entry>
<entry>
<title>resolve conflicts</title>
<updated>2012-10-13T21:25:14+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2012-10-13T21:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=942650cdef05a877200cb7aff3a075935a5fd0cd'/>
<id>urn:sha1:942650cdef05a877200cb7aff3a075935a5fd0cd</id>
<content type='text'>
</content>
</entry>
</feed>
