<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/docs/development, 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>Change the link to appease linkcheck (#3677)</title>
<updated>2017-06-04T23:25:53+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-06-04T23:25:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5afd5694d2f276b68c8563c923d7d49f76cd597b'/>
<id>5afd5694d2f276b68c8563c923d7d49f76cd597b</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>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>allow global suppression of link flags (#3592)</title>
<updated>2017-05-24T19:49:18+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-05-24T19:49:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=adeaacfa567b32401d3bef848b78d078bf4393ec'/>
<id>adeaacfa567b32401d3bef848b78d078bf4393ec</id>
<content type='text'>
CRYPTOGRAPHY_SUPPRESS_LINK_FLAGS will now suppress link flags regardless
of platform. Additionally, CRYPTOGRAPHY_WINDOWS_LINK_LEGACY_OPENSSL is
now the flag you need if you want to link against &lt; 1.1.0 on windows.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CRYPTOGRAPHY_SUPPRESS_LINK_FLAGS will now suppress link flags regardless
of platform. Additionally, CRYPTOGRAPHY_WINDOWS_LINK_LEGACY_OPENSSL is
now the flag you need if you want to link against &lt; 1.1.0 on windows.</pre>
</div>
</content>
</entry>
<entry>
<title>time to remove commoncrypto, fare thee well (#3551)</title>
<updated>2017-05-20T17:09:02+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-05-20T17:09:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=51032351297b9bf7d783b7138ac0c142d8e38918'/>
<id>51032351297b9bf7d783b7138ac0c142d8e38918</id>
<content type='text'>
* time to remove commoncrypto, fare thee well

* remove even more

* update the changelog

* remove more things

* don't need this function

* remove CAST5 CTR tests since that was only supported in commoncrypto

* assert a thing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* time to remove commoncrypto, fare thee well

* remove even more

* update the changelog

* remove more things

* don't need this function

* remove CAST5 CTR tests since that was only supported in commoncrypto

* assert a thing
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs to reflect a change that occured long ago with bindings (#3517)</title>
<updated>2017-04-26T14:44:14+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-04-26T14:44:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=89c2ce465266c755125a31d6487e01ed358d965a'/>
<id>89c2ce465266c755125a31d6487e01ed358d965a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>format some function names in docs (#3511)</title>
<updated>2017-04-21T13:24:57+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-04-21T13:24:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=de569c58ff364ca0e31eba3933fae0d87029d7cf'/>
<id>de569c58ff364ca0e31eba3933fae0d87029d7cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Another site goes HTTPS! (#3477)</title>
<updated>2017-03-23T13:23:24+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-03-23T13:23:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=4a772a823d8b25712f91d0a0226f5b40ae269d2a'/>
<id>4a772a823d8b25712f91d0a0226f5b40ae269d2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
