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
...
|
*
|
|
simplify our DSA parameter copying
Paul Kehrer
2015-03-03
2
-4
/
+3
*
|
|
|
Merge pull request #1716 from Ayrx/move-padding
Paul Kehrer
2015-03-03
3
-41
/
+51
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix indentation.
Terry Chia
2015-03-03
1
-3
/
+3
|
*
|
|
Move padding code into .c and .h files.
Terry Chia
2015-03-03
3
-41
/
+51
|
/
/
/
*
|
|
Merge pull request #1713 from reaperhulk/openssl-links
Alex Gaynor
2015-03-02
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Update OpenSSL test vector link to point at Github repository
Paul Kehrer
2015-03-02
1
-1
/
+1
|
/
/
*
|
Merge pull request #1709 from reaperhulk/serialize-ec-private-key
Alex Gaynor
2015-03-02
7
-11
/
+284
|
\
\
|
*
|
add changelog entry
Paul Kehrer
2015-03-02
1
-0
/
+8
|
*
|
format to privateformat
Paul Kehrer
2015-03-02
2
-11
/
+14
|
*
|
skip those tests if ec unsupported
Paul Kehrer
2015-03-01
1
-0
/
+7
|
*
|
add support for serialization of EC private keys
Paul Kehrer
2015-03-01
6
-11
/
+266
|
/
/
*
|
Merge pull request #1711 from reaperhulk/serialize-format-private-format
Alex Gaynor
2015-03-01
6
-22
/
+28
|
\
\
|
*
|
s/Format/PrivateFormat
Paul Kehrer
2015-03-01
6
-22
/
+28
|
/
/
*
|
Merge pull request #1708 from reaperhulk/serialize-shared-private-bytes
Alex Gaynor
2015-03-01
2
-58
/
+67
|
\
\
|
*
|
update naming
Paul Kehrer
2015-03-01
2
-4
/
+4
|
*
|
move private_bytes to a shared method so we can reuse it
Paul Kehrer
2015-03-01
2
-58
/
+67
|
/
/
*
|
Merge pull request #1707 from alex/official-deprecated
Paul Kehrer
2015-03-01
2
-5
/
+7
|
\
\
|
*
|
Use the official API for deprecation with the MACContext rename
Alex Gaynor
2015-03-01
2
-5
/
+7
|
/
/
*
|
Merge pull request #1503 from reaperhulk/serialize-some-keys
Alex Stapleton
2015-03-01
11
-12
/
+436
|
\
\
|
*
|
change as_bytes to private_bytes, link more things
Paul Kehrer
2015-02-28
7
-27
/
+30
|
*
|
linkify some things per review, fix an import
Paul Kehrer
2015-02-28
2
-3
/
+9
|
*
|
add more docs stuff from review that I missed
Paul Kehrer
2015-02-27
2
-3
/
+8
|
*
|
add exact byte test
Paul Kehrer
2015-02-27
1
-0
/
+17
|
*
|
address review feedback
Paul Kehrer
2015-02-27
3
-11
/
+15
|
*
|
listify a parametrized test
Paul Kehrer
2015-02-25
1
-1
/
+1
|
*
|
rename dump to as_bytes
Paul Kehrer
2015-02-25
7
-24
/
+24
|
*
|
fix docs
Paul Kehrer
2015-02-25
1
-5
/
+5
|
*
|
address review comments
Paul Kehrer
2015-02-25
10
-124
/
+113
|
*
|
Support for traditional OpenSSL and PKCS8 RSA private key serialization
Paul Kehrer
2015-02-25
11
-10
/
+410
*
|
|
Merge pull request #1697 from reaperhulk/x509-request-vectors
Alex Stapleton
2015-02-27
6
-0
/
+87
|
\
\
\
|
*
|
|
move x509 request vector docs to a new section
Paul Kehrer
2015-02-24
1
-1
/
+6
|
*
|
|
add X509 request custom vectors
Paul Kehrer
2015-02-24
6
-0
/
+82
*
|
|
|
Merge pull request #1315 from public/dh-numbers
Paul Kehrer
2015-02-27
5
-0
/
+280
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
DH numbers
Alex Stapleton
2015-02-26
5
-0
/
+280
|
/
/
/
*
|
|
Merge pull request #1699 from alex/deprecated-names-serialization
Paul Kehrer
2015-02-25
1
-33
/
+28
|
\
\
\
|
*
|
|
Fixed the use of deprecated names in the serialization tests
Alex Gaynor
2015-02-24
1
-33
/
+28
|
/
/
/
*
|
|
Merge pull request #1696 from alex/rsa-dsa-tests-move
Paul Kehrer
2015-02-24
2
-6
/
+6
|
\
\
\
|
*
|
|
Updated RSA and DSA tests for moved classes
Alex Gaynor
2015-02-24
2
-6
/
+6
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1698 from alex/docs-syntax-error
Paul Kehrer
2015-02-24
2
-5
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fixed links in the docs
Alex Gaynor
2015-02-24
2
-4
/
+3
|
*
|
Fixed a syntax error in the docs
Alex Gaynor
2015-02-24
1
-1
/
+1
|
/
/
*
|
Merge pull request #1694 from alex/x509-test-move
Paul Kehrer
2015-02-24
1
-9
/
+7
|
\
\
|
|
/
|
/
|
|
*
This module has been renamed.
Alex Gaynor
2015-02-23
1
-9
/
+7
|
/
*
Merge pull request #1693 from alex/update-docs
Paul Kehrer
2015-02-23
1
-2
/
+2
|
\
|
*
Updated docs for new API
Alex Gaynor
2015-02-23
1
-2
/
+2
|
/
*
Merge pull request #1610 from reaperhulk/load-der-keys
Alex Gaynor
2015-02-23
7
-5
/
+455
|
\
|
*
remove unneeded parens
Paul Kehrer
2015-02-22
1
-2
/
+2
|
*
free PKCS8_PRIV_KEY_INFO * and reuse membio for der loading
Paul Kehrer
2015-02-22
2
-8
/
+12
|
*
fix docs for unsupportedalgorithm exception (thanks nitpicky)
Paul Kehrer
2015-02-19
1
-2
/
+2
|
*
move gc above potential exception
Paul Kehrer
2015-02-19
1
-2
/
+2
[prev]
[next]