<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/evp, branch OPENBSD_5_7_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_5_7_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_5_7_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-03-08T16:48:48+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2git to create tag 'OPENBSD_5_7_BASE'.</title>
<updated>2015-03-08T16:48:48+00:00</updated>
<author>
<name>cvs2svn</name>
<email>admin@example.com</email>
</author>
<published>2015-03-08T16:48:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=da1a9ad3a4a867ba6569c05e6fca66d7f296c553'/>
<id>urn:sha1:da1a9ad3a4a867ba6569c05e6fca66d7f296c553</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Regen</title>
<updated>2015-02-15T14:35:30+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-02-15T14:35:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=abd73a522ddcc1102ca86cc090873f4547b8bb41'/>
<id>urn:sha1:abd73a522ddcc1102ca86cc090873f4547b8bb41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>1.18 would introduce a possible out-of-bounds access in the error path;</title>
<updated>2015-02-14T15:49:51+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-02-14T15:49:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7c212c070d546611ce90c48f5bf1c210dcb0a2f6'/>
<id>urn:sha1:7c212c070d546611ce90c48f5bf1c210dcb0a2f6</id>
<content type='text'>
Coverity CID 105346
ok doug@
</content>
</entry>
<entry>
<title>Remove DEBUG_PKCS5V2 code.</title>
<updated>2015-02-14T15:45:21+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-02-14T15:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2b58a2e1ecb2c9193af7cfb72d8b8691ff753122'/>
<id>urn:sha1:2b58a2e1ecb2c9193af7cfb72d8b8691ff753122</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable building with -DOPENSSL_NO_DEPRECATED.</title>
<updated>2015-02-11T03:19:37+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-02-11T03:19:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e816a1ec1d4411707051912b945e8eab7a5a94e8'/>
<id>urn:sha1:e816a1ec1d4411707051912b945e8eab7a5a94e8</id>
<content type='text'>
If you didn't enable deprecated code, there were missing err.h and
bn.h includes.  This commit allows building with or without deprecated
code.

This was not derived from an OpenSSL commit.  However, they recently
enabled OPENSSL_NO_DEPRECATED in git and fixed these header problems
in a different way.

Verified with clang that this only changes line numbers in the generated
asm.

ok miod@
</content>
</entry>
<entry>
<title>unifdef OPENSSL_NO_RC5</title>
<updated>2015-02-10T11:45:09+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-10T11:45:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0e00b54259b72223c829e23953d3e6a04ac1b68e'/>
<id>urn:sha1:0e00b54259b72223c829e23953d3e6a04ac1b68e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove RC5 code - this is not currently enabled and is not likely to ever</title>
<updated>2015-02-10T11:37:58+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-10T11:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f1d598735f0b0ffb1d0c0a4960577043026a928e'/>
<id>urn:sha1:f1d598735f0b0ffb1d0c0a4960577043026a928e</id>
<content type='text'>
be enabled.

Removes one symbol from libcrypto, however there is no ABI change.

ok beck@ miod@ tedu@
</content>
</entry>
<entry>
<title>EVP_BytesToKey(): return through the error path (which cleans things up)</title>
<updated>2015-02-10T09:55:39+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-02-10T09:55:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f801e3b0ae96bcc98cbe6390456e30ff4efecd20'/>
<id>urn:sha1:f801e3b0ae96bcc98cbe6390456e30ff4efecd20</id>
<content type='text'>
if EVP_DigestInit_ex() fails.
</content>
</entry>
<entry>
<title>Replace assert() and OPENSSL_assert() calls with proper error return paths.</title>
<updated>2015-02-10T09:52:35+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-02-10T09:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=edf340ccfb8b64c1c344e29963a2093fe1298a86'/>
<id>urn:sha1:edf340ccfb8b64c1c344e29963a2093fe1298a86</id>
<content type='text'>
Careful review, feedback &amp; ok doug@ jsing@
</content>
</entry>
<entry>
<title>Remove unnecessary include of assert.h</title>
<updated>2015-02-10T09:50:12+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-02-10T09:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9a78b93a933764528a75722869255ee06e8eab6c'/>
<id>urn:sha1:9a78b93a933764528a75722869255ee06e8eab6c</id>
<content type='text'>
</content>
</entry>
</feed>
