<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/stack, 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-07-11T08:44:49+00:00</updated>
<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>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>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>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: no need for null check before free</title>
<updated>2014-05-30T06:22:57+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-05-30T06:22:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=93efbaa11c9b941fe460a1f6bfa75b21d8624e53'/>
<id>urn:sha1:93efbaa11c9b941fe460a1f6bfa75b21d8624e53</id>
<content type='text'>
ok tedu guenther
</content>
</entry>
<entry>
<title>if (x) free(x) -&gt; free(x); semantic patch generated with coccinelle, carefully</title>
<updated>2014-05-22T21:12:16+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-05-22T21:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=31181df3ca3b68e1419bc9a97e4aee92a5f91f73'/>
<id>urn:sha1:31181df3ca3b68e1419bc9a97e4aee92a5f91f73</id>
<content type='text'>
eyeballed before applying. Contributed by Cyril Roelandt on tech@
</content>
</entry>
<entry>
<title>does sunos not have memmove? sorry, i guess sunos will not have libressl.</title>
<updated>2014-05-17T20:15:50+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2014-05-17T20:15:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7da0655fc79f8180f533b96609f2f2133a5e2eba'/>
<id>urn:sha1:7da0655fc79f8180f533b96609f2f2133a5e2eba</id>
<content type='text'>
ok guenther miod
</content>
</entry>
<entry>
<title>simple reallocarray to check multiplies. ok guenther</title>
<updated>2014-05-17T17:35:04+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2014-05-17T17:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0e64a86aa704c838b78e66bd2cd1f53176c49326'/>
<id>urn:sha1:0e64a86aa704c838b78e66bd2cd1f53176c49326</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bring back ASN1_seq_pack(), ASN1_seq_unpack(), ASN1_pack_string() and</title>
<updated>2014-05-12T19:16:35+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-05-12T19:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7a7ff1dccd97019b66147536d7a7a26738f11452'/>
<id>urn:sha1:7a7ff1dccd97019b66147536d7a7a26738f11452</id>
<content type='text'>
ASN1_unpack_string() from the NO_ASN1_OLD purge; turns out that some Ruby
extensions still use them, unfortunately, so we need to give them some more
time to catch up on ``recent'' interfaces.

Riding on the libcrypto major bump.
</content>
</entry>
<entry>
<title>KNF.</title>
<updated>2014-04-20T13:54:10+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-04-20T13:54:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d3fda773003efa5472ca3786bdc03a00d42b0860'/>
<id>urn:sha1:d3fda773003efa5472ca3786bdc03a00d42b0860</id>
<content type='text'>
</content>
</entry>
</feed>
