<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/evp/e_des3.c, branch OPENBSD_6_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2019-05-14T15:40:44+00:00</updated>
<entry>
<title>Correct missing test to determine if length is in bytes or in bits.</title>
<updated>2019-05-14T15:40:44+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2019-05-14T15:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0034d5d9dc275b8ad29ec7e59f36ccdc055111dd'/>
<id>urn:sha1:0034d5d9dc275b8ad29ec7e59f36ccdc055111dd</id>
<content type='text'>
Issue found by Guido Vranken &lt;guidovranken@gmail.com&gt;
ok tedu@ tb@
</content>
</entry>
<entry>
<title>unifdef EVP_CHECK_DES_KEY: Ben Kaduk noticed it has a syntax error; that</title>
<updated>2015-10-12T06:05:52+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-10-12T06:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6b5533302f38d023e5695dade57c09ac256a199e'/>
<id>urn:sha1:6b5533302f38d023e5695dade57c09ac256a199e</id>
<content type='text'>
error was present in the original 2004 commit, so it hasn't been used in
over 11 years, thus exceeding our deprecation requirements by over a decade.
OpenSSL has chosen to *fix it*; we'll gladly watch it burn

ok jsing@
</content>
</entry>
<entry>
<title>None of these need to include &lt;openssl/rand.h&gt;</title>
<updated>2014-10-18T17:20:40+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-10-18T17:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0bad55f54f7132a386746f23ba4f2d106d115563'/>
<id>urn:sha1:0bad55f54f7132a386746f23ba4f2d106d115563</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Now that DES_random_key() can be trusted, use it to generate DES keys in the</title>
<updated>2014-07-22T18:10:48+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-22T18:10:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8e384f2a8538561af8b66a3122653dcc0c6fc6e4'/>
<id>urn:sha1:8e384f2a8538561af8b66a3122653dcc0c6fc6e4</id>
<content type='text'>
EVP_CTRL_RAND_KEY method handlers, rather than generating a random odd key and
not even checking it against the weak keys list.

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>Stop including standard headers via cryptlib.h - pull in the headers that</title>
<updated>2014-07-10T13:58:23+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-10T13:58:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c917c683bc93c68fbf4310ac181f7906e76b3c94'/>
<id>urn:sha1:c917c683bc93c68fbf4310ac181f7906e76b3c94</id>
<content type='text'>
are needed in the source files that actually require them.

ok beck@ miod@
</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>More KNF.</title>
<updated>2014-05-15T15:55:55+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-05-15T15:55:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f6b6054589b1f9aa85fabfe254a9647519d258f2'/>
<id>urn:sha1:f6b6054589b1f9aa85fabfe254a9647519d258f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove KSSL debug code.</title>
<updated>2014-05-08T15:46:24+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-05-08T15:46:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ee6c68e1d755bec18064833051d95911c0503e15'/>
<id>urn:sha1:ee6c68e1d755bec18064833051d95911c0503e15</id>
<content type='text'>
"fire bomb" tedu@
</content>
</entry>
</feed>
