Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Mark Adams | 2014-12-13 | 1 | -18/+0 |
| | | | | issues on test_serialization. | ||||
* | Added load_ssh_rsa_public_key to hazmat.primitives.serialization to allow ↵ | Mark Adams | 2014-12-13 | 1 | -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 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 |
| | | | | | | 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 @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 |
| | |||||
* | Document what the PEM headers look like in more cases | Alex Gaynor | 2014-07-10 | 1 | -8/+12 |
| | |||||
* | these functions were removed before 0.5 release | Paul Kehrer | 2014-07-10 | 1 | -38/+0 |
| | |||||
* | Fixed a few typos | Alex Gaynor | 2014-06-10 | 1 | -1/+1 |
| | |||||
* | add load_rsa_*_numbers functions | Paul Kehrer | 2014-06-06 | 1 | -0/+38 |
| | |||||
* | Removed unused doc reference | Alex Stapleton | 2014-05-27 | 1 | -3/+0 |
| | |||||
* | PKCS#8 serialized key loading | Alex Stapleton | 2014-05-27 | 1 | -0/+55 |
| | |||||
* | Bump to 0.5 | Alex Stapleton | 2014-05-03 | 1 | -1/+1 |
| | |||||
* | OpenSSL key loading implementation | Alex Stapleton | 2014-05-03 | 1 | -0/+48 |