summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives/utils.py
AgeCommit message (Expand)Author
2018-07-23block_size isn't part of our interface and future hashes won't have it (#4366)Paul Kehrer
2017-12-10In RSA test vectors, use verify() to avoid warnings (#4047)Alex Gaynor
2017-07-20remove deprecated items (#3794)Paul Kehrer
2017-05-20time to remove commoncrypto, fare thee well (#3551)Paul Kehrer
2017-05-02postpone GCM authentication tag requirement until finalization (#3421)Philipp Gesang
2016-07-10disable blowfish in commoncrypto backend for key lengths under 64-bit (#3040)Paul Kehrer
2016-05-29KBKDF cleanup (#2929)Paul Kehrer
2016-05-29NIST SP 800-108 Counter Mode KDF (#2748)Jared
2014-12-22consolidate dsa serialization loading tests and improve verifierPaul Kehrer
2014-11-16Update the license header for every source file, as well as the documentation.Alex Gaynor
2014-06-30Simplify code and add testAlex Gaynor
2014-06-29Fixes #1200 -- disallow GCM truncation by defaultAlex Gaynor
2014-06-20modify RSA numbers loading to match elliptic curvePaul Kehrer
2014-06-12backend specific RSA*Key implementation for OpenSSLPaul Kehrer
2014-05-09Minor fixesAyrx
2014-05-07Modified HKDF to use HKDFExpandAyrx
2014-04-25Rename OpenSSLSerializationBackendAlex Stapleton
2014-03-19switch to a lambdaPaul Kehrer
2014-03-19rename some thingsPaul Kehrer
2014-03-19add FIPS 186-2/3 signature verification tests for RSA PKCSv15 and PSSPaul Kehrer
2014-03-19import order fixes for future automated checkingPaul Kehrer
2014-03-16pass the hash class rather than using getattrPaul Kehrer
2014-03-16fix indentationPaul Kehrer
2014-03-16add RSA PSS verification supportPaul Kehrer
2014-03-08Added future imports and licenses that are missingAlex Gaynor
2014-02-03Don't expose extract and expand on this class yet because we don't know how b...David Reid
2014-02-03Closer to proposed interface in #513.David Reid
2014-02-03Use the nist vector loader.David Reid
2014-02-03Break up hkdf_derive into hkdf_extract and hkdf_expand.David Reid
2014-02-03Refactor HKDF support and provide vectors for tests.David Reid
2014-01-28okay this time really finish the rename. Up example iterations to 100kPaul Kehrer
2014-01-28PBKDF2 support for OpenSSL backendPaul Kehrer
2014-01-27Represent the hash vectors more cleanlyAlex Gaynor
2014-01-01Fixed test for earlier exceptinoAlex Gaynor
2013-12-27re-add some removed generators to simplify patchPaul Kehrer
2013-12-26refactor all tests to use mark instead of generator skipsPaul Kehrer
2013-12-24Cover a missed branchAlex Gaynor
2013-12-21restrict gcm tags to a minimum of 4 bytes in lengthPaul Kehrer
2013-12-20don't modify params on parametrized testsPaul Kehrer
2013-12-13pep8Alex Gaynor
2013-12-13Make this less invasiveAlex Gaynor
2013-12-13Clean up test generation to not use generators anymore and use parametrizationAlex Gaynor
2013-12-04raise ValueErrors when supplying/not supplying tags for GCMPaul Kehrer
2013-11-29create AEADEncryptionContext and DecryptionContextPaul Kehrer
2013-11-29raise TypeError if you attempt to get the tag attribute on a decryptPaul Kehrer
2013-11-29rename add_data to authenticate_additional_data for clarity (hopefully)Paul Kehrer
2013-11-29invalidtag exception for gcmPaul Kehrer
2013-11-29enforce AEAD add_data before updatePaul Kehrer
2013-11-29_AEADCipherContext refactorPaul Kehrer
2013-11-29rename NotFinalized exception to NotYetFinalized because alex is rightPaul Kehrer