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
...
|
*
|
|
Minor style fix
Laurens Van Houtven
2014-06-16
1
-2
/
+1
*
|
|
|
Merge pull request #1137 from ClogenyTechnologies/1134-32-bit-builds-fail
Paul Kehrer
2014-06-16
1
-6
/
+8
|
\
\
\
\
|
*
|
|
|
change from unsigned size_t to size_t since size_t is always defined as unsig...
Chirag Jog
2014-06-16
1
-1
/
+1
|
*
|
|
|
Merge branch '1134-32-bit-builds-fail' of https://github.com/ClogenyTechnolog...
Chirag Jog
2014-06-16
0
-0
/
+0
|
|
\
\
\
\
|
|
*
|
|
|
Move function definition to MACROS section because the signature changed afte...
Chirag Jog
2014-06-16
1
-6
/
+8
|
*
|
|
|
|
Fix the comment to conform to PEP8 standards.
Chirag Jog
2014-06-16
1
-6
/
+8
|
|
/
/
/
/
|
*
|
|
|
Use size_t as the per definition of aes.h . size_t translates correctly to in...
Chirag Jog
2014-06-16
1
-1
/
+1
*
|
|
|
|
Merge pull request #1142 from reaperhulk/distro-names-are-words-too
Alex Gaynor
2014-06-16
1
-0
/
+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
linux distribution names are words too
Paul Kehrer
2014-06-16
1
-0
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #1135 from reaperhulk/minus-x
Alex Stapleton
2014-06-15
137
-0
/
+0
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
remove executable bit from vector files
Paul Kehrer
2014-06-15
137
-0
/
+0
|
/
/
/
*
|
|
Merge pull request #1130 from dreid/isolate-openssl-urandom-default
Paul Kehrer
2014-06-14
1
-8
/
+30
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Portable usage of subprocess w/ python3 and python2.6 fixes.
David Reid
2014-06-13
1
-6
/
+9
|
*
|
Remove outdated comment.
David Reid
2014-06-13
1
-2
/
+0
|
*
|
Fix flake8.
David Reid
2014-06-13
1
-16
/
+15
|
*
|
Attempt to better isolate this test by getting the backend name from a subpro...
David Reid
2014-06-13
1
-5
/
+27
|
|
/
*
|
Merge pull request #1116 from reaperhulk/rsa-numbers-backend-specific
Alex Stapleton
2014-06-14
5
-265
/
+314
|
\
\
|
*
|
refactor rsa encrypt/decrypt for simplicity
Paul Kehrer
2014-06-12
1
-48
/
+19
|
*
|
do value checks when converting from numbers to key
Paul Kehrer
2014-06-12
2
-15
/
+20
|
*
|
inline a single use function
Paul Kehrer
2014-06-12
1
-18
/
+14
|
*
|
pkey_size should be private
Paul Kehrer
2014-06-12
1
-12
/
+12
|
*
|
simplify test_rsa changes
Paul Kehrer
2014-06-12
1
-467
/
+343
|
*
|
rsa_cdata creation should immediately be registered for gc
Paul Kehrer
2014-06-12
1
-8
/
+7
|
*
|
remove an unused method
Paul Kehrer
2014-06-12
1
-12
/
+0
|
*
|
modify rsa.RSAPrivateKey to build old style key from numbers
Paul Kehrer
2014-06-12
2
-19
/
+13
|
*
|
get numbers from loaded keys in numbers test
Paul Kehrer
2014-06-12
1
-0
/
+2
|
*
|
remove skip in serialization tests until we have a backend that needs it
Paul Kehrer
2014-06-12
1
-6
/
+0
|
*
|
backend specific RSA*Key implementation for OpenSSL
Paul Kehrer
2014-06-12
5
-538
/
+762
*
|
|
Merge pull request #1131 from reaperhulk/add-3des-ecb
Alex Gaynor
2014-06-13
4
-0
/
+46
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
update changelog
Paul Kehrer
2014-06-13
1
-0
/
+3
|
*
|
enable TripleDES ECB in commoncrypto
Paul Kehrer
2014-06-13
1
-0
/
+1
|
*
|
add TripleDES ECB support to OpenSSL backend
Paul Kehrer
2014-06-13
2
-0
/
+42
|
/
/
*
|
Merge pull request #1127 from alex/docs-fix
Paul Kehrer
2014-06-13
1
-0
/
+16
|
\
\
|
*
|
Fixed a reST syntax issue in the docs
Alex Gaynor
2014-06-12
1
-0
/
+16
|
/
/
*
|
Merge pull request #1126 from nryoung/doc-improvements
Alex Gaynor
2014-06-12
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fix other typo and use doc link instead
Nic Young
2014-06-12
1
-2
/
+1
|
*
Fixed typo
Nic Young
2014-06-12
1
-1
/
+1
|
*
Add link about installation depdencies
Nic Young
2014-06-12
1
-3
/
+5
*
|
Merge pull request #1125 from reaperhulk/rsa-numbers-with-functions
Alex Stapleton
2014-06-12
1
-43
/
+53
|
\
\
|
|
/
|
/
|
|
*
don't do value checks in the numbers
Paul Kehrer
2014-06-12
2
-8
/
+4
|
*
indent the proper amount
Paul Kehrer
2014-06-11
1
-6
/
+6
|
*
move some shared logic to functions
Paul Kehrer
2014-06-11
2
-47
/
+61
|
/
*
Merge pull request #1115 from reaperhulk/rsa-numbers-serialization
David Reid
2014-06-11
2
-0
/
+50
|
\
|
*
change to sub-interface idea
Paul Kehrer
2014-06-07
2
-49
/
+49
|
*
change names of key -> numbers interfaces
Paul Kehrer
2014-06-07
2
-14
/
+14
|
*
Documentation and interfaces for serialization to RSA*Numbers representations.
David Reid
2014-06-07
2
-0
/
+50
*
|
Merge pull request #1122 from alex/typo-fixesg
Paul Kehrer
2014-06-10
2
-2
/
+2
|
\
\
|
*
|
Fixed a few typos
Alex Gaynor
2014-06-10
2
-2
/
+2
|
/
/
*
|
Merge pull request #1120 from alex/pr/1119
Paul Kehrer
2014-06-09
1
-0
/
+2
|
\
\
|
*
|
Fixed up a few issues
Alex Gaynor
2014-06-09
3
-4
/
+1
[prev]
[next]