<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/des, branch libressl-v2.1.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.1.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.1.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2014-10-28T07:35:59+00:00</updated>
<entry>
<title>deregister; no binary change</title>
<updated>2014-10-28T07:35:59+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2014-10-28T07:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0505bd63c15c82aead21cde52afbf6c41421d140'/>
<id>urn:sha1:0505bd63c15c82aead21cde52afbf6c41421d140</id>
<content type='text'>
ok jsing@ miod@
</content>
</entry>
<entry>
<title>Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().</title>
<updated>2014-10-22T13:02:04+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-10-22T13:02:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fa457604779ff38b511fdfdae3c6a78664281c22'/>
<id>urn:sha1:fa457604779ff38b511fdfdae3c6a78664281c22</id>
<content type='text'>
arc4random_buf() is guaranteed to always succeed - it is worth noting
that a number of the replaced function calls were already missing return
value checks.

ok deraadt@
</content>
</entry>
<entry>
<title>Remove useless comments in DES_is_weak_key(). Do we really care that this</title>
<updated>2014-10-12T20:48:58+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-10-12T20:48:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7c6875aa96e2c3ef7b8f7cca8a49601fbca7b5b5'/>
<id>urn:sha1:7c6875aa96e2c3ef7b8f7cca8a49601fbca7b5b5</id>
<content type='text'>
function was found broken in 1993, and later on in 1997?
</content>
</entry>
<entry>
<title>replace more ROTATE macros with plain-old C code.</title>
<updated>2014-08-18T19:15:34+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2014-08-18T19:15:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=14d7e512f02ca19b08bb321eadc6d6490ae21f11'/>
<id>urn:sha1:14d7e512f02ca19b08bb321eadc6d6490ae21f11</id>
<content type='text'>
Let the compiler optimize these. Even older versions of gcc generate
equal or better quality code than the inline asm.

ok miod@
</content>
</entry>
<entry>
<title>In DES_random_key(), force the generated key to the odd parity before checking</title>
<updated>2014-07-22T18:09:20+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-22T18:09:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ae3ddac8a2c0327ef4ee78740df590f055b72097'/>
<id>urn:sha1:ae3ddac8a2c0327ef4ee78740df590f055b72097</id>
<content type='text'>
it is not one of the weak and semi-weak keys.

Even though the probability of generating a weak key with incorrect parity is
abysmally small, there is no reason to be correct (although, if you're in a
need for fresh DES keys nowadays, you should seriously consider switching to
a stronger symmetric cipher algorithm).

ok beck@
</content>
</entry>
<entry>
<title>Only import cryptlib.h in the four source files that actually need it.</title>
<updated>2014-07-11T08:44:49+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-11T08:44:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=74e2c009c83ad374bd6acdcfc376a384e25ab007'/>
<id>urn:sha1:74e2c009c83ad374bd6acdcfc376a384e25ab007</id>
<content type='text'>
Remove the openssl public includes from cryptlib.h and add a small number
of includes into the source files that actually need them. While here,
also sort/group/tidy the includes.

ok beck@ miod@
</content>
</entry>
<entry>
<title>Explicitly include &lt;openssl/opensslconf.h&gt; in every file that references</title>
<updated>2014-07-10T22:45:58+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-10T22:45:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=62348213609ef233110561d1a6ed67ad66df1c7e'/>
<id>urn:sha1:62348213609ef233110561d1a6ed67ad66df1c7e</id>
<content type='text'>
an OPENSSL_NO_* define. This avoids relying on something else pulling it
in for us, plus it fixes several cases where the #ifndef OPENSSL_NO_XYZ is
never going to do anything, since OPENSSL_NO_XYZ will never defined, due
to the fact that opensslconf.h has not been included.

This also includes some miscellaneous sorting/tidying of headers.
</content>
</entry>
<entry>
<title>Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to be</title>
<updated>2014-07-09T16:06:14+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-09T16:06:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fe535df650692f5223eb9afe4a8c46e41351c604'/>
<id>urn:sha1:fe535df650692f5223eb9afe4a8c46e41351c604</id>
<content type='text'>
more friendly to systems where the underscore flavours may be defined as empty.
Found the hard way be bcook@; joint brainstrom with bcook beck and guenther
</content>
</entry>
<entry>
<title>remove unused, private version strings except SSL_version_str</title>
<updated>2014-07-09T11:10:51+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2014-07-09T11:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0563b5d49da5a96960925938b3e4f3152e6f5c92'/>
<id>urn:sha1:0563b5d49da5a96960925938b3e4f3152e6f5c92</id>
<content type='text'>
Also remove unused des_ver.h, which exports some of these strings, but is not installed.

ok miod@ tedu@
</content>
</entry>
<entry>
<title>Remove undocumented _des_crypt() interface and its companion header file,</title>
<updated>2014-07-08T16:07:37+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-08T16:07:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7fe3a8bc98ac25e33c1da163ac4e6f5dc7603a30'/>
<id>urn:sha1:7fe3a8bc98ac25e33c1da163ac4e6f5dc7603a30</id>
<content type='text'>
which had never been installed, so it's unlikely something ever used this
in the last 15~20 years.

ok deraadt@ jsing@ beck@
</content>
</entry>
</feed>
