aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/serialization.rst
Commit message (Collapse)AuthorAgeFilesLines
* fix extra spacePaul Kehrer2015-10-171-1/+1
|
* make it clearer when PEM and DER encoding support was addedPaul Kehrer2015-10-171-2/+4
|
* fixed this doc tooAlex Gaynor2015-07-121-2/+2
|
* DSA public key serializationPaul Kehrer2015-03-081-2/+4
|
* fix a docs linkPaul Kehrer2015-03-081-1/+1
|
* update docs to add ECPublicKey to list of classes that have public_bytesPaul Kehrer2015-03-081-1/+3
|
* serialize EC public keysPaul Kehrer2015-03-081-2/+6
|
* update docs to note PKCS1 is essentially RSA onlyPaul Kehrer2015-03-081-1/+1
|
* support RSA public key serializationPaul Kehrer2015-03-071-0/+19
|
* serialize DSA private keysPaul Kehrer2015-03-021-3/+9
|
* add support for serialization of EC private keysPaul Kehrer2015-03-011-6/+14
|
* s/Format/PrivateFormatPaul Kehrer2015-03-011-2/+2
|
* change as_bytes to private_bytes, link more thingsPaul Kehrer2015-02-281-4/+7
|
* linkify some things per review, fix an importPaul Kehrer2015-02-281-1/+1
|
* add more docs stuff from review that I missedPaul Kehrer2015-02-271-2/+7
|
* rename dump to as_bytesPaul Kehrer2015-02-251-1/+1
|
* address review commentsPaul Kehrer2015-02-251-36/+24
|
* Support for traditional OpenSSL and PKCS8 RSA private key serializationPaul Kehrer2015-02-251-1/+69
|
* Updated docs for new APIAlex Gaynor2015-02-231-2/+2
|
* fix docs for unsupportedalgorithm exception (thanks nitpicky)Paul Kehrer2015-02-191-2/+2
|
* add examplesPaul Kehrer2015-02-191-0/+41
|
* support DER public and private key loading in the openssl backendPaul Kehrer2015-02-191-0/+58
|
* make our docs job nitpicky and fix every broken linkPaul Kehrer2015-02-121-7/+7
|
* Have the pem public/private key loading docs point to x.509Alex Gaynor2015-01-271-0/+8
|
* Include an example of loading a public keyAlex Gaynor2015-01-271-0/+15
|
* Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsaAlex Stapleton2015-01-241-2/+2
|
* Merge branch 'master' into openssh-elliptic-curveAlex Gaynor2014-12-241-82/+0
|\
| * Removed documentation for features which were removedAlex Gaynor2014-12-241-82/+0
| |
* | Bring back text about unsupported formatsAlex Gaynor2014-12-241-0/+4
| |
* | Update the docs a bitAlex Gaynor2014-12-241-7/+6
|/
* update docs, hoist b64decode up and re-add test for itPaul Kehrer2014-12-171-4/+9
|
* A handful of tiny fixesAlex Gaynor2014-12-151-2/+3
|
* Minor documentation corrections for load_ssh_public_keyMark Adams2014-12-131-2/+3
|
* Privatized the load_ssh_rsa_public_key function and fixed some coverage ↵Mark Adams2014-12-131-18/+0
| | | | issues on test_serialization.
* Added load_ssh_rsa_public_key to hazmat.primitives.serialization to allow ↵Mark Adams2014-12-131-0/+55
| | | | | | for loading of OpenSSH RSA public keys Also added load_ssh_public_key as a generic method that can be later extended to support more public key algorithms.
* fixed a syntax error in the docsAlex Gaynor2014-11-201-2/+2
|
* Slight clarification of the load_pem_public_key docsAlex Gaynor2014-09-261-2/+2
|
* Part 1 of rebase, with corrections for pep8michael-hart2014-09-261-0/+21
|
* Implemented support for loading EC private keysunknown2014-09-111-1/+1
| | | | | | Loads Elliptic Curve private keys from .PEM files, whether encrypted or unencrypted, given that the encryption method is supported. Also included changes to the test files and documentation for said method.
* Grammar from @reaperhulkAlex Gaynor2014-09-091-1/+1
|
* Try a different phrasingAlex Gaynor2014-09-081-4/+5
|
* Start moving everything to the new APIAlex Gaynor2014-09-081-2/+43
|
* Turn this into a doctest blockAlex Gaynor2014-07-111-7/+35
|
* Fixed name of the functionAlex Gaynor2014-07-111-2/+3
|
* Fixed example in the serialization docsAlex Gaynor2014-07-111-2/+3
|
* Mention both RFCsAlex Gaynor2014-07-101-4/+4
|
* Document what the PEM headers look like in more casesAlex Gaynor2014-07-101-8/+12
|
* these functions were removed before 0.5 releasePaul Kehrer2014-07-101-38/+0
|
* Fixed a few typosAlex Gaynor2014-06-101-1/+1
|
* add load_rsa_*_numbers functionsPaul Kehrer2014-06-061-0/+38
|