aboutsummaryrefslogtreecommitdiff
path: root/tests/test_utils.py
AgeCommit message (Expand)AuthorFilesLines
2024-05-05Apply ruff/flake8-implicit-str-concat rule ISC001 (#10932)Dimitri Papadopoulos Orfanos1-4/+4
2022-12-21Switch from flake8 to ruff (#7920)Alex Gaynor1-3/+1
2022-07-30Resolve new flake8 errors (#7462)Alex Gaynor1-18/+42
2022-01-30Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor1-1/+1
2021-11-25Finally remove deprecated int_from_bytes (#6652)Alex Gaynor1-8/+16
2021-09-13_ModuleWithDeprecations should inherit from types.ModuleType (#6267) (#6268)Sándor Jenei1-0/+12
2020-12-09Remove __future__ import from our code (#5610)Alex Gaynor1-1/+0
2020-08-26new black, actually slightly different than the old black (#5429)Paul Kehrer1-1/+2
2020-07-20Paint it Black by the Rolling Stones (#5324)Alex Gaynor1-1343/+1999
2018-12-31HTTPS a bunch of links in random places (#4666)Alex Gaynor1-4/+4
2018-09-06update pytest config (#4463)Paul Kehrer1-2/+4
2018-03-18Allow DSA q=224 (#4147)Paul Kehrer1-47/+0
2017-06-21implement CCM vector parser (#3699)Paul Kehrer1-3/+187
2017-06-20ed25519 vector loader (#3707)Paul Kehrer1-1/+93
2017-06-03call check_backend_support directly from backend fixture (#3666)Alex Gaynor1-16/+4
2017-06-03Switched our backend to be a normal fixture in tests (#3665)Alex Gaynor1-12/+1
2017-05-20Delete some code (#3563)Alex Gaynor1-44/+1
2016-04-13Adding CAVP vector parsing for NIST SP 800-108 KDF vectors. (#2865)Jared1-3/+96
2015-10-13Fix load_kasvs_ecdh_vectors() COUNT sourcingSimo Sorce1-2/+2
2015-09-24Some cleanupsAlex Gaynor1-10/+10
2015-09-24Add vector loader for X9.63 vectorsSimo Sorce1-0/+81
2015-08-01add test to cover partial branch in load_kasvs_ecdh_vectorsPaul Kehrer1-0/+4
2015-08-01add a line for the ecdh vector loader to cover a missed branchPaul Kehrer1-0/+1
2015-07-02fixed testsAlex Gaynor1-2/+2
2015-05-06Modify ECDH Test vector loader for KDF vectorsSimo Sorce1-0/+69
2015-05-01Add loader for ECDH test vectorsSimo Sorce1-1/+293
2014-11-27add encode_rfc6979_signature and refactor tests to use itPaul Kehrer1-21/+1
2014-11-16Update the license header for every source file, as well as the documentation.Alex Gaynor1-12/+3
2014-10-25move skip_if_empty to separate function for test coveragePaul Kehrer1-1/+8
2014-10-23Change how we represented that a test requires a backend.Alex Gaynor1-19/+6
2014-08-10KASVS vector loaderAlex Stapleton1-3/+456
2014-04-30negative testPaul Kehrer1-0/+3
2014-04-30rename dss_sig_value -> der_encode_dsa_signaturePaul Kehrer1-6/+8
2014-04-30use pyasn1 for creating the dss-sig-value structurePaul Kehrer1-11/+0
2014-04-30dss_sig_value: Pure python conversion of (r, s) to byte streamPaul Kehrer1-5/+31
2014-04-25Fix some typos.Alex Gaynor1-1/+1
2014-04-22fix a coverage miss in the dsa sig vector loaderPaul Kehrer1-0/+11
2014-04-22Modify DSA SigVer loader to be able to load SigGen vectorsMohammed Attia1-2/+234
2014-04-22Add DSA SigVer vectors loaderMohammed Attia1-39/+296
2014-04-19SigVer.rsp loadingAlex Stapleton1-4/+7
2014-04-16Missed an unhexlifyAlex Stapleton1-1/+1
2014-04-15Use binascii.hexlify instead of just hexlifyAlex Stapleton1-4/+4
2014-04-13ECDSA SigGen.{txt,rsp} vector loaderAlex Stapleton1-2/+161
2014-04-12ECDSA vector loaderAlex Stapleton1-2/+124
2014-03-29expand pkcs1 loader to support OAEP as wellPaul Kehrer1-0/+214
2014-03-27Pain the bikeshed a different colourAlex Stapleton1-1/+1
2014-03-27Fixes to @alex's commentsAlex Stapleton1-17/+20
2014-03-27Update testsAlex Stapleton1-11/+16
2014-03-27Address most of my own commentsAlex Stapleton1-1/+32
2014-03-24Move cryptography.vectors to cryptography_vectorsAlex Stapleton1-0/+7