| Commit message (Expand) | Author | Age | Files | Lines |
* | consolidate dsa serialization loading tests and improve verifier | Paul Kehrer | 2014-12-22 | 1 | -0/+7 |
* | Update the license header for every source file, as well as the documentation. | Alex Gaynor | 2014-11-16 | 1 | -12/+3 |
* | Simplify code and add test | Alex Gaynor | 2014-06-30 | 1 | -0/+3 |
* | Fixes #1200 -- disallow GCM truncation by default | Alex Gaynor | 2014-06-29 | 1 | -4/+6 |
* | modify RSA numbers loading to match elliptic curve | Paul Kehrer | 2014-06-20 | 1 | -4/+1 |
* | backend specific RSA*Key implementation for OpenSSL | Paul Kehrer | 2014-06-12 | 1 | -17/+15 |
* | Minor fixes | Ayrx | 2014-05-09 | 1 | -1/+1 |
* | Modified HKDF to use HKDFExpand | Ayrx | 2014-05-07 | 1 | -3/+2 |
* | Rename OpenSSLSerializationBackend | Alex Stapleton | 2014-04-25 | 1 | -0/+18 |
* | switch to a lambda | Paul Kehrer | 2014-03-19 | 1 | -13/+5 |
* | rename some things | Paul Kehrer | 2014-03-19 | 1 | -6/+6 |
* | add FIPS 186-2/3 signature verification tests for RSA PKCSv15 and PSS | Paul Kehrer | 2014-03-19 | 1 | -11/+21 |
* | import order fixes for future automated checking | Paul Kehrer | 2014-03-19 | 1 | -8/+6 |
* | pass the hash class rather than using getattr | Paul Kehrer | 2014-03-16 | 1 | -7/+7 |
* | fix indentation | Paul Kehrer | 2014-03-16 | 1 | -18/+18 |
* | add RSA PSS verification support | Paul Kehrer | 2014-03-16 | 1 | -0/+33 |
* | Added future imports and licenses that are missing | Alex Gaynor | 2014-03-08 | 1 | -0/+15 |
* | Don't expose extract and expand on this class yet because we don't know how b... | David Reid | 2014-02-03 | 1 | -2/+2 |
* | Closer to proposed interface in #513. | David Reid | 2014-02-03 | 1 | -14/+18 |
* | Use the nist vector loader. | David Reid | 2014-02-03 | 1 | -18/+12 |
* | Break up hkdf_derive into hkdf_extract and hkdf_expand. | David Reid | 2014-02-03 | 1 | -9/+41 |
* | Refactor HKDF support and provide vectors for tests. | David Reid | 2014-02-03 | 1 | -0/+31 |
* | okay this time really finish the rename. Up example iterations to 100k | Paul Kehrer | 2014-01-28 | 1 | -2/+2 |
* | PBKDF2 support for OpenSSL backend | Paul Kehrer | 2014-01-28 | 1 | -0/+25 |
* | Represent the hash vectors more cleanly | Alex Gaynor | 2014-01-27 | 1 | -5/+2 |
* | Fixed test for earlier exceptino | Alex Gaynor | 2014-01-01 | 1 | -6/+3 |
* | re-add some removed generators to simplify patch | Paul Kehrer | 2013-12-27 | 1 | -0/+20 |
* | refactor all tests to use mark instead of generator skips | Paul Kehrer | 2013-12-26 | 1 | -141/+25 |
* | Cover a missed branch | Alex Gaynor | 2013-12-24 | 1 | -2/+1 |
* | restrict gcm tags to a minimum of 4 bytes in length | Paul Kehrer | 2013-12-21 | 1 | -0/+7 |
* | don't modify params on parametrized tests | Paul Kehrer | 2013-12-20 | 1 | -8/+8 |
* | pep8 | Alex Gaynor | 2013-12-13 | 1 | -1/+1 |
* | Make this less invasive | Alex Gaynor | 2013-12-13 | 1 | -177/+280 |
* | Clean up test generation to not use generators anymore and use parametrization | Alex Gaynor | 2013-12-13 | 1 | -332/+209 |
* | raise ValueErrors when supplying/not supplying tags for GCM | Paul Kehrer | 2013-12-04 | 1 | -0/+35 |
* | create AEADEncryptionContext and DecryptionContext | Paul Kehrer | 2013-11-29 | 1 | -1/+1 |
* | raise TypeError if you attempt to get the tag attribute on a decrypt | Paul Kehrer | 2013-11-29 | 1 | -0/+9 |
* | rename add_data to authenticate_additional_data for clarity (hopefully) | Paul Kehrer | 2013-11-29 | 1 | -5/+5 |
* | invalidtag exception for gcm | Paul Kehrer | 2013-11-29 | 1 | -2/+2 |
* | enforce AEAD add_data before update | Paul Kehrer | 2013-11-29 | 1 | -8/+10 |
* | _AEADCipherContext refactor | Paul Kehrer | 2013-11-29 | 1 | -0/+4 |
* | rename NotFinalized exception to NotYetFinalized because alex is right | Paul Kehrer | 2013-11-29 | 1 | -2/+2 |
* | GCM support | Paul Kehrer | 2013-11-29 | 1 | -2/+103 |
* | Use keyword argument forms everywhere. | David Reid | 2013-11-25 | 1 | -7/+7 |
* | Explicit backend | David Reid | 2013-11-20 | 1 | -5/+5 |
* | Fixed using copied hashes | Alex Gaynor | 2013-11-12 | 1 | -0/+6 |
* | Remove separate file loaders and replace with one | Paul Kehrer | 2013-11-11 | 1 | -4/+18 |
* | ARC4 support | Paul Kehrer | 2013-11-07 | 1 | -0/+39 |
* | block cipher rename | Paul Kehrer | 2013-11-06 | 1 | -2/+2 |
* | Encode Reasons. | David Reid | 2013-11-01 | 1 | -1/+1 |