aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/utils.py
Commit message (Expand)AuthorAgeFilesLines
* block_size isn't part of our interface and future hashes won't have it (#4366)Paul Kehrer2018-07-231-4/+3
* In RSA test vectors, use verify() to avoid warnings (#4047)Alex Gaynor2017-12-101-8/+14
* remove deprecated items (#3794)Paul Kehrer2017-07-201-12/+0
* time to remove commoncrypto, fare thee well (#3551)Paul Kehrer2017-05-201-3/+2
* postpone GCM authentication tag requirement until finalization (#3421)Philipp Gesang2017-05-021-2/+0
* disable blowfish in commoncrypto backend for key lengths under 64-bit (#3040)Paul Kehrer2016-07-101-0/+5
* KBKDF cleanup (#2929)Paul Kehrer2016-05-291-5/+7
* NIST SP 800-108 Counter Mode KDF (#2748)Jared2016-05-291-0/+52
* consolidate dsa serialization loading tests and improve verifierPaul Kehrer2014-12-221-0/+7
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
* Simplify code and add testAlex Gaynor2014-06-301-0/+3
* Fixes #1200 -- disallow GCM truncation by defaultAlex Gaynor2014-06-291-4/+6
* modify RSA numbers loading to match elliptic curvePaul Kehrer2014-06-201-4/+1
* backend specific RSA*Key implementation for OpenSSLPaul Kehrer2014-06-121-17/+15
* Minor fixesAyrx2014-05-091-1/+1
* Modified HKDF to use HKDFExpandAyrx2014-05-071-3/+2
* Rename OpenSSLSerializationBackendAlex Stapleton2014-04-251-0/+18
* switch to a lambdaPaul Kehrer2014-03-191-13/+5
* rename some thingsPaul Kehrer2014-03-191-6/+6
* add FIPS 186-2/3 signature verification tests for RSA PKCSv15 and PSSPaul Kehrer2014-03-191-11/+21
* import order fixes for future automated checkingPaul Kehrer2014-03-191-8/+6
* pass the hash class rather than using getattrPaul Kehrer2014-03-161-7/+7
* fix indentationPaul Kehrer2014-03-161-18/+18
* add RSA PSS verification supportPaul Kehrer2014-03-161-0/+33
* Added future imports and licenses that are missingAlex Gaynor2014-03-081-0/+15
* Don't expose extract and expand on this class yet because we don't know how b...David Reid2014-02-031-2/+2
* Closer to proposed interface in #513.David Reid2014-02-031-14/+18
* Use the nist vector loader.David Reid2014-02-031-18/+12
* Break up hkdf_derive into hkdf_extract and hkdf_expand.David Reid2014-02-031-9/+41
* Refactor HKDF support and provide vectors for tests.David Reid2014-02-031-0/+31
* okay this time really finish the rename. Up example iterations to 100kPaul Kehrer2014-01-281-2/+2
* PBKDF2 support for OpenSSL backendPaul Kehrer2014-01-281-0/+25
* Represent the hash vectors more cleanlyAlex Gaynor2014-01-271-5/+2
* Fixed test for earlier exceptinoAlex Gaynor2014-01-011-6/+3
* re-add some removed generators to simplify patchPaul Kehrer2013-12-271-0/+20
* refactor all tests to use mark instead of generator skipsPaul Kehrer2013-12-261-141/+25
* Cover a missed branchAlex Gaynor2013-12-241-2/+1
* restrict gcm tags to a minimum of 4 bytes in lengthPaul Kehrer2013-12-211-0/+7
* don't modify params on parametrized testsPaul Kehrer2013-12-201-8/+8
* pep8Alex Gaynor2013-12-131-1/+1
* Make this less invasiveAlex Gaynor2013-12-131-177/+280
* Clean up test generation to not use generators anymore and use parametrizationAlex Gaynor2013-12-131-332/+209
* raise ValueErrors when supplying/not supplying tags for GCMPaul Kehrer2013-12-041-0/+35
* create AEADEncryptionContext and DecryptionContextPaul Kehrer2013-11-291-1/+1
* raise TypeError if you attempt to get the tag attribute on a decryptPaul Kehrer2013-11-291-0/+9
* rename add_data to authenticate_additional_data for clarity (hopefully)Paul Kehrer2013-11-291-5/+5
* invalidtag exception for gcmPaul Kehrer2013-11-291-2/+2
* enforce AEAD add_data before updatePaul Kehrer2013-11-291-8/+10
* _AEADCipherContext refactorPaul Kehrer2013-11-291-0/+4
* rename NotFinalized exception to NotYetFinalized because alex is rightPaul Kehrer2013-11-291-2/+2