<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/cversion.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>2018-02-17T06:56:12+00:00</updated>
<entry>
<title>Fix behaviour of OpenSSL_version().</title>
<updated>2018-02-17T06:56:12+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-02-17T06:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b732099185abf3eb7cfc13188bc9d63577329586'/>
<id>urn:sha1:b732099185abf3eb7cfc13188bc9d63577329586</id>
<content type='text'>
The constant values do not map 1:1 to SSLeay_version(), so implement it
separately.

Issue noted by schwarze@
</content>
</entry>
<entry>
<title>Start providing parts of the OpenSSL 1.1 API.</title>
<updated>2018-02-14T16:32:06+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-02-14T16:32:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=595ecf011ce6c3ad8ff0cdae736f28693c08ca35'/>
<id>urn:sha1:595ecf011ce6c3ad8ff0cdae736f28693c08ca35</id>
<content type='text'>
This will ease the burden on ports and others trying to make software
work with LibreSSL, while avoiding #ifdef mazes. Note that we are not
removing 1.0.1 API or making things opaque, hence software written to
use the older APIs will continue to work, as will software written to
use the 1.1 API (as more functionality become available).

Discussed at length with deraadt@ and others.
</content>
</entry>
<entry>
<title>Clean up versioning and remove #ifdefs that we do not define.</title>
<updated>2014-07-11T11:42:28+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-11T11:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=02081abee1b3fbb67da2125cd5370ab47e57beb9'/>
<id>urn:sha1:02081abee1b3fbb67da2125cd5370ab47e57beb9</id>
<content type='text'>
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>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-04-20T14:32:19+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-04-20T14:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=21b8918796c8690927f44901431ed2751dfd1304'/>
<id>urn:sha1:21b8918796c8690927f44901431ed2751dfd1304</id>
<content type='text'>
</content>
</entry>
<entry>
<title>We'll interpret a (void) cast on snprintf() to mean it's been verified that</title>
<updated>2014-04-19T11:46:39+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2014-04-19T11:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=15e0442b8cfbbc095af4db97db7cd2b6d8dc23d0'/>
<id>urn:sha1:15e0442b8cfbbc095af4db97db7cd2b6d8dc23d0</id>
<content type='text'>
truncation is either desirable, not an issue, or is detected and handled later

ok deraadt@
</content>
</entry>
<entry>
<title>some KNF cleanup following the script</title>
<updated>2014-04-17T17:50:45+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-04-17T17:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=27f04b6fefa84dda7e41d6cbfd72696e7ea088b0'/>
<id>urn:sha1:27f04b6fefa84dda7e41d6cbfd72696e7ea088b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>As we now remove it permanently, we no longer need NO_WINDOWS_BRAINDEATH</title>
<updated>2014-04-15T17:20:09+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2014-04-15T17:20:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=94d2da095c9806d45b2591eded4d26e5ca5cc18e'/>
<id>urn:sha1:94d2da095c9806d45b2591eded4d26e5ca5cc18e</id>
<content type='text'>
as a build time option...
ok deraadt@ miod@
</content>
</entry>
<entry>
<title>Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions</title>
<updated>2014-04-15T16:21:04+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2014-04-15T16:21:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=815e93e74514b0f699488f372d491cf84236cd99'/>
<id>urn:sha1:815e93e74514b0f699488f372d491cf84236cd99</id>
<content type='text'>
where the return value is ignored changing to (void) snprintf.
ok deraadt@
</content>
</entry>
</feed>
