<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/tests/wycheproof, branch goddamnit</title>
<subtitle>github.com: pyca/cryptography.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/'/>
<entry>
<title>ed25519 support (#4114)</title>
<updated>2019-02-27T04:33:07+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-02-27T04:33:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=cd05e2ac5b8336dac78a0dd73ec9a7baa06208c6'/>
<id>cd05e2ac5b8336dac78a0dd73ec9a7baa06208c6</id>
<content type='text'>
* ed25519 support

* review feedback
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ed25519 support

* review feedback
</pre>
</div>
</content>
</entry>
<entry>
<title>Run wycheproof RSA tests on LibreSSL&gt;=2.8 (#4737)</title>
<updated>2019-01-24T15:48:19+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-01-24T15:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=d2e85573d6bcdd23a9c719dacf182165bafa22c9'/>
<id>d2e85573d6bcdd23a9c719dacf182165bafa22c9</id>
<content type='text'>
* Run wycheproof RSA tests on LibreSSL&gt;=2.8

* Define it this way

* These are errors on libressl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Run wycheproof RSA tests on LibreSSL&gt;=2.8

* Define it this way

* These are errors on libressl
</pre>
</div>
</content>
</entry>
<entry>
<title>Serialization x25519 (#4688)</title>
<updated>2019-01-15T03:50:17+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-01-15T03:50:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=c6c25c21496858271fbc4c89fb102074fd3d5f60'/>
<id>c6c25c21496858271fbc4c89fb102074fd3d5f60</id>
<content type='text'>
* modify x25519 serialization to match x448

supports raw and pkcs8 encoding on private_bytes
supports raw and subjectpublickeyinfo on public_bytes

deprecates zero argument call to public_bytes

* add docs

* this is public now

* don't need that

* review feedback
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* modify x25519 serialization to match x448

supports raw and pkcs8 encoding on private_bytes
supports raw and subjectpublickeyinfo on public_bytes

deprecates zero argument call to public_bytes

* add docs

* this is public now

* don't need that

* review feedback
</pre>
</div>
</content>
</entry>
<entry>
<title>Support compressed points in the wycheproof tests (#4648)</title>
<updated>2018-12-18T02:44:15+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-12-18T02:44:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=d13fd93ddde42c806929f334ae03c02b954aa64a'/>
<id>d13fd93ddde42c806929f334ae03c02b954aa64a</id>
<content type='text'>
* Support compressed points in the wycheproof tests

* Handle entries with no public key

* Ok, let's try this
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Support compressed points in the wycheproof tests

* Handle entries with no public key

* Ok, let's try this
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #4375 -- added ECDH EC point wycheproof tests (#4384)</title>
<updated>2018-08-06T02:12:28+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-08-06T02:12:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=3cd630b325372c3ad05d9fb2ea816db13d9d8584'/>
<id>3cd630b325372c3ad05d9fb2ea816db13d9d8584</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #4375 -- added RSA PSS wycheproof tests (#4381)</title>
<updated>2018-08-02T22:49:25+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-08-02T22:49:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=ebfa6690437daa9c97c856007e1f1527b4cd7a82'/>
<id>ebfa6690437daa9c97c856007e1f1527b4cd7a82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #4375 -- integrate wycheproof AES CCM tests (#4379)</title>
<updated>2018-08-02T06:13:52+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-08-02T06:13:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=f6ccb2ef6c5d787955c2b25d1d0b542152d8aaeb'/>
<id>f6ccb2ef6c5d787955c2b25d1d0b542152d8aaeb</id>
<content type='text'>
* Refs #4375 -- integrate wycheproof AES CCM tests

* Skip these tests if we don't have CCM support
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refs #4375 -- integrate wycheproof AES CCM tests

* Skip these tests if we don't have CCM support
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated wycheproof tests for new upstream vectors (#4378)</title>
<updated>2018-08-01T10:53:39+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-08-01T10:53:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=8d46eafc90793282fb007ed3dde51d761edcf595'/>
<id>8d46eafc90793282fb007ed3dde51d761edcf595</id>
<content type='text'>
* updated tests for upstream wycheproof changes

* Updated AES tests

* oops, flake8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* updated tests for upstream wycheproof changes

* Updated AES tests

* oops, flake8
</pre>
</div>
</content>
</entry>
<entry>
<title>Update comment (#4371)</title>
<updated>2018-07-26T03:27:00+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-07-26T03:27:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=e722e557e08171e265008711b824df44d4e9ec7d'/>
<id>e722e557e08171e265008711b824df44d4e9ec7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #3331 -- integrated wycheproof ECDH tests (#4354)</title>
<updated>2018-07-18T10:20:48+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-07-18T10:20:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=feb134586ee6ca56e2c53b35d0ffbb79eb1b5dee'/>
<id>feb134586ee6ca56e2c53b35d0ffbb79eb1b5dee</id>
<content type='text'>
* Refs #3331 -- integrated wycheproof ECDH tests

* flake8 + missing assert

* Handle this error case

* skip on unsupported

* shouldn't need to try here any more
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refs #3331 -- integrated wycheproof ECDH tests

* flake8 + missing assert

* Handle this error case

* skip on unsupported

* shouldn't need to try here any more
</pre>
</div>
</content>
</entry>
</feed>
