aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_hkdf.py
Commit message (Collapse)AuthorAgeFilesLines
* Modified HKDF to use HKDFExpandAyrx2014-05-071-0/+3
|
* Renamed HKDFExpandOnly to HKDFExpandAyrx2014-05-071-7/+7
|
* Fixed test failuresAyrx2014-05-061-4/+4
|
* Added tests for HKDFExpandOnlyAyrx2014-05-051-1/+59
|
* Update tests and raise sitesAlex Stapleton2014-03-271-2/+4
|
* Fixed #809 -- switch back to always using UnsupportedAlgorithmAlex Gaynor2014-03-271-2/+2
|
* a few small fixesPaul Kehrer2014-03-191-0/+1
|
* import order fixes for future automated checkingPaul Kehrer2014-03-191-2/+1
|
* Small style cleanup for importsAlex Gaynor2014-03-151-2/+2
|
* Fixed pep8 errorAyrx2014-03-151-1/+3
|
* Added backend check to kdf primitivesAyrx2014-03-151-1/+8
|
* Properly mark all test cases as dependant on HMAC.David Reid2014-02-031-1/+1
|
* Don't forget InvalidKey.David Reid2014-02-031-1/+1
|
* Import exception classes instead of the exceptions module.David Reid2014-02-031-4/+4
|
* Don't expose extract and expand on this class yet because we don't know how ↵David Reid2014-02-031-18/+0
| | | | best to expose verify functionality, continue testing the stages using the private methods.
* Complete test coverageDavid Reid2014-02-031-0/+26
|
* Use six.u for great good.David Reid2014-02-031-5/+19
|
* Consistently use double quotes.David Reid2014-02-031-11/+11
|
* Aggressively type-check for text.David Reid2014-02-031-0/+40
|
* bytes all the things.David Reid2014-02-031-6/+6
|
* Add test cases for length checking and already finalized.David Reid2014-02-031-0/+85