aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/index.rst
Commit message (Collapse)AuthorAgeFilesLines
* ChaCha20Poly1305 support (#3680)Paul Kehrer2017-06-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * chacha20poly1305 support * add chacha20poly1305 backend and some fixes * refactor * forgot to remove this * pep8 * review feedback and a lot of type/value checking * review feedback * raise unsupportedalgorithm when creating a ChaCha20Poly1305 object if it's not supported. * switch to ciphertext||tag * typo * remove a branch we don't need * review feedback * decrypts is *also* a word * use reasons
* reorder the primitives list and improve a few titles (#3640)Paul Kehrer2017-05-291-5/+5
|
* move MACContext to mac.py and eliminate interfaces.py (#3631)Paul Kehrer2017-05-291-1/+0
| | | | | | | | | | | | | * 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
* AES keywrap supportPaul Kehrer2015-10-211-0/+1
|
* Kill Key Exchange as a separate interfaceSimo Sorce2015-10-151-1/+0
| | | | | | | | Ultimately it was decided that ECDH and the others can be implemented as simple classes without the overhead of an interface. So ... let's kill it, it was a fun process. Signed-off-by: Simo Sorce <simo@redhat.com>
* Introduce Key Exchange Agreements interfaceSimo Sorce2015-10-071-0/+1
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Updated CMAC documentationAyrx2014-04-221-2/+1
|
* Added CMAC docsAyrx2014-04-221-1/+2
|
* add RSA PKCS1 signing (and structure for PSS + verification)Paul Kehrer2014-02-231-1/+1
|
* Changed module name from otp to twofactor.Ayrx2014-02-211-1/+1
|
* Updated documentation.Ayrx2014-02-211-0/+1
|
* RSA key docsAlex Stapleton2014-02-051-0/+1
|
* documentation improvements for KDFPaul Kehrer2014-01-281-1/+1
|
* pbkdf2 docsPaul Kehrer2014-01-281-0/+1
|
* Beginnings of a constant_time module.Julian Krause2013-12-041-0/+1
|
* Add a new Mode interface to document mode.name and start on some prose docs ↵David Reid2013-11-071-0/+1
| | | | for interfaces.
* Made a sphinx extension which emits the hazardous materials danger admonitionAlex Gaynor2013-10-291-6/+1
|
* Start of docsAlex Gaynor2013-10-291-0/+1
|
* HMAC supportPaul Kehrer2013-10-281-0/+1
| | | | | | Conflicts: docs/primitives/index.rst tests/hazmat/primitives/utils.py
* Move the danger to the very top of the fileDonald Stufft2013-10-281-3/+3
|
* Warn about dragons and dinosaurs with laser gunsDonald Stufft2013-10-281-0/+7
|
* Move primtives into a hazmat packageDonald Stufft2013-10-281-0/+8