<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/vectors, branch private-key-serialization-docs</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>add X25519 test vectors from RFC 7748 section 5.2 (#3685)</title>
<updated>2017-06-06T12:01:03+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-06T12:01:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=cfdc6057e10224fe989eec2f05cce33d0d495a75'/>
<id>cfdc6057e10224fe989eec2f05cce33d0d495a75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>when you :%s/\:/=/g sometimes there's a colon you shouldn't have touched (#3678)</title>
<updated>2017-06-05T01:02:58+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-05T01:02:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=cf7b35403dd1c88c9de31d449b716fd646707ea0'/>
<id>cf7b35403dd1c88c9de31d449b716fd646707ea0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add ChaCha20Poly1305 test vectors from OpenSSL/RFC7539 (#3673)</title>
<updated>2017-06-04T21:09:03+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-04T21:09:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=66dcd38fadc9ec8785de19aedc698cade93cbe26'/>
<id>66dcd38fadc9ec8785de19aedc698cade93cbe26</id>
<content type='text'>
* add ChaCha20Poly1305 test vectors from OpenSSL/RFC7539

* add the boringssl tests as well

* highlight the lines
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add ChaCha20Poly1305 test vectors from OpenSSL/RFC7539

* add the boringssl tests as well

* highlight the lines
</pre>
</div>
</content>
</entry>
<entry>
<title>Post release tasks to open master for 2.0 (#3644)</title>
<updated>2017-05-30T03:10:39+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-05-30T03:10:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=b90e8d81a3814331fafc732fa0f2d44f5f71dfbb'/>
<id>b90e8d81a3814331fafc732fa0f2d44f5f71dfbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>1.9 version bump and changelog (#3641)</title>
<updated>2017-05-30T02:10:46+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-05-30T02:10:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=23ead43fd70df17828937dac9521df1753ce9407'/>
<id>23ead43fd70df17828937dac9521df1753ce9407</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enlarge _oid2txt buffer to handle larger OIDs (#3612)</title>
<updated>2017-05-29T21:33:20+00:00</updated>
<author>
<name>Fraser Tweedale</name>
<email>frase@frase.id.au</email>
</author>
<published>2017-05-29T21:33:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=d607dd7e5bc5c08854ec0c9baff70ba4a35be36f'/>
<id>d607dd7e5bc5c08854ec0c9baff70ba4a35be36f</id>
<content type='text'>
The OpenSSL manual recommends a buffer size of 80 for OBJ_oid2txt:
https://www.openssl.org/docs/crypto/OBJ_nid2ln.html#return_values.
But OIDs longer than this occur in real life (e.g. Active Directory
makes some very long OIDs).  If the length of the stringified OID
exceeds the buffer size, allocate a new buffer that is big enough to
hold the stringified OID, and re-do the conversion into the new
buffer.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The OpenSSL manual recommends a buffer size of 80 for OBJ_oid2txt:
https://www.openssl.org/docs/crypto/OBJ_nid2ln.html#return_values.
But OIDs longer than this occur in real life (e.g. Active Directory
makes some very long OIDs).  If the length of the stringified OID
exceeds the buffer size, allocate a new buffer that is big enough to
hold the stringified OID, and re-do the conversion into the new
buffer.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing space in vector #3522 (#3523)</title>
<updated>2017-04-28T19:05:00+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-04-28T19:05:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=f2b541f16d6b4a4bba56dbb1f04be863ec66a9c6'/>
<id>f2b541f16d6b4a4bba56dbb1f04be863ec66a9c6</id>
<content type='text'>
The original source of this vector does not have a space,  we added it by accident</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original source of this vector does not have a space,  we added it by accident</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #3461 -- added a test vector with SCTs (#3462)</title>
<updated>2017-03-20T03:12:19+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-03-20T03:12:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5f9c5cb4b8a96941d91904c88339a4dfbe024487'/>
<id>5f9c5cb4b8a96941d91904c88339a4dfbe024487</id>
<content type='text'>
* Refs #3461 -- added a test vector with SCTs

* timestamp is a word
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refs #3461 -- added a test vector with SCTs

* timestamp is a word
</pre>
</div>
</content>
</entry>
<entry>
<title>port 1.8.1 changelog and update master for 1.9 release cycle (#3440)</title>
<updated>2017-03-10T12:36:18+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-03-10T12:36:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=d0aad454865849d652d52e040f2828bf42e2edca'/>
<id>d0aad454865849d652d52e040f2828bf42e2edca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>1.8 version bump and changelog date (#3438)</title>
<updated>2017-03-10T02:43:42+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-03-10T02:43:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=928e4ee28564359973298624cf023ae5ea7f62c3'/>
<id>928e4ee28564359973298624cf023ae5ea7f62c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
