index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
hazmat
/
primitives
/
asymmetric
/
serialization.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes #2992 -- clearly link to a key dumping docs in serialization mo… (#3013)
Alex Gaynor
2016-06-25
1
-0
/
+10
*
SSH serialization for public keys (#2957)
Alex Gaynor
2016-06-03
1
-0
/
+13
*
provide a bit more detail about the underlying public key formats
Paul Kehrer
2015-12-31
1
-2
/
+4
*
Better document the return type of serialization load functions
Alex Gaynor
2015-12-30
1
-5
/
+31
*
fix extra space
Paul Kehrer
2015-10-17
1
-1
/
+1
*
make it clearer when PEM and DER encoding support was added
Paul Kehrer
2015-10-17
1
-2
/
+4
*
fixed this doc too
Alex Gaynor
2015-07-12
1
-2
/
+2
*
DSA public key serialization
Paul Kehrer
2015-03-08
1
-2
/
+4
*
fix a docs link
Paul Kehrer
2015-03-08
1
-1
/
+1
*
update docs to add ECPublicKey to list of classes that have public_bytes
Paul Kehrer
2015-03-08
1
-1
/
+3
*
serialize EC public keys
Paul Kehrer
2015-03-08
1
-2
/
+6
*
update docs to note PKCS1 is essentially RSA only
Paul Kehrer
2015-03-08
1
-1
/
+1
*
support RSA public key serialization
Paul Kehrer
2015-03-07
1
-0
/
+19
*
serialize DSA private keys
Paul Kehrer
2015-03-02
1
-3
/
+9
*
add support for serialization of EC private keys
Paul Kehrer
2015-03-01
1
-6
/
+14
*
s/Format/PrivateFormat
Paul Kehrer
2015-03-01
1
-2
/
+2
*
change as_bytes to private_bytes, link more things
Paul Kehrer
2015-02-28
1
-4
/
+7
*
linkify some things per review, fix an import
Paul Kehrer
2015-02-28
1
-1
/
+1
*
add more docs stuff from review that I missed
Paul Kehrer
2015-02-27
1
-2
/
+7
*
rename dump to as_bytes
Paul Kehrer
2015-02-25
1
-1
/
+1
*
address review comments
Paul Kehrer
2015-02-25
1
-36
/
+24
*
Support for traditional OpenSSL and PKCS8 RSA private key serialization
Paul Kehrer
2015-02-25
1
-1
/
+69
*
Updated docs for new API
Alex Gaynor
2015-02-23
1
-2
/
+2
*
fix docs for unsupportedalgorithm exception (thanks nitpicky)
Paul Kehrer
2015-02-19
1
-2
/
+2
*
add examples
Paul Kehrer
2015-02-19
1
-0
/
+41
*
support DER public and private key loading in the openssl backend
Paul Kehrer
2015-02-19
1
-0
/
+58
*
make our docs job nitpicky and fix every broken link
Paul Kehrer
2015-02-12
1
-7
/
+7
*
Have the pem public/private key loading docs point to x.509
Alex Gaynor
2015-01-27
1
-0
/
+8
*
Include an example of loading a public key
Alex Gaynor
2015-01-27
1
-0
/
+15
*
Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsa
Alex Stapleton
2015-01-24
1
-2
/
+2
*
Merge branch 'master' into openssh-elliptic-curve
Alex Gaynor
2014-12-24
1
-82
/
+0
|
\
|
*
Removed documentation for features which were removed
Alex Gaynor
2014-12-24
1
-82
/
+0
*
|
Bring back text about unsupported formats
Alex Gaynor
2014-12-24
1
-0
/
+4
*
|
Update the docs a bit
Alex Gaynor
2014-12-24
1
-7
/
+6
|
/
*
update docs, hoist b64decode up and re-add test for it
Paul Kehrer
2014-12-17
1
-4
/
+9
*
A handful of tiny fixes
Alex Gaynor
2014-12-15
1
-2
/
+3
*
Minor documentation corrections for load_ssh_public_key
Mark Adams
2014-12-13
1
-2
/
+3
*
Privatized the load_ssh_rsa_public_key function and fixed some coverage issue...
Mark Adams
2014-12-13
1
-18
/
+0
*
Added load_ssh_rsa_public_key to hazmat.primitives.serialization to allow for...
Mark Adams
2014-12-13
1
-0
/
+55
*
fixed a syntax error in the docs
Alex Gaynor
2014-11-20
1
-2
/
+2
*
Slight clarification of the load_pem_public_key docs
Alex Gaynor
2014-09-26
1
-2
/
+2
*
Part 1 of rebase, with corrections for pep8
michael-hart
2014-09-26
1
-0
/
+21
*
Implemented support for loading EC private keys
unknown
2014-09-11
1
-1
/
+1
*
Grammar from @reaperhulk
Alex Gaynor
2014-09-09
1
-1
/
+1
*
Try a different phrasing
Alex Gaynor
2014-09-08
1
-4
/
+5
*
Start moving everything to the new API
Alex Gaynor
2014-09-08
1
-2
/
+43
*
Turn this into a doctest block
Alex Gaynor
2014-07-11
1
-7
/
+35
*
Fixed name of the function
Alex Gaynor
2014-07-11
1
-2
/
+3
*
Fixed example in the serialization docs
Alex Gaynor
2014-07-11
1
-2
/
+3
*
Mention both RFCs
Alex Gaynor
2014-07-10
1
-4
/
+4
[next]