<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luaossl, branch rel-20170901</title>
<subtitle>A mirror of http://25thandClement.com/~william/projects/luaossl.git
</subtitle>
<id>https://git.lua4.win/luaossl/atom?h=rel-20170901</id>
<link rel='self' href='https://git.lua4.win/luaossl/atom?h=rel-20170901'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luaossl/'/>
<updated>2017-09-01T04:20:21+00:00</updated>
<entry>
<title>Only use lua-compat-5.3 if running &lt; 5.3</title>
<updated>2017-09-01T04:20:21+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2017-09-01T04:20:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luaossl/commit/?id=d06f504deb34bc49f7935f386508217270e1bcb7'/>
<id>urn:sha1:d06f504deb34bc49f7935f386508217270e1bcb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix broken make install rule</title>
<updated>2017-08-30T17:09:26+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2017-08-30T17:09:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luaossl/commit/?id=068543e777a2a8cb2fea33e9569bfdd0593f7946'/>
<id>urn:sha1:068543e777a2a8cb2fea33e9569bfdd0593f7946</id>
<content type='text'>
</content>
</entry>
<entry>
<title>openssl &gt;=1.1.0 doesn't need to have locking initialised, nor config manually loaded</title>
<updated>2017-08-30T16:56:49+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2017-08-30T16:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luaossl/commit/?id=a639d67b566b55a5add82505dc4b6f819820f533'/>
<id>urn:sha1:a639d67b566b55a5add82505dc4b6f819820f533</id>
<content type='text'>
Part of #96
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'daurnimator/less-locks'</title>
<updated>2017-08-30T16:40:47+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2017-08-30T16:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luaossl/commit/?id=e917b0805fc9374b06cfd93204aefe5d3375d8d4'/>
<id>urn:sha1:e917b0805fc9374b06cfd93204aefe5d3375d8d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In compat_init we only need to anchor if we use CRYPTO_get_ex_new_index</title>
<updated>2017-08-30T16:32:53+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2017-08-30T16:32:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luaossl/commit/?id=d36d78f74c537c317528bc68ea734997054c6411'/>
<id>urn:sha1:d36d78f74c537c317528bc68ea734997054c6411</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move away from deprecated X509_CRL_get_* functions when setting values</title>
<updated>2017-08-30T16:28:25+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2017-08-30T16:27:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luaossl/commit/?id=dbb042053c531d7df2d4254f273ffb9dae269f58'/>
<id>urn:sha1:dbb042053c531d7df2d4254f273ffb9dae269f58</id>
<content type='text'>
Use X509_CRL_set1_* instead which perform a copy (which means we have to allocate and destroy an ASN1_TIME)

Part of #96
</content>
</entry>
<entry>
<title>Move to key generation *_ex functions.</title>
<updated>2017-08-30T15:14:05+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2017-08-30T15:14:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luaossl/commit/?id=b8f81f0afb16aec1c82ce01223f87ebd6872f81f'/>
<id>urn:sha1:b8f81f0afb16aec1c82ce01223f87ebd6872f81f</id>
<content type='text'>
The old functions were deprecated in OpenSSL 1.1.0.

Part of #96
</content>
</entry>
<entry>
<title>Use 'generator' parameter for picking generator for DH keys (rather than 'exp'). Change default value to 2.</title>
<updated>2017-08-30T15:09:55+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2017-08-30T14:59:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luaossl/commit/?id=2f09a2946403782c5b2418103deb4c964810ca1e'/>
<id>urn:sha1:2f09a2946403782c5b2418103deb4c964810ca1e</id>
<content type='text'>
2 is the default generator for openssl; the number is a mostly arbitrary choice, and smaller values are faster.
</content>
</entry>
<entry>
<title>Add branch for each key type in pk_new field marshalling</title>
<updated>2017-08-30T15:09:54+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2017-08-30T14:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luaossl/commit/?id=2b86d68fd92a387dcbc3c9c62fa380c8d2a2e4aa'/>
<id>urn:sha1:2b86d68fd92a387dcbc3c9c62fa380c8d2a2e4aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use X509_CRL_get0_*Update when not modifying ASN1_TIME</title>
<updated>2017-08-30T15:09:52+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2017-08-30T14:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luaossl/commit/?id=93b158712b482d6fe7bebe6e2666937e86b80f79'/>
<id>urn:sha1:93b158712b482d6fe7bebe6e2666937e86b80f79</id>
<content type='text'>
</content>
</entry>
</feed>
