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 #395 from reaperhulk/idea-vectors
Donald Stufft
2014-03-03
1
-0
/
+5404
|
\
|
*
update IDEA ECB vectors to contain 100/1000 iteration results
Paul Kehrer
2014-03-03
1
-0
/
+900
|
*
ECB vectors for the IDEA cipher.
Paul Kehrer
2014-03-03
1
-0
/
+4504
*
|
Added length type check to HOTP and corresponding test
Ayrx
2014-03-03
1
-0
/
+6
|
/
*
Merge pull request #709 from public/dsa-test-vectors
Paul Kehrer
2014-03-02
19
-0
/
+16668
|
\
|
*
Add the FIPS 186-3 DSA test vectors
Alex Stapleton
2014-03-02
8
-0
/
+16063
|
*
Add NIST FIPS 186-2 DSA test vectors
Alex Stapleton
2014-03-02
8
-0
/
+545
|
*
Plaintext DSA test keys from GnuTLS
Alex Stapleton
2014-03-02
3
-0
/
+60
*
|
Merge pull request #703 from alex/change-exceptino-type
Paul Kehrer
2014-03-02
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Switch to TypeError
Alex Gaynor
2014-03-01
1
-1
/
+1
|
*
Update tests as well
Alex Gaynor
2014-03-01
1
-2
/
+2
*
|
Merge pull request #706 from alex/scrypt-vectors
Paul Kehrer
2014-03-01
1
-0
/
+38
|
\
\
|
*
|
Added vectors for scrypt from the draft RFC
Alex Gaynor
2014-03-01
1
-0
/
+38
|
|
/
*
|
raise InternalError
Alex Stapleton
2014-03-01
1
-1
/
+10
*
|
pep8
Alex Stapleton
2014-03-01
1
-1
/
+1
*
|
Get rid of handle_errors
Alex Stapleton
2014-03-01
1
-34
/
+5
|
/
*
address some review comments
Paul Kehrer
2014-02-26
1
-2
/
+6
*
more PKCS1->PKCS1v15
Paul Kehrer
2014-02-25
1
-3
/
+3
*
kwargs and class renames to bring verification up to date
Paul Kehrer
2014-02-25
1
-15
/
+35
*
more kwargs
Paul Kehrer
2014-02-25
1
-1
/
+4
*
add RSA verification support
Paul Kehrer
2014-02-25
2
-0
/
+99
*
Merge pull request #673 from reaperhulk/rsa-pkcs1-signature-only
Alex Gaynor
2014-02-25
2
-0
/
+91
|
\
|
*
more kwargs
Paul Kehrer
2014-02-24
1
-1
/
+5
|
*
update multibackend with new PKCS1v15 class name
Paul Kehrer
2014-02-24
1
-2
/
+2
|
*
rename PKCS1->PKCS1v15 & UnsupportedAsymmetricPadding->UnsupportedPadding
Paul Kehrer
2014-02-24
1
-3
/
+3
|
*
incorporate review feedback. kwarg!
Paul Kehrer
2014-02-23
1
-1
/
+10
|
*
keyword args
Paul Kehrer
2014-02-23
1
-1
/
+5
|
*
add basic multibackend so we can do signatures using default_backend
Paul Kehrer
2014-02-23
1
-0
/
+11
|
*
fix pep8
Paul Kehrer
2014-02-23
1
-1
/
+0
|
*
some style fixes
Paul Kehrer
2014-02-23
1
-3
/
+7
|
*
add RSA PKCS1 signing (and structure for PSS + verification)
Paul Kehrer
2014-02-23
1
-0
/
+60
*
|
Do some nitpicking cleanup of the twofactor code and documentation.
David Reid
2014-02-25
2
-2
/
+0
*
|
Seperated the totp tests based on different hash types
Ayrx
2014-02-25
1
-17
/
+80
*
|
Fixed documentation based on alexs' comments.
Ayrx
2014-02-25
1
-0
/
+8
*
|
Added documentation for TOTP.
Ayrx
2014-02-25
1
-0
/
+1
*
|
Added TOTP implementation and tests.
Ayrx
2014-02-25
2
-7
/
+72
|
/
*
Unencrypted PKCS8 ECC private keys from Botan
Alex Stapleton
2014-02-22
5
-0
/
+40
*
Private keys from GnuTLS tests/pkcs12_s2k_pem.c
Alex Stapleton
2014-02-22
10
-0
/
+170
*
Encrypted RSA private key from GnuTLS tests
Alex Stapleton
2014-02-22
1
-0
/
+40
*
Unencrypted RSA private key from GnuTLS tests
Alex Stapleton
2014-02-22
1
-0
/
+79
*
Encrypted PKCS8 RSA key From the GnuTLS test suite
Alex Stapleton
2014-02-22
1
-0
/
+38
*
Merge pull request #660 from reaperhulk/osrandom-more-robust
Alex Gaynor
2014-02-20
1
-0
/
+5
|
\
|
*
test to confirm calling Cryptography_add_osrandom_engine > 1 is safe
Paul Kehrer
2014-02-20
1
-0
/
+5
*
|
Fixed HOTP test path, added changelog and myself to author list.
Ayrx
2014-02-21
1
-1
/
+1
*
|
Changed module name from otp to twofactor.
Ayrx
2014-02-21
2
-1
/
+1
*
|
Final changes to module names
Ayrx
2014-02-21
2
-2
/
+2
*
|
Added a max limit of 8 on length parameter. Updated documentation.
Ayrx
2014-02-21
1
-4
/
+2
*
|
Updated documentation.
Ayrx
2014-02-21
1
-1
/
+1
*
|
Updated according to code review feedback.
Ayrx
2014-02-21
1
-2
/
+34
*
|
Minor changes for python3 compat and documentation changes
Ayrx
2014-02-21
1
-2
/
+2
[next]