<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/docs/hazmat/primitives/mac, branch dependabot/github_actions/actions/setup-python-v2.2.1</title>
<subtitle>github.com: pyca/cryptography.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/'/>
<entry>
<title>update docs to not use backends (#5404)</title>
<updated>2020-08-29T13:28:32+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-08-29T13:28:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=31a5da73f88f04558aac538682b0901326c37152'/>
<id>31a5da73f88f04558aac538682b0901326c37152</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>optional backend for hash, cipher, cmac, hmac, keywrap (#5394)</title>
<updated>2020-08-15T13:50:47+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-08-15T13:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=4fe585447aae672eaaee4529e6311f767440ab80'/>
<id>4fe585447aae672eaaee4529e6311f767440ab80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add class methods for poly1305 sign verify operations (#4932)</title>
<updated>2019-07-08T20:44:11+00:00</updated>
<author>
<name>Jeff Yang</name>
<email>jeffjieyang@gmail.com</email>
</author>
<published>2019-07-08T20:44:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=cd59bd275ecc484b1662c86ae9ef0a64eb17d00f'/>
<id>cd59bd275ecc484b1662c86ae9ef0a64eb17d00f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>poly1305 support (#4802)</title>
<updated>2019-03-10T02:12:00+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-03-10T02:12:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=b73ed5a6a3067c832413a6b4c987667a9d545153'/>
<id>b73ed5a6a3067c832413a6b4c987667a9d545153</id>
<content type='text'>
* poly1305 support

* some more tests

* have I mentioned how bad the spellchecker is?

* doc improvements

* EVP_PKEY_new_raw_private_key copies the key but that's not documented

Let's assume that might change and be very defensive

* review feedback

* add a test that fails on a tag of the correct length but wrong value

* docs improvements
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* poly1305 support

* some more tests

* have I mentioned how bad the spellchecker is?

* doc improvements

* EVP_PKEY_new_raw_private_key copies the key but that's not documented

Let's assume that might change and be very defensive

* review feedback

* add a test that fails on a tag of the correct length but wrong value

* docs improvements
</pre>
</div>
</content>
</entry>
<entry>
<title>remove maccontext (#4803)</title>
<updated>2019-03-08T01:53:09+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-03-08T01:53:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=6d04e958abef078042c9a82ddbaa2d3c384db4fa'/>
<id>6d04e958abef078042c9a82ddbaa2d3c384db4fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support byteslike in hmac update (#4705)</title>
<updated>2019-01-17T15:41:25+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-01-17T15:41:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=8d9ea52be9e7de1373641d3afaed9b292cb03f43'/>
<id>8d9ea52be9e7de1373641d3afaed9b292cb03f43</id>
<content type='text'>
needed for some KDF keying material</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
needed for some KDF keying material</pre>
</div>
</content>
</entry>
<entry>
<title>support bytes-like keys in CMAC and HMAC contexts (#4701)</title>
<updated>2019-01-17T01:10:48+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-01-17T01:10:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=bfc6fae472457c37abafb3818b44f0bd639be6cc'/>
<id>bfc6fae472457c37abafb3818b44f0bd639be6cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>switch to py3 on docs job (#4230)</title>
<updated>2018-05-12T19:17:06+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-05-12T19:17:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=056c9ddc412fb23b81d3192f9f4e2403982ef09a'/>
<id>056c9ddc412fb23b81d3192f9f4e2403982ef09a</id>
<content type='text'>
* switch to py3 on docs job

* somehow unicode isn't a word
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* switch to py3 on docs job

* somehow unicode isn't a word
</pre>
</div>
</content>
</entry>
<entry>
<title>move MACContext to mac.py and eliminate interfaces.py (#3631)</title>
<updated>2017-05-29T15:13:35+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-05-29T15:13:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=7bc36865fcdb1057a4d2925d28f688c5590d6eaf'/>
<id>7bc36865fcdb1057a4d2925d28f688c5590d6eaf</id>
<content type='text'>
* move MACContext to mac.py and eliminate interfaces.py finally

* improve title

* re-add and deprecate interfaces.MACContext

* use pytest.warns instead of deprecated_call

The pytest docs insist that deprecation warnings are handled differently
and that you should use deprecated_call, but this works so okay then
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* move MACContext to mac.py and eliminate interfaces.py finally

* improve title

* re-add and deprecate interfaces.MACContext

* use pytest.warns instead of deprecated_call

The pytest docs insist that deprecation warnings are handled differently
and that you should use deprecated_call, but this works so okay then
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove provider language from docs (#3072)</title>
<updated>2016-07-31T13:49:59+00:00</updated>
<author>
<name>Gabriel Orisaka</name>
<email>orisaka@gmail.com</email>
</author>
<published>2016-07-31T13:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=617fe4b487485d993def60e9e35175c8e4d229ac'/>
<id>617fe4b487485d993def60e9e35175c8e4d229ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
