index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cryptography
/
hazmat
/
bindings
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Better, but still not covered
Alex Gaynor
2013-11-22
1
-1
/
+3
*
|
Raise a correct error when content isn't padded correctly
Alex Gaynor
2013-11-22
2
-2
/
+27
|
/
*
Some docstrings.
David Reid
2013-11-18
1
-1
/
+8
*
Merge branch 'master' into backend-interfaces
David Reid
2013-11-18
1
-1
/
+4
|
\
|
*
de-opaque EVP_CIPHER_CTX a bit
Paul Kehrer
2013-11-18
1
-1
/
+4
*
|
Change interface names to fit in the new smaller interface surface and
David Reid
2013-11-18
2
-70
/
+15
*
|
flesh out method definitions.
David Reid
2013-11-18
1
-9
/
+65
*
|
Move register so it can be used by cryptography.hazmat.bindings.interfaces.
David Reid
2013-11-18
2
-1
/
+66
|
/
*
Simple macros
cyli
2013-11-17
1
-1
/
+37
*
Also remove teh ciphers specific class
Alex Gaynor
2013-11-13
1
-65
/
+57
*
Remove the hash and hmac specific classes, now that the logic is the Context ...
Alex Gaynor
2013-11-13
1
-24
/
+10
*
Remove unnecesary slice bounds
Alex Gaynor
2013-11-12
1
-2
/
+2
*
Merge branch 'master' into hmac-context-from-backend
David Reid
2013-11-12
1
-38
/
+48
|
\
|
*
Merge pull request #251 from alex/dont-query-openssl
David Reid
2013-11-12
1
-4
/
+3
|
|
\
|
|
*
Don't query OpenSSL for block sizes, we already know them
Alex Gaynor
2013-11-12
1
-4
/
+3
|
*
|
Drop random support for weird inheritance
Alex Gaynor
2013-11-12
1
-3
/
+0
|
|
/
|
*
Reflow Hashes.supported.
David Reid
2013-11-12
1
-3
/
+4
|
*
Get a HashContext from the backend like we do a CipherContext
David Reid
2013-11-12
1
-30
/
+44
*
|
Don't use self.__class__
David Reid
2013-11-12
1
-1
/
+1
*
|
Get a HashContext from the hmac backend like we do a CipherContext
David Reid
2013-11-12
1
-29
/
+51
|
/
*
Simple function declarations (no callbacks)
cyli
2013-11-11
1
-0
/
+55
*
Handle customizations in another PR as per @alex
cyli
2013-11-11
1
-25
/
+0
*
Remove the two declarations that are not in 0.9.8
cyli
2013-11-11
1
-2
/
+0
*
Add all the variable declarations (and customizations necessary to make them ...
cyli
2013-11-11
1
-0
/
+123
*
ARC4 support
Paul Kehrer
2013-11-07
1
-1
/
+6
*
Merge pull request #226 from reaperhulk/blockcipher-rename
David Reid
2013-11-06
1
-2
/
+4
|
\
|
*
block cipher rename
Paul Kehrer
2013-11-06
1
-2
/
+4
*
|
Fixed
Alex Gaynor
2013-11-05
2
-2
/
+25
*
|
flake8
Alex Gaynor
2013-11-05
1
-1
/
+2
*
|
Handle GCM not beign around
Alex Gaynor
2013-11-05
1
-3
/
+12
*
|
Belongs to last commit
Alex Gaynor
2013-11-05
1
-1
/
+1
*
|
Fixed compatibility for hmac
Alex Gaynor
2013-11-05
2
-3
/
+24
*
|
Fix
Alex Gaynor
2013-11-05
1
-2
/
+3
*
|
Initial stab at fixing the first broken function
Alex Gaynor
2013-11-05
23
-5
/
+86
|
/
*
Merge branch 'master' into more-error-condition
Alex Gaynor
2013-11-04
1
-12
/
+24
|
\
|
*
Moved the cffi attributes on the OpenSSL backend to be class attributes, so t...
Alex Gaynor
2013-11-04
1
-12
/
+24
*
|
Replaced an assertion in the OpenSSL backend with a proper exception
Alex Gaynor
2013-11-03
1
-1
/
+3
|
/
*
Changed excpetion name based on feedback from dreid
Alex Gaynor
2013-11-02
1
-2
/
+2
*
Document and implement the public API for when the backend doesn't support th...
Alex Gaynor
2013-11-02
1
-3
/
+7
*
disable support for CAST5 modes excepting ECB
Paul Kehrer
2013-10-31
1
-6
/
+5
*
CAST5 support + ECB vectors
Paul Kehrer
2013-10-31
1
-1
/
+7
*
blowfish support + test vectors
Paul Kehrer
2013-10-31
1
-1
/
+7
*
set the key length when initializing a cipher context
Paul Kehrer
2013-10-29
2
-1
/
+16
*
address initial review comments
Paul Kehrer
2013-10-28
1
-2
/
+1
*
cleanup context after finalizing
Paul Kehrer
2013-10-28
1
-0
/
+1
*
HMAC support
Paul Kehrer
2013-10-28
1
-0
/
+40
*
Move the module name to it's own variable
Donald Stufft
2013-10-28
1
-4
/
+4
*
Move the bindings into the hazmat module
Donald Stufft
2013-10-28
25
-0
/
+1589
[prev]