aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/serialization.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Removed unused doc referenceAlex Stapleton2014-05-271-3/+0
|
* PKCS#8 serialized key loadingAlex Stapleton2014-05-271-0/+55
|
* Bump to 0.5Alex Stapleton2014-05-031-1/+1
|
* OpenSSL key loading implementationAlex Stapleton2014-05-031-0/+48