Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |