<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luaossl/doc, branch rel-20170903</title>
<subtitle>A mirror of http://25thandClement.com/~william/projects/luaossl.git
</subtitle>
<id>https://git.lua4.win/luaossl/atom?h=rel-20170903</id>
<link rel='self' href='https://git.lua4.win/luaossl/atom?h=rel-20170903'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luaossl/'/>
<updated>2017-08-30T15:09:55+00:00</updated>
<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>Merge branch 'curves_list'</title>
<updated>2017-08-30T13:37:13+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2017-08-30T13:36:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luaossl/commit/?id=24c947d934703c5b59edfe8229f9fa5202ffc86d'/>
<id>urn:sha1:24c947d934703c5b59edfe8229f9fa5202ffc86d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>openssl.ssl: Bind SSL_set1_curves_list as ssl:setCurvesList()</title>
<updated>2017-04-12T05:35:48+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2017-04-06T04:51:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luaossl/commit/?id=f92ced1a1448c07ae19c3832a278867859371f76'/>
<id>urn:sha1:f92ced1a1448c07ae19c3832a278867859371f76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document ssl:getVerifyResult()</title>
<updated>2017-04-04T05:17:53+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2017-04-04T05:17:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luaossl/commit/?id=62f401c31942d16c1b28ebb528ca0f444a2b9af3'/>
<id>urn:sha1:62f401c31942d16c1b28ebb528ca0f444a2b9af3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add methods ssl:setVerify(), ssl:getVerify(), ssl:getCertificate() and ssl:setPrivateKey()</title>
<updated>2017-04-04T05:17:29+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2017-04-04T05:15:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luaossl/commit/?id=a5ba3b4fbadb8369d9f6602f86f33703f3d043de'/>
<id>urn:sha1:a5ba3b4fbadb8369d9f6602f86f33703f3d043de</id>
<content type='text'>
Similar to same methods that already exist on ssl.context object
</content>
</entry>
<entry>
<title>Bind SSL_set_SSL_CTX</title>
<updated>2017-04-03T09:49:34+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2017-04-03T09:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luaossl/commit/?id=e8e6bfa098bfe24fd5d6f021f030b64fffa453ff'/>
<id>urn:sha1:e8e6bfa098bfe24fd5d6f021f030b64fffa453ff</id>
<content type='text'>
For #84
</content>
</entry>
<entry>
<title>Document missing context methods</title>
<updated>2017-04-03T09:40:37+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2017-04-03T09:40:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luaossl/commit/?id=c22a04c2d24665d5ee7615c1888ef41fdf44440f'/>
<id>urn:sha1:c22a04c2d24665d5ee7615c1888ef41fdf44440f</id>
<content type='text'>
Closes #66
</content>
</entry>
<entry>
<title>Merge branch 'ocsp'</title>
<updated>2017-04-03T08:44:36+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2017-04-03T08:44:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luaossl/commit/?id=f7e557e2df27eae7b08d4e974e3f847ee09f03ae'/>
<id>urn:sha1:f7e557e2df27eae7b08d4e974e3f847ee09f03ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add docs for OCSP functions</title>
<updated>2017-04-03T08:37:14+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2017-04-03T08:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luaossl/commit/?id=b8e6d9e9de0f5431957a1df666cf6c4753a49518'/>
<id>urn:sha1:b8e6d9e9de0f5431957a1df666cf6c4753a49518</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove trailing whitespace</title>
<updated>2017-04-03T07:09:16+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2017-04-03T07:09:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luaossl/commit/?id=edd8e804be78b3748fdd21b2cdd187b5def56612'/>
<id>urn:sha1:edd8e804be78b3748fdd21b2cdd187b5def56612</id>
<content type='text'>
</content>
</entry>
</feed>
