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
...
|
*
py3 fixes
Paul Kehrer
2014-12-15
2
-49
/
+62
|
*
address review feedback
Paul Kehrer
2014-12-15
6
-17
/
+15
|
*
clean up x509 tests & add DSA/ECDSA tests
Paul Kehrer
2014-12-15
1
-15
/
+57
|
*
improve tests, remove some outdated comments
Paul Kehrer
2014-12-15
2
-10
/
+19
|
*
improve x509 load error handling
Paul Kehrer
2014-12-15
2
-2
/
+16
|
*
add x509v1 test
Paul Kehrer
2014-12-15
1
-0
/
+9
|
*
update docs, test invalid x509 version
Paul Kehrer
2014-12-15
7
-4
/
+29
|
*
move x509 to top level, add more docs
Paul Kehrer
2014-12-15
6
-6
/
+208
|
*
initial x509 version support
Paul Kehrer
2014-12-15
2
-1
/
+12
|
*
initial x509 openssl implementation
Paul Kehrer
2014-12-15
3
-1
/
+120
*
|
Merge pull request #1532 from reaperhulk/fix-1531
Alex Gaynor
2014-12-17
3
-33
/
+167
|
\
\
|
*
|
use the right comparison
Paul Kehrer
2014-12-17
1
-2
/
+2
|
*
|
update docs, hoist b64decode up and re-add test for it
Paul Kehrer
2014-12-17
3
-15
/
+27
|
*
|
add OpenSSH DSS public key loading
Paul Kehrer
2014-12-16
2
-31
/
+153
*
|
|
Merge pull request #1536 from alex/coveralls-svg
Paul Kehrer
2014-12-17
1
-1
/
+1
|
\
\
\
|
*
|
|
Use an SVG for coveralls
Alex Gaynor
2014-12-17
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #1535 from alex/travis-install-cleanup
Donald Stufft
2014-12-17
1
-3
/
+0
|
\
\
\
|
*
|
|
Removed bogus, unused section from travis install script
Alex Gaynor
2014-12-17
1
-3
/
+0
|
/
/
/
*
|
|
Merge pull request #1534 from callidus/master
Alex Gaynor
2014-12-17
5
-2
/
+29
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Moving things about to prevent compiler warnings with newer OpenSSL
Tim Kelsey
2014-12-17
2
-4
/
+4
|
*
|
Making EVP_sha* bindings none conditional.
Tim Kelsey
2014-12-17
1
-7
/
+4
|
*
|
Merge branch 'master' of https://github.com/callidus/cryptography
Tim Kelsey
2014-12-17
0
-0
/
+0
|
|
\
\
|
|
*
|
Adding more cffi bindings to openssl backend.
Tim Kelsey
2014-12-15
5
-1
/
+41
|
*
|
|
Adding more cffi bindings to openssl backend.
Tim Kelsey
2014-12-17
5
-1
/
+31
|
|
/
/
*
|
|
Merge pull request #1530 from alex/sleep
Paul Kehrer
2014-12-16
1
-0
/
+3
|
\
\
\
|
*
|
|
Fixed #1372 -- sleep before checking if the build completed to ensure the bui...
Alex Gaynor
2014-12-16
1
-0
/
+3
|
/
/
/
*
|
|
Merge pull request #1528 from reaperhulk/cms-flags
Alex Gaynor
2014-12-16
1
-0
/
+61
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fix some cffi related warnings
Paul Kehrer
2014-12-16
1
-20
/
+20
|
*
|
properly remove flags that don't exist when CMS is not available
Paul Kehrer
2014-12-16
1
-0
/
+20
|
*
|
bind some cms flags
Paul Kehrer
2014-12-16
1
-0
/
+41
|
/
/
*
|
Merge pull request #1527 from alex/pr/1517
Paul Kehrer
2014-12-15
6
-6
/
+244
|
\
\
|
*
|
Added two more tests to get coverage back up
Alex Gaynor
2014-12-15
1
-1
/
+17
|
*
|
two flake8 fixes
Alex Gaynor
2014-12-15
1
-2
/
+0
|
*
|
A handful of tiny fixes
Alex Gaynor
2014-12-15
5
-59
/
+77
|
*
|
Added optimization for Python 3 to use int.from_bytes instead of Python code
Mark Adams
2014-12-14
1
-1
/
+7
|
*
|
Made a couple of minor tweaks to clean up _read_next_string and _read_next_mpint
Mark Adams
2014-12-14
1
-3
/
+1
|
*
|
Added better parsing for RFC 4251 string and mpint values.
Mark Adams
2014-12-14
2
-22
/
+85
|
*
|
Removed redundant tests for _load_ssh_rsa_public_key since it is now a non-pu...
Mark Adams
2014-12-13
2
-69
/
+25
|
*
|
Minor documentation corrections for load_ssh_public_key
Mark Adams
2014-12-13
2
-3
/
+4
|
*
|
Standardized the assignment statement for str_key in TestSSHSerialization.
Mark Adams
2014-12-13
1
-16
/
+16
|
*
|
Privatized the load_ssh_rsa_public_key function and fixed some coverage issue...
Mark Adams
2014-12-13
4
-66
/
+44
|
*
|
Added load_ssh_rsa_public_key to hazmat.primitives.serialization to allow for...
Mark Adams
2014-12-13
5
-3
/
+207
*
|
|
Merge pull request #1525 from alex/style-fix
Paul Kehrer
2014-12-14
4
-17
/
+17
|
\
\
\
|
*
|
|
A few more style fixes
Alex Gaynor
2014-12-13
3
-9
/
+9
|
*
|
|
Fixed a few other places as well
Alex Gaynor
2014-12-13
3
-8
/
+8
|
*
|
|
Fixed the bio bindings to match our style guide
Alex Gaynor
2014-12-13
1
-1
/
+1
*
|
|
|
Merge pull request #1526 from Ayrx/move-pytest-ini
Alex Gaynor
2014-12-14
2
-5
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Move config in pytest.ini to tox.ini.
Terry Chia
2014-12-14
2
-5
/
+6
|
/
/
/
*
|
|
Merge pull request #1498 from reaperhulk/x509-more-vectors
Alex Stapleton
2014-12-13
7
-21
/
+160
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
rename DSA test vector certificate to be more clear
Paul Kehrer
2014-12-12
2
-1
/
+2
[prev]
[next]