Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ChaCha20Poly1305 support (#3680) | Paul Kehrer | 2017-06-08 | 1 | -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 Kehrer | 2017-05-29 | 1 | -5/+5 |
| | |||||
* | move MACContext to mac.py and eliminate interfaces.py (#3631) | Paul Kehrer | 2017-05-29 | 1 | -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 support | Paul Kehrer | 2015-10-21 | 1 | -0/+1 |
| | |||||
* | Kill Key Exchange as a separate interface | Simo Sorce | 2015-10-15 | 1 | -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 interface | Simo Sorce | 2015-10-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Updated CMAC documentation | Ayrx | 2014-04-22 | 1 | -2/+1 |
| | |||||
* | Added CMAC docs | Ayrx | 2014-04-22 | 1 | -1/+2 |
| | |||||
* | add RSA PKCS1 signing (and structure for PSS + verification) | Paul Kehrer | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | Changed module name from otp to twofactor. | Ayrx | 2014-02-21 | 1 | -1/+1 |
| | |||||
* | Updated documentation. | Ayrx | 2014-02-21 | 1 | -0/+1 |
| | |||||
* | RSA key docs | Alex Stapleton | 2014-02-05 | 1 | -0/+1 |
| | |||||
* | documentation improvements for KDF | Paul Kehrer | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | pbkdf2 docs | Paul Kehrer | 2014-01-28 | 1 | -0/+1 |
| | |||||
* | Beginnings of a constant_time module. | Julian Krause | 2013-12-04 | 1 | -0/+1 |
| | |||||
* | Add a new Mode interface to document mode.name and start on some prose docs ↵ | David Reid | 2013-11-07 | 1 | -0/+1 |
| | | | | for interfaces. | ||||
* | Made a sphinx extension which emits the hazardous materials danger admonition | Alex Gaynor | 2013-10-29 | 1 | -6/+1 |
| | |||||
* | Start of docs | Alex Gaynor | 2013-10-29 | 1 | -0/+1 |
| | |||||
* | HMAC support | Paul Kehrer | 2013-10-28 | 1 | -0/+1 |
| | | | | | | Conflicts: docs/primitives/index.rst tests/hazmat/primitives/utils.py | ||||
* | Move the danger to the very top of the file | Donald Stufft | 2013-10-28 | 1 | -3/+3 |
| | |||||
* | Warn about dragons and dinosaurs with laser guns | Donald Stufft | 2013-10-28 | 1 | -0/+7 |
| | |||||
* | Move primtives into a hazmat package | Donald Stufft | 2013-10-28 | 1 | -0/+8 |