| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add verify function to hmac and hashes. | Julian Krause | 2013-12-17 | 1 | -0/+4 |
| | | |||||
| * | invalidtag exception for gcm | Paul Kehrer | 2013-11-29 | 1 | -0/+4 |
| | | | | | | This exception is probably not safe. It depends on the assumption that if ERR_get_error returns a 0 then it is an AEAD tag error. | ||||
| * | enforce AEAD add_data before update | Paul Kehrer | 2013-11-29 | 1 | -0/+4 |
| | | |||||
| * | rename NotFinalized exception to NotYetFinalized because alex is right | Paul Kehrer | 2013-11-29 | 1 | -1/+1 |
| | | | | | ...it does read better that way | ||||
| * | GCM support | Paul Kehrer | 2013-11-29 | 1 | -0/+4 |
| | | |||||
| * | raise an exception if you try to use a HashContext after finalize is called. | David Reid | 2013-11-12 | 1 | -0/+4 |
| | | |||||
| * | Changed excpetion name based on feedback from dreid | Alex Gaynor | 2013-11-02 | 1 | -1/+1 |
| | | |||||
| * | pep8 | Alex Gaynor | 2013-11-02 | 1 | -0/+1 |
| | | |||||
| * | Document and implement the public API for when the backend doesn't support ↵ | Alex Gaynor | 2013-11-02 | 1 | -0/+15 |
| the requested algorithm | |||||
