index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improved the docs -- more glossary entries, more advice for writing docs
Alex Gaynor
2013-12-08
2
-0
/
+14
*
Merge pull request #287 from reaperhulk/rsa-enc-dec-bindings
Alex Gaynor
2013-12-07
1
-1
/
+25
|
\
|
*
remove RSA PSS constant (for now), de-opaque RSA *
Paul Kehrer
2013-12-07
1
-2
/
+11
|
*
expand rsa bindings
Paul Kehrer
2013-12-06
1
-0
/
+15
|
/
*
Merge pull request #286 from alex/code-duplication
Paul Kehrer
2013-12-06
1
-43
/
+16
|
\
|
*
Rreduce code duplication
Alex Gaynor
2013-12-06
1
-43
/
+16
*
|
Merge pull request #285 from reaperhulk/fix-282
Alex Gaynor
2013-12-06
6
-6
/
+72
|
\
\
|
|
/
|
/
|
|
*
update docs to explain tag requirements and valueerror
Paul Kehrer
2013-12-06
2
-2
/
+6
|
*
raise ValueErrors when supplying/not supplying tags for GCM
Paul Kehrer
2013-12-04
4
-4
/
+66
*
|
Merge pull request #284 from alex/oops
Paul Kehrer
2013-12-04
1
-1
/
+1
|
\
\
|
*
|
Don't show so much stuff
Alex Gaynor
2013-12-04
1
-1
/
+1
|
/
/
*
|
Merge pull request #281 from alex/be-more-specific
Paul Kehrer
2013-12-04
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
Be more specific about when you can trust authentication on GCM
Alex Gaynor
2013-12-04
1
-3
/
+4
|
/
*
Merge pull request #176 from reaperhulk/gcm-support
David Reid
2013-12-04
11
-14
/
+419
|
\
|
*
link to NIST GCM PDF where NIST recommends 96-bit IV for perf with GCM
Paul Kehrer
2013-12-03
1
-5
/
+7
|
*
remove AEADDecryptionContext references from GCM docs
Paul Kehrer
2013-12-03
1
-12
/
+5
|
*
improve language for gcm docs
Paul Kehrer
2013-12-03
1
-5
/
+5
|
*
remove AEADDecryptionContext per review.
Paul Kehrer
2013-12-03
3
-11
/
+1
|
*
rename ModeWithAAD to ModeWithAuthenticationTag
Paul Kehrer
2013-12-03
3
-3
/
+3
|
*
attempt to document the new interfaces for AEAD
Paul Kehrer
2013-11-29
1
-6
/
+20
|
*
create AEADEncryptionContext and DecryptionContext
Paul Kehrer
2013-11-29
4
-12
/
+27
|
*
explicit backend fix for gcm docs
Paul Kehrer
2013-11-29
1
-2
/
+2
|
*
begin adding warnings to GCM mode
Paul Kehrer
2013-11-29
1
-0
/
+6
|
*
document tag param for GCM object
Paul Kehrer
2013-11-29
1
-0
/
+3
|
*
narrow the potential cases where invalidtag can be raised
Paul Kehrer
2013-11-29
1
-3
/
+4
|
*
make _CipherContext in backend.py compliant with AEADCipherContext
Paul Kehrer
2013-11-29
2
-1
/
+6
|
*
raise TypeError if you attempt to get the tag attribute on a decrypt
Paul Kehrer
2013-11-29
3
-5
/
+19
|
*
simplify code for wrapping ciphercontext/aeadciphercontext
Paul Kehrer
2013-11-29
1
-22
/
+12
|
*
rename add_data to authenticate_additional_data for clarity (hopefully)
Paul Kehrer
2013-11-29
5
-18
/
+18
|
*
gcm doc fixes (per review from alex)
Paul Kehrer
2013-11-29
1
-3
/
+4
|
*
invalidtag exception for gcm
Paul Kehrer
2013-11-29
3
-4
/
+9
|
*
enforce AEAD add_data before update
Paul Kehrer
2013-11-29
6
-14
/
+33
|
*
gcm doc improvements
Paul Kehrer
2013-11-29
1
-2
/
+6
|
*
_AEADCipherContext refactor
Paul Kehrer
2013-11-29
2
-3
/
+22
|
*
rename NotFinalized exception to NotYetFinalized because alex is right
Paul Kehrer
2013-11-29
3
-6
/
+6
|
*
add tag as abstractproperty for modewithaad
Paul Kehrer
2013-11-29
1
-1
/
+5
|
*
gcm doc fixes
Paul Kehrer
2013-11-29
1
-2
/
+2
|
*
fix buffer size bug for gcm tag fetch
Paul Kehrer
2013-11-29
1
-2
/
+1
|
*
GCM support
Paul Kehrer
2013-11-29
11
-13
/
+334
|
/
*
Merge pull request #279 from alex/spelling-fix
Paul Kehrer
2013-11-27
1
-1
/
+1
|
\
|
*
Learn how to spell a word
Alex Gaynor
2013-11-27
1
-1
/
+1
|
/
*
Merge pull request #278 from alex/tests-fix
Paul Kehrer
2013-11-27
1
-2
/
+2
|
\
|
*
Fixed this test. It was passing for the wrong reason.
Alex Gaynor
2013-11-27
1
-2
/
+2
|
/
*
Merge pull request #227 from dreid/explicit-backend-in-hazmat
Alex Gaynor
2013-11-26
13
-56
/
+97
|
\
|
*
Fix pep8
David Reid
2013-11-25
1
-1
/
+2
|
*
Use backend as keyword even when copying hmacs.
David Reid
2013-11-25
1
-1
/
+1
|
*
Put some docs for default_backend in a place.
David Reid
2013-11-25
1
-0
/
+24
|
*
Use keyword argument forms everywhere.
David Reid
2013-11-25
3
-15
/
+16
|
*
Test that openssl is the default backend.
David Reid
2013-11-20
1
-0
/
+4
|
*
Document all the parameters including cross references to specific providers ...
David Reid
2013-11-20
3
-2
/
+32
[next]