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
*
Removed dependency on setuptools for version check
Ayrx
2014-03-08
1
-4
/
+3
*
Fix drop in coverage levels by removing branches
Ayrx
2014-03-06
1
-11
/
+2
*
Added check to turn of CC backend for OS X version < 10.8
Ayrx
2014-03-06
1
-1
/
+13
*
Merge pull request #741 from alex/consistency
Hynek Schlawack
2014-03-06
1
-1
/
+1
|
\
|
*
Be consistent with how we do this elsewhereh
Alex Gaynor
2014-03-06
1
-1
/
+1
|
/
*
Merge pull request #738 from alex/non-opaque-curve
David Reid
2014-03-05
1
-10
/
+8
|
\
|
*
Simplify
Alex Gaynor
2014-03-05
1
-10
/
+6
|
*
Try to make this not-opaque. Might not work on CentOS
Alex Gaynor
2014-03-05
1
-1
/
+3
|
/
*
Merge pull request #736 from skeuomorf/bitlength
Alex Gaynor
2014-03-05
2
-11
/
+11
|
\
|
*
Use the bit_length function from utils in RSA
Mohammed Attia
2014-03-05
1
-11
/
+2
|
*
Add bit_length function to utils
Mohammed Attia
2014-03-05
1
-0
/
+9
|
/
*
Merge pull request #733 from alex/more-ec-names
Donald Stufft
2014-03-05
1
-0
/
+15
|
\
|
*
Ugh, C
Alex Gaynor
2014-03-04
1
-4
/
+4
|
*
Fix for systems without EC
Alex Gaynor
2014-03-04
1
-4
/
+11
|
*
Expose the fields
Alex Gaynor
2014-03-04
1
-1
/
+4
|
*
pff
Alex Gaynor
2014-03-04
1
-1
/
+1
|
*
Expose EC_get_builtin_curves
Alex Gaynor
2014-03-04
1
-0
/
+5
*
|
Merge pull request #729 from alex/install-pep8-naming
Donald Stufft
2014-03-05
2
-5
/
+9
|
\
\
|
*
|
The worst.
Alex Gaynor
2014-03-04
1
-1
/
+1
|
*
|
Follow the rules
Alex Gaynor
2014-03-04
1
-2
/
+2
|
*
|
Install pep8-naming on travis
Alex Gaynor
2014-03-04
1
-2
/
+6
|
|
/
*
|
Merge pull request #734 from reaperhulk/more-ec-why-not
Alex Gaynor
2014-03-04
1
-0
/
+136
|
\
\
|
*
|
add a bunch of EC NID/SN bindings for #732
Paul Kehrer
2014-03-04
1
-0
/
+136
*
|
|
Merge pull request #730 from skeuomorf/master
Alex Gaynor
2014-03-04
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Added myself to AUTHORS
Mohammed Attia
2014-03-05
1
-0
/
+1
|
/
/
*
|
Merge pull request #719 from skeuomorf/master
Paul Kehrer
2014-03-04
2
-0
/
+200
|
\
\
|
|
/
|
/
|
|
*
Merge remote-tracking branch 'upstream/master'
Mohammed Attia
2014-03-04
5
-1
/
+5422
|
|
\
|
*
|
Change DSAParams to DSAParameters
Mohammed Attia
2014-03-04
2
-8
/
+8
|
*
|
Typo fixes
Mohammed Attia
2014-03-04
2
-8
/
+8
|
*
|
Change keypair to key pair to pass the sphinx spelling test
Mohammed Attia
2014-03-04
1
-6
/
+6
|
*
|
Define DSA in the documentation
Mohammed Attia
2014-03-04
1
-0
/
+1
|
*
|
Annotate aliases in the DSA documentation
Mohammed Attia
2014-03-04
1
-3
/
+3
|
*
|
Added documentation for the DSA interfaces
Mohammed Attia
2014-03-04
1
-0
/
+107
|
*
|
Change parameters from abstractproperty to abstractmethod
Mohammed Attia
2014-03-04
1
-2
/
+2
|
*
|
Remove DSAParams generate method as it will be implemented as a classmethod
Mohammed Attia
2014-03-04
1
-6
/
+0
|
*
|
More accurate docstring
Mohammed Attia
2014-03-04
1
-11
/
+14
|
*
|
Change params to parameters
Mohammed Attia
2014-03-03
1
-2
/
+2
|
*
|
Fix DSAParams generate method to eliminate ambiguity
Mohammed Attia
2014-03-03
1
-1
/
+1
|
*
|
Fix pep8 issues
Mohammed Attia
2014-03-03
1
-2
/
+2
|
*
|
Change name of divisor to subgroup_order
Mohammed Attia
2014-03-03
1
-4
/
+6
|
*
|
Merge remote-tracking branch 'upstream/master'
Mohammed Attia
2014-03-03
4
-2
/
+24
|
|
\
\
|
*
|
|
Change pub_key and priv_key to y and x respectively
Mohammed Attia
2014-03-03
1
-8
/
+8
|
*
|
|
Fixed typo
Mohammed Attia
2014-03-03
1
-1
/
+1
|
*
|
|
Changed docstrings to conform to lastest updates of the interfaces
Mohammed Attia
2014-03-03
1
-4
/
+3
|
*
|
|
Remove bitlength related properties that are not needed
Mohammed Attia
2014-03-03
1
-19
/
+1
|
*
|
|
Change property names to be consistent with RSA
Mohammed Attia
2014-03-03
1
-79
/
+2
|
*
|
|
fix pep8 errors
Mohammed Attia
2014-03-03
1
-0
/
+1
|
*
|
|
Change public_key from abstractproperty to abstractmethod
Mohammed Attia
2014-03-03
1
-1
/
+1
|
*
|
|
Add DSA interfaces
Mohammed Attia
2014-03-03
1
-0
/
+188
*
|
|
|
Merge pull request #683 from reaperhulk/pep8-naming
Alex Gaynor
2014-03-04
9
-31
/
+32
|
\
\
\
\
[next]