index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #939 from public/ecdsa-sigver-rsp
Paul Kehrer
2014-04-19
2
-5
/
+9
|
\
|
*
SigVer.rsp loading
Alex Stapleton
2014-04-19
2
-5
/
+9
*
|
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
|
/
*
move some rsa tests to a new class
Paul Kehrer
2014-04-16
1
-38
/
+40
*
Merge pull request #913 from public/ecdsa-signature-vector-loader
Paul Kehrer
2014-04-16
2
-23
/
+236
|
\
|
*
Missed an unhexlify
Alex Stapleton
2014-04-16
1
-1
/
+1
|
*
Use binascii.hexlify instead of just hexlify
Alex Stapleton
2014-04-15
1
-4
/
+4
|
*
ECDSA SigGen.{txt,rsp} vector loader
Alex Stapleton
2014-04-13
2
-23
/
+236
*
|
added unused NIST test files for FIPS 186-2 RSA (PKCS#1 v1.5) to test cases
Thomas Fenzl
2014-04-15
1
-0
/
+10
|
/
*
Merge pull request #911 from public/ecdsa-vector-loader
Paul Kehrer
2014-04-12
2
-2
/
+179
|
\
|
*
ECDSA vector loader
Alex Stapleton
2014-04-12
2
-2
/
+179
*
|
add SEED docs, tests, small fixes
Paul Kehrer
2014-04-09
2
-1
/
+103
|
/
*
pep8, irony
Alex Gaynor
2014-04-05
1
-1
/
+0
*
Some cleanups to imports
Alex Gaynor
2014-04-05
2
-6
/
+4
*
Merge pull request #739 from skeuomorf/dsa-backend
Paul Kehrer
2014-04-05
4
-3
/
+109
|
\
|
*
Add docs for DSA parameters and key generation
Mohammed Attia
2014-04-04
1
-5
/
+3
|
*
Add DSABackend
Mohammed Attia
2014-04-04
4
-15
/
+71
|
*
Add tests for DSA parameters and key generation
Mohammed Attia
2014-04-03
2
-1
/
+53
*
|
DummyMGF needs a _salt_length too
Paul Kehrer
2014-04-02
1
-1
/
+1
*
|
move DeprecatedIn04 to utils, some kwargs changes
Paul Kehrer
2014-04-02
1
-2
/
+2
*
|
address review comments
Paul Kehrer
2014-04-02
1
-3
/
+6
*
|
move salt_length from MGF1 to PSS and start deprecation cycle
Paul Kehrer
2014-04-02
1
-41
/
+99
|
/
*
fix pep8 errors
Alex Stapleton
2014-04-01
2
-3
/
+1
*
Add _Reasons.UNSUPPORTED_PUBLIC_KEY_ALGORITHM
Alex Stapleton
2014-04-01
1
-3
/
+9
*
Add _Reasons.UNSUPPORTED_MGF
<