index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify string formatting (#4757)
Alex Gaynor
2019-02-20
1
-3
/
+3
*
shake128/256 support (#4611)
Paul Kehrer
2019-01-19
1
-1
/
+1
*
HTTPS a bunch of links in random places (#4666)
Alex Gaynor
2018-12-31
1
-1
/
+1
*
update pytest config (#4463)
Paul Kehrer
2018-09-06
1
-7
/
+5
*
Refs #3331 -- integrated wycheproof ECDH tests (#4354)
Alex Gaynor
2018-07-18
1
-0
/
+4
*
Refs #3331 -- added initial wycheproof integration, starting with x25519, rsa...
Alex Gaynor
2018-07-16
1
-0
/
+41
*
Allow DSA q=224 (#4147)
Paul Kehrer
2018-03-18
1
-44
/
+18
*
Debian sid is python3.6 now (#3968)
Alex Gaynor
2017-10-12
1
-0
/
+3
*
implement CCM vector parser (#3699)
Paul Kehrer
2017-06-21
1
-0
/
+73
*
ed25519 vector loader (#3707)
Paul Kehrer
2017-06-20
1
-0
/
+17
*
call check_backend_support directly from backend fixture (#3666)
Alex Gaynor
2017-06-03
1
-7
/
+4
*
Switched our backend to be a normal fixture in tests (#3665)
Alex Gaynor
2017-06-03
1
-9
/
+0
*
Delete some code (#3563)
Alex Gaynor
2017-05-20
1
-17
/
+0
*
Adding CAVP vector parsing for NIST SP 800-108 KDF vectors. (#2865)
Jared
2016-04-13
1
-0
/
+37
*
Fix load_kasvs_ecdh_vectors() COUNT sourcing
Simo Sorce
2015-10-13
1
-1
/
+1
*
Some cleanups
Alex Gaynor
2015-09-24
1
-12
/
+12
*
Add vector loader for X9.63 vectors
Simo Sorce
2015-09-24
1
-0
/
+49
*
remove some more branching in the vector loaders
Paul Kehrer
2015-08-01
1
-7
/
+4
*
fixed tests
Alex Gaynor
2015-07-02
1
-7
/
+5
*
Improved coverage for tests, handle multiple pytest.mark.supported decorators...
Alex Gaynor
2015-07-02
1
-1
/
+4
*
fix
Alex Gaynor
2015-06-27
1
-1
/
+2
*
Simplified code in the test loaders and improved branch coverage in the x509 ...
Alex Gaynor
2015-06-27
1
-4
/
+0
*
Modify ECDH Test vector loader for KDF vectors
Simo Sorce
2015-05-06
1
-0
/
+4
*
Merge pull request #1876 from simo5/ECDH
Paul Kehrer
2015-05-06
1
-0
/
+104
|
\
|
*
Add loader for ECDH test vectors
Simo Sorce
2015-05-01
1
-0
/
+104
*
|
Support loading of SECP256K1 vectors
Alex Stapleton
2015-05-03
1
-0
/
+1
|
/
*
Fixed new flake8 warnings from teh latest version
Alex Gaynor
2015-02-15
1
-2
/
+2
*
add encode_rfc6979_signature and refactor tests to use it
Paul Kehrer
2014-11-27
1
-17
/
+0
*
alter vector file loader to support passing read mode
Paul Kehrer
2014-11-27
1
-2
/
+2
*
Update the license header for every source file, as well as the documentation.
Alex Gaynor
2014-11-16
1
-12
/
+3
*
move skip_if_empty to separate function for test coverage
Paul Kehrer
2014-10-25
1
-0
/
+9
*
filter backends during initial generation to elide tests entirely
Paul Kehrer
2014-10-24
1
-2
/
+0
*
Change how we represented that a test requires a backend.
Alex Gaynor
2014-10-23
1
-8
/
+0
*
KASVS vector loader
Alex Stapleton
2014-08-10
1
-0
/
+59
*
we should use der rather than ber
Paul Kehrer
2014-04-30
1
-1
/
+1
*
rename dss_sig_value -> der_encode_dsa_signature
Paul Kehrer
2014-04-30
1
-1
/
+1
*
make DSSSigValue class private
Paul Kehrer
2014-04-30
1
-2
/
+2
*
use pyasn1 for creating the dss-sig-value structure
Paul Kehrer
2014-04-30
1
-22
/
+12
*
dss_sig_value: Pure python conversion of (r, s) to byte stream
Paul Kehrer
2014-04-30
1
-0
/
+27
*
fix a coverage miss in the dsa sig vector loader
Paul Kehrer
2014-04-22
1
-2
/
+2
*
Modify DSA SigVer loader to be able to load SigGen vectors
Mohammed Attia
2014-04-22
1
-1
/
+2
*
Add DSA SigVer vectors loader
Mohammed Attia
2014-04-22
1
-0
/
+66
*
Fix pep8 errors for latest import linter
Alex Stapleton
2014-04-20
1
-1
/
+1
*
Merge pull request #939 from public/ecdsa-sigver-rsp
Paul Kehrer
2014-04-19
1
-1
/
+2
|
\
|
*
SigVer.rsp loading
Alex Stapleton
2014-04-19
1
-1
/
+2
*
|
This one curve is still named wrong
Alex Stapleton
2014-04-19
1
-1
/
+2
*
|
Fix bad NIST <-> SECG curve name map
Alex Stapleton
2014-04-18
1
-3
/
+5
|
/
*
ECDSA SigGen.{txt,rsp} vector loader
Alex Stapleton
2014-04-13
1
-21
/
+75
*
ECDSA vector loader
Alex Stapleton
2014-04-12
1
-0
/
+55
*
Some cleanups to imports
Alex Gaynor
2014-04-05
1
-0
/
+1
[next]