<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ecgen.git/src/invalid, branch 0.6.5</title>
<subtitle>Tool for generating Elliptic curve domain parameters
</subtitle>
<id>https://git.neuromancer.sk/ecgen.git/atom?h=0.6.5</id>
<link rel='self' href='https://git.neuromancer.sk/ecgen.git/atom?h=0.6.5'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/'/>
<updated>2018-03-03T00:24:03Z</updated>
<entry>
<title>Add direcory names to include guards.</title>
<updated>2018-03-03T00:24:03Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-03-03T00:24:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=d53630043dedeef63a1ea8063c537a939d43afda'/>
<id>urn:sha1:d53630043dedeef63a1ea8063c537a939d43afda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some memory leaks in threaded invalid generation.</title>
<updated>2018-02-03T20:58:03Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-02-03T20:58:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=dedb8c3f127a3198c45dd29221f524d1227c207a'/>
<id>urn:sha1:dedb8c3f127a3198c45dd29221f524d1227c207a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Valgrind warnings about timeout struct allocations.</title>
<updated>2018-02-03T19:09:25Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-02-03T19:09:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=ed7e99ebc7c50523e5a2c6f21c8f89028348da71'/>
<id>urn:sha1:ed7e99ebc7c50523e5a2c6f21c8f89028348da71</id>
<content type='text'>
 - Make them dynamically allocated, per thread, not on stack.

 - Also fix a small invalid read of deallocated generator point.
</content>
</entry>
<entry>
<title>Update copyright year.</title>
<updated>2018-01-01T22:52:25Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-01-01T22:52:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=2f60be9eb7535207782bf98de088775f608213a7'/>
<id>urn:sha1:2f60be9eb7535207782bf98de088775f608213a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add hex check to cli.</title>
<updated>2017-10-19T15:49:19Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-10-19T15:49:19Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=619805117c469a61deb9da992f9a14439191ca7d'/>
<id>urn:sha1:619805117c469a61deb9da992f9a14439191ca7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup the CLI options parsing and enums a bit.</title>
<updated>2017-10-18T22:31:24Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-10-18T22:31:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=d01ac5799cf7283de1b26cac07578ca039bd5047'/>
<id>urn:sha1:d01ac5799cf7283de1b26cac07578ca039bd5047</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format and update README.</title>
<updated>2017-10-14T11:51:47Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-10-14T11:51:47Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=4dece41c236a7e92ab04205e8b6e076a2514a528'/>
<id>urn:sha1:4dece41c236a7e92ab04205e8b6e076a2514a528</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make config_t *cfg a global variable.</title>
<updated>2017-10-14T11:25:47Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-10-14T11:25:47Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=80514f24dae8352f39f9a9e49c0d9afbd8edd432'/>
<id>urn:sha1:80514f24dae8352f39f9a9e49c0d9afbd8edd432</id>
<content type='text'>
The config is setup from parsing CLI options and then doesn't
change for the whole duration of running ecgen, so it makes sense
to make it a global variable.
</content>
</entry>
<entry>
<title>Cleanup invalid and exhaustive generation.</title>
<updated>2017-10-04T21:34:34Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-10-04T21:34:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=3997822941ebb377cc590b7c8c929eb334a470d6'/>
<id>urn:sha1:3997822941ebb377cc590b7c8c929eb334a470d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new/create/free funcs for malloced exhaustive_t.</title>
<updated>2017-09-30T14:34:50Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-09-30T14:34:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=64ccc59f390cb3a3a2f0347c8807fe4091bb5cd8'/>
<id>urn:sha1:64ccc59f390cb3a3a2f0347c8807fe4091bb5cd8</id>
<content type='text'>
</content>
</entry>
</feed>
