Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The HKDF limit is actually 255 * digest_length_in_bytes (#4037) | Paul Kehrer | 2018-01-06 | 1 | -2/+20 |
| | | | | | | | | | | | * The HKDF limit is actually 255 * digest_length_in_bytes Previously we had a bug where we divided digest_size by 8...but HashAlgorithm.digest_size is already in bytes. * test longer output * changelog | ||||
* | Fixes #3211 -- fixed hkdf's output with short length (#3215) | Alex Gaynor | 2016-11-06 | 1 | -0/+11 |
| | |||||
* | Refs #1870 - replace six.u with u prefix in tests/hazmat/primitives | Eeshan Garg | 2015-04-29 | 1 | -8/+6 |
| | |||||
* | Update the license header for every source file, as well as the documentation. | Alex Gaynor | 2014-11-16 | 1 | -12/+3 |
| | | | | Fixes #1209 | ||||
* | Change how we represented that a test requires a backend. | Alex Gaynor | 2014-10-23 | 1 | -2/+3 |
| | | | | This way is more extensible and requires less maintaince | ||||
* | Modified HKDF to use HKDFExpand | Ayrx | 2014-05-07 | 1 | -0/+3 |
| | |||||
* | Renamed HKDFExpandOnly to HKDFExpand | Ayrx | 2014-05-07 | 1 | -7/+7 |
| | |||||
* | Fixed test failures | Ayrx | 2014-05-06 | 1 | -4/+4 |
| | |||||
* | Added tests for HKDFExpandOnly | Ayrx | 2014-05-05 | 1 | -1/+59 |
| | |||||
* | Update tests and raise sites | Alex Stapleton | 2014-03-27 | 1 | -2/+4 |
| | |||||
* | Fixed #809 -- switch back to always using UnsupportedAlgorithm | Alex Gaynor | 2014-03-27 | 1 | -2/+2 |
| | |||||
* | a few small fixes | Paul Kehrer | 2014-03-19 | 1 | -0/+1 |
| | |||||
* | import order fixes for future automated checking | Paul Kehrer | 2014-03-19 | 1 | -2/+1 |
| | |||||
* | Small style cleanup for imports | Alex Gaynor | 2014-03-15 | 1 | -2/+2 |
| | |||||
* | Fixed pep8 error | Ayrx | 2014-03-15 | 1 | -1/+3 |
| | |||||
* | Added backend check to kdf primitives | Ayrx | 2014-03-15 | 1 | -1/+8 |
| | |||||
* | Properly mark all test cases as dependant on HMAC. | David Reid | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | Don't forget InvalidKey. | David Reid | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | Import exception classes instead of the exceptions module. | David Reid | 2014-02-03 | 1 | -4/+4 |
| | |||||
* | Don't expose extract and expand on this class yet because we don't know how ↵ | David Reid | 2014-02-03 | 1 | -18/+0 |
| | | | | best to expose verify functionality, continue testing the stages using the private methods. | ||||
* | Complete test coverage | David Reid | 2014-02-03 | 1 | -0/+26 |
| | |||||
* | Use six.u for great good. | David Reid | 2014-02-03 | 1 | -5/+19 |
| | |||||
* | Consistently use double quotes. | David Reid | 2014-02-03 | 1 | -11/+11 |
| | |||||
* | Aggressively type-check for text. | David Reid | 2014-02-03 | 1 | -0/+40 |
| | |||||
* | bytes all the things. | David Reid | 2014-02-03 | 1 | -6/+6 |
| | |||||
* | Add test cases for length checking and already finalized. | David Reid | 2014-02-03 | 1 | -0/+85 |