<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/ecdsa.git/src, branch eddsa</title>
<subtitle>github.com: warner/python-ecdsa.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/'/>
<entry>
<title>WIP: interoperability tests with openssl</title>
<updated>2021-08-03T12:06:06+00:00</updated>
<author>
<name>Hubert Kario</name>
<email>hkario@redhat.com</email>
</author>
<published>2021-07-23T17:08:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/commit/?id=9e6ce5f4e9bec6c24f42728c337acf95717901f6'/>
<id>9e6ce5f4e9bec6c24f42728c337acf95717901f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for DER and PEM serialisation of EdDSA keys</title>
<updated>2021-07-29T19:18:54+00:00</updated>
<author>
<name>Hubert Kario</name>
<email>hkario@redhat.com</email>
</author>
<published>2021-07-23T17:06:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/commit/?id=fbae6311700aac7795f60602447bbd2c0cfabfe1'/>
<id>fbae6311700aac7795f60602447bbd2c0cfabfe1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add EdDSA support to SigningKey and VerifyingKey</title>
<updated>2021-07-29T19:18:47+00:00</updated>
<author>
<name>Hubert Kario</name>
<email>hkario@redhat.com</email>
</author>
<published>2021-07-22T17:21:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/commit/?id=5b248ac1bf4478b7b7825abbb71a0283e23091f0'/>
<id>5b248ac1bf4478b7b7825abbb71a0283e23091f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add low level EdDSA methods</title>
<updated>2021-07-26T13:42:34+00:00</updated>
<author>
<name>Hubert Kario</name>
<email>hkario@redhat.com</email>
</author>
<published>2021-07-21T18:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/commit/?id=6fc43538647eff2d2288002d423cf8d696c3dae3'/>
<id>6fc43538647eff2d2288002d423cf8d696c3dae3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Encoding and decoding byte byte representations of Edwards points</title>
<updated>2021-07-26T13:42:34+00:00</updated>
<author>
<name>Hubert Kario</name>
<email>hkario@redhat.com</email>
</author>
<published>2021-07-20T17:43:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/commit/?id=e37d06e4b88cc05597f0364f4007818f00f81ed3'/>
<id>e37d06e4b88cc05597f0364f4007818f00f81ed3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Twisted Edwards curve point arithmetic</title>
<updated>2021-07-26T13:27:15+00:00</updated>
<author>
<name>Hubert Kario</name>
<email>hkario@redhat.com</email>
</author>
<published>2021-07-19T19:07:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/commit/?id=9671b8543ce87ea40c97b99305857d748eba8ac5'/>
<id>9671b8543ce87ea40c97b99305857d748eba8ac5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add SHAKE-256 implementation</title>
<updated>2021-07-20T13:19:53+00:00</updated>
<author>
<name>Hubert Kario</name>
<email>hkario@redhat.com</email>
</author>
<published>2021-07-15T19:32:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/commit/?id=b52ef334e2bb472d13500b232f520aed7a5ba8b2'/>
<id>b52ef334e2bb472d13500b232f520aed7a5ba8b2</id>
<content type='text'>
On earlier pythons we don't have the ability to set the size of
SHAKE-256 output, so we need to use our own implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On earlier pythons we don't have the ability to set the size of
SHAKE-256 output, so we need to use our own implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for writing keys with explicit curve parameters</title>
<updated>2021-05-20T22:11:06+00:00</updated>
<author>
<name>Hubert Kario</name>
<email>hubert@kario.pl</email>
</author>
<published>2021-05-04T00:36:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/commit/?id=717c04cad4ccc6441a644530a847d611adb2d1e2'/>
<id>717c04cad4ccc6441a644530a847d611adb2d1e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support reading keys with explicitly encoded curve parameters</title>
<updated>2021-05-20T22:11:06+00:00</updated>
<author>
<name>Hubert Kario</name>
<email>hubert@kario.pl</email>
</author>
<published>2021-05-03T22:53:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/commit/?id=c7e285a102ef2e06ace32e838318bf11d628d969'/>
<id>c7e285a102ef2e06ace32e838318bf11d628d969</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support for limiting acceptable curve encodings</title>
<updated>2021-05-20T22:11:06+00:00</updated>
<author>
<name>Hubert Kario</name>
<email>hubert@kario.pl</email>
</author>
<published>2021-05-03T21:41:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ecdsa.git/commit/?id=2574d215ee5e6115235dd0b941e3b5b341763e76'/>
<id>2574d215ee5e6115235dd0b941e3b5b341763e76</id>
<content type='text'>
as some standards, like PKIX in X.509 certificates, don't allow
for explicit curve paramters, provide an API that limits the
supported formats
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as some standards, like PKIX in X.509 certificates, don't allow
for explicit curve paramters, provide an API that limits the
supported formats
</pre>
</div>
</content>
</entry>
</feed>
