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
*
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
*
expand pkcs1 loader to support OAEP as well
Paul Kehrer
2014-03-29
1
-2
/
+9
*
Pain the bikeshed a different colour
Alex Stapleton
2014-03-27
1
-2
/
+1
*
Fixes to @alex's comments
Alex Stapleton
2014-03-27
1
-2
/
+4
*
Address most of my own comments
Alex Stapleton
2014-03-27
1
-3
/
+3
*
Fixed #809 -- switch back to always using UnsupportedAlgorithm
Alex Gaynor
2014-03-27
1
-0
/
+9
*
Move cryptography.vectors to cryptography_vectors
Alex Stapleton
2014-03-24
1
-4
/
+5
*
Load vectors from cryptography.vectors
Matthew Iversen
2014-03-22
1
-8
/
+5
*
a few small fixes
Paul Kehrer
2014-03-19
1
-0
/
+1
*
import order fixes for future automated checking
Paul Kehrer
2014-03-19
1
-1
/
+1
*
py3 fix
Paul Kehrer
2014-03-18
1
-2
/
+2
*
another file permutation for rsa nist tested.
Paul Kehrer
2014-03-18
1
-0
/
+3
*
expand RSA NIST vector loader to support verification vectors as well
Paul Kehrer
2014-03-18
1
-8
/
+27
*
change rsa nist loader to use strings for algorithm name
Paul Kehrer
2014-03-16
1
-1
/
+1
*
Change flag to a bool
Mohammed Attia
2014-03-13
1
-12
/
+12
*
Remove some of the vectors in the loader test
Mohammed Attia
2014-03-12
1
-11
/
+5
*
Add loader and loader test for FIPS DSA KeyPair vectors
Mohammed Attia
2014-03-12
1
-0
/
+55
*
add FIPS RSA test loader + tests
Paul Kehrer
2014-03-10
1
-0
/
+41
*
Added future imports and licenses that are missing
Alex Gaynor
2014-03-08
1
-0
/
+2
*
these examples should be bytes to be consistent with other loaders
Paul Kehrer
2014-02-19
1
-2
/
+2
*
rename msg -> message in pkcs1 loader
Paul Kehrer
2014-02-18
1
-1
/
+1
*
fix pep8
Paul Kehrer
2014-02-17
1
-3
/
+4
*
expand pkcs1 loader to load PKCS1 v1.5 and PSS signature examples
Paul Kehrer
2014-02-17
1
-2
/
+43
[next]