<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/doc, branch libressl-v2.2.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.2.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.2.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-06-20T01:07:25+00:00</updated>
<entry>
<title>Remove obsolete MDC-2DES from libcrypto.</title>
<updated>2015-06-20T01:07:25+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-06-20T01:07:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=13b44077b7b29b4c5c4e74960c560bfe55f3fde8'/>
<id>urn:sha1:13b44077b7b29b4c5c4e74960c560bfe55f3fde8</id>
<content type='text'>
ok deraadt@ jsing@ miod@
</content>
</entry>
<entry>
<title>Disable ENGINE_load_dynamic (dynamic engine support).</title>
<updated>2015-06-19T06:05:11+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2015-06-19T06:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1ef7c35782edea8e65610a2d9d6d6d08ea90983c'/>
<id>urn:sha1:1ef7c35782edea8e65610a2d9d6d6d08ea90983c</id>
<content type='text'>
We do not build, test or ship any dynamic engines, so we can remove the dynamic
engine loader as well. This leaves a stub initialization function in its place.

ok beck@, reyk@, miod@
</content>
</entry>
<entry>
<title>Words read better when they are separated by spaces.</title>
<updated>2015-02-14T18:08:20+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-02-14T18:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d04666e4754ff03d3f4e171f4da24871894aa15a'/>
<id>urn:sha1:d04666e4754ff03d3f4e171f4da24871894aa15a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix manual names that clash with other manuals</title>
<updated>2014-12-06T23:39:35+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2014-12-06T23:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b7015e06cfcf095d381ce7057c66453f1b2f8902'/>
<id>urn:sha1:b7015e06cfcf095d381ce7057c66453f1b2f8902</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OPENSSL_{malloc,free} -&gt; {malloc,free}</title>
<updated>2014-07-13T15:42:42+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-13T15:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2c3b7f8b200d039470bd0a6c3a6aee84efead2d0'/>
<id>urn:sha1:2c3b7f8b200d039470bd0a6c3a6aee84efead2d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove this sentence:</title>
<updated>2014-07-12T21:08:53+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-12T21:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dfcedbb8d062567129abc4ab6aafacdd627d519a'/>
<id>urn:sha1:dfcedbb8d062567129abc4ab6aafacdd627d519a</id>
<content type='text'>
``The probability that a randomly generated key is weak is -1/2^52,
  so it is not really worth checking for them.''

This kind of naively optimistic attitude is not compatible with security.
</content>
</entry>
<entry>
<title>Huge documentation update for libcrypto and libssl, mostly from Matt Caswell,</title>
<updated>2014-07-11T16:18:14+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-11T16:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5237aad1ecb732073cf0d8a7bcc0f2d4863f7c29'/>
<id>urn:sha1:5237aad1ecb732073cf0d8a7bcc0f2d4863f7c29</id>
<content type='text'>
Jeff Trawick, Jean-Paul Calderone, Michal Bozon, Jeffrey Walton and Rich Salz,
via OpenSSL trunk (with some parts not applying to us, such as SSLv2 support,
at least partially removed).
</content>
</entry>
<entry>
<title>Try and fix the horrible coding style of the example code snippets.</title>
<updated>2014-07-10T14:14:04+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-10T14:14:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=13e9dd3cf4255560273683054c0d5e2abbde067d'/>
<id>urn:sha1:13e9dd3cf4255560273683054c0d5e2abbde067d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove empty sections and references to des_modes(7) which we don't have.</title>
<updated>2014-07-10T13:53:11+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-10T13:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4813174951b534ca1bff04557cea82aa2dfc8c6d'/>
<id>urn:sha1:4813174951b534ca1bff04557cea82aa2dfc8c6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fewer lies, also do not document DES_3cbc_encrypt anymore.</title>
<updated>2014-07-10T13:38:52+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-10T13:38:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ce8f10566668baf1c4bc45d83ed1eb9e315b0c24'/>
<id>urn:sha1:ce8f10566668baf1c4bc45d83ed1eb9e315b0c24</id>
<content type='text'>
</content>
</entry>
</feed>
