index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cryptography
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
add some more functions for manipulating EVP_PKEY objects
Paul Kehrer
2014-04-23
1
-0
/
+11
|
/
/
/
*
|
|
Added _REASON
Ayrx
2014-04-22
1
-1
/
+2
*
|
|
Added tests for multibackend
Ayrx
2014-04-22
1
-3
/
+9
*
|
|
Added CMACBackend to multibackend
Ayrx
2014-04-22
1
-2
/
+11
|
/
/
*
|
Merge pull request #953 from Ayrx/fix-cmac-missing-coverage
Paul Kehrer
2014-04-22
1
-13
/
+3
|
\
\
|
*
|
Added missing tests for 100% coverage
Ayrx
2014-04-22
1
-13
/
+3
*
|
|
Merge pull request #948 from skeuomorf/dsa-sig-bindings
Alex Stapleton
2014-04-22
1
-0
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add bindings for DSA_SIG and related functions
Mohammed Attia
2014-04-22
1
-0
/
+8
*
|
|
Merge pull request #931 from Ayrx/cmac-implementation
Alex Stapleton
2014-04-22
2
-2
/
+158
|
\
\
\
|
*
|
|
Added more copy() tests
Ayrx
2014-04-22
1
-3
/
+2
|
*
|
|
Added documentation to note rfc 4493
Ayrx
2014-04-22
1
-2
/
+1
|
*
|
|
Added wikipedia link
Ayrx
2014-04-22
1
-2
/
+2
|
*
|
|
Fix pep8 errors
Ayrx
2014-04-22
1
-1
/
+1
|
*
|
|
Removed multibackend changes for another PR
Ayrx
2014-04-22
1
-10
/
+1
|
*
|
|
Changed stub keys and ivs to use null bytes
Ayrx
2014-04-22
1
-2
/
+5
|
*
|
|
Updated multibackend
Ayrx
2014-04-22
1
-2
/
+2
|
*
|
|
Various fixes
Ayrx
2014-04-22
2
-7
/
+12
|
*
|
|
Updated tests
Ayrx
2014-04-22
1
-3
/
+4
|
*
|
|
Added CMACBackend to MultiBackend
Ayrx
2014-04-22
1
-2
/
+11
|
*
|
|
CMAC primitive implementation
Ayrx
2014-04-22
1
-0
/
+75
|
*
|
|
OpenSSL backend's CMAC implementation
Ayrx
2014-04-22
1
-2
/
+76
*
|
|
|
Merge pull request #944 from reaperhulk/fix-773
Alex Stapleton
2014-04-22
1
-13
/
+15
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
fix SSL_OP_ALL being unusable on Windows due to long being 32-bit signed
Paul Kehrer
2014-04-20
1
-13
/
+15
|
|
/
/
*
|
|
remove InvalidDecryption and replace with ValueError
Paul Kehrer
2014-04-20
2
-8
/
+4
*
|
|
remove redundant blinding
Paul Kehrer
2014-04-20
1
-2
/
+0
*
|
|
remove OAEP decryption to simplify review
Paul Kehrer
2014-04-20
2
-38
/
+1
*
|
|
move an assignment for clarity
Paul Kehrer
2014-04-20
1
-1
/
+1
*
|
|
change some alignment
Paul Kehrer
2014-04-20
1
-8
/
+8
*
|
|
improve comment based on review
Paul Kehrer
2014-04-20
1
-1
/
+1
*
|
|
more testing for rsa decrypt
Paul Kehrer
2014-04-20
2
-0
/
+12
*
|
|
register the EVP_PKEY_CTX for gc
Paul Kehrer
2014-04-20
1
-0
/
+1
*
|
|
add InvalidDecryption exception, check for ct > key size
Paul Kehrer
2014-04-20
2
-4
/
+12
*
|
|
fix indentation
Paul Kehrer
2014-04-20
1
-45
/
+45
*
|
|
split 0.9.8 and evp_pkey_ctx branches into separate methods
Paul Kehrer
2014-04-20
1
-1
/
+8
*
|
|
docs, tests, general huge improvements to RSA decryption
Paul Kehrer
2014-04-20
4
-8
/
+34
*
|
|
prelim OAEP and PKCS1v15 for openssl 1.0.0+ and 0.9.8. decryption only
Paul Kehrer
2014-04-20
3
-1
/
+88
|
/
/
*
|
Merge pull request #935 from public/rsa-crt
Paul Kehrer
2014-04-20
1
-0
/
+36
|
\
\
|
*
|
Utility methods for RSA CRT params
Alex Stapleton
2014-04-18
1
-0
/
+36
*
|
|
Merge pull request #943 from public/yet-more-ec-bindings
Paul Kehrer
2014-04-20
2
-0
/
+15
|
\
\
\
|
*
|
|
More bindings for digest truncation
Alex Stapleton
2014-04-20
2
-0
/
+15
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #938 from public/bn-inplace
Paul Kehrer
2014-04-20
1
-2
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Inplace mode for _int_to_bn
Alex Stapleton
2014-04-20
1
-2
/
+6
|
|
/
*
|
remove redundant assert (reason assertion covers this case)
Paul Kehrer
2014-04-19
1
-4
/
+0
*
|
address review concerns
Paul Kehrer
2014-04-19
1
-1
/
+3
*
|
remove dict, assert things still
Paul Kehrer
2014-04-19
1
-9
/
+12
*
|
some checks for PKCS1 keys being too small for the payload to be signed
Paul Kehrer
2014-04-19
2
-5
/
+18
*
|
make the cms binding work properly on windows
Paul Kehrer
2014-04-19
1
-0
/
+5
*
|
proper syntax for a preprocessor directive helps
Paul Kehrer
2014-04-18
1
-2
/
+2
*
|
CMS was added as an option in 0.9.8h, always exclude if older
Paul Kehrer
2014-04-18
1
-2
/
+2
*
|
Add very early CMS bindings. These will need expansion.
Paul Kehrer
2014-04-18
2
-0
/
+96
|
/
[prev]
[next]