Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support RSA DER private key serialization | Paul Kehrer | 2015-03-13 | 3 | -41/+139 |
| | |||||
* | Merge pull request #1752 from reaperhulk/tiny-cleanup | Alex Gaynor | 2015-03-11 | 1 | -6/+2 |
|\ | | | | | remove some pointless extra lines in multibackend | ||||
| * | remove some pointless extra lines in multibackend | Paul Kehrer | 2015-03-11 | 1 | -6/+2 |
| | | |||||
* | | Merge pull request #1751 from reaperhulk/x509-refactor | Alex Gaynor | 2015-03-11 | 1 | -38/+40 |
|\ \ | | | | | | | move some helper functions in x509 | ||||
| * | | move some helper functions in x509 | Paul Kehrer | 2015-03-11 | 1 | -38/+40 |
| |/ | | | | | | | This will make supporting CSR parsing easier | ||||
* | | Merge pull request #1749 from alex/update-interface | Paul Kehrer | 2015-03-11 | 1 | -1/+1 |
|\ \ | | | | | | | Use the new names to reference these classes | ||||
| * | | eep not this one | Alex Gaynor | 2015-03-11 | 1 | -1/+1 |
| | | | |||||
| * | | Use the new names to reference these classes | Alex Gaynor | 2015-03-11 | 2 | -2/+2 |
|/ / | |||||
* | | Merge pull request #1747 from reaperhulk/remove-unneeded-registration | Alex Gaynor | 2015-03-11 | 1 | -3/+1 |
|\ \ | |/ |/| | remove unneeded deprecated interface registration | ||||
| * | remove unneeded deprecated interface registration | Paul Kehrer | 2015-03-11 | 1 | -3/+1 |
|/ | |||||
* | Merge pull request #1746 from reaperhulk/private-bytes-cleanup | Alex Gaynor | 2015-03-11 | 4 | -5/+9 |
|\ | | | | | refactor OpenSSL backend private_key_bytes | ||||
| * | refactor OpenSSL backend private_key_bytes | Paul Kehrer | 2015-03-11 | 4 | -5/+9 |
|/ | |||||
* | Merge pull request #1741 from reaperhulk/serialize-der-public-keys | Alex Gaynor | 2015-03-10 | 9 | -54/+101 |
|\ | | | | | support DER serialization of public keys | ||||
| * | update changelog to link DER | Paul Kehrer | 2015-03-10 | 1 | -2/+3 |
| | | |||||
| * | support DER serialization of public keys | Paul Kehrer | 2015-03-10 | 9 | -54/+100 |
| | | |||||
* | | Merge pull request #1742 from alex/fixed-deprecations | Paul Kehrer | 2015-03-10 | 5 | -12/+12 |
|\ \ | |/ |/| | Fixed the deprecation warnings being triggered by the tests | ||||
| * | Fixed the deprecation warnings being triggered by the tests | Alex Gaynor | 2015-03-10 | 5 | -12/+12 |
|/ | |||||
* | Merge pull request #1738 from reaperhulk/deprecation-dance | Alex Gaynor | 2015-03-09 | 5 | -35/+4 |
|\ | | | | | Do the deprecation dance | ||||
| * | missed some links | Paul Kehrer | 2015-03-09 | 1 | -2/+2 |
| | | |||||
| * | Do the deprecation dance | Paul Kehrer | 2015-03-09 | 4 | -33/+2 |
| | | |||||
* | | Merge pull request #1740 from alex/fixed-gitorious-link | Paul Kehrer | 2015-03-09 | 1 | -1/+1 |
|\ \ | | | | | | | Updated one more gitorious link | ||||
| * | | Updated one more gitorious link | Alex Gaynor | 2015-03-09 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1739 from alex/fix-path | Paul Kehrer | 2015-03-09 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Use full path in the documentation | ||||
| * | | Use full path in the documentation | Alex Gaynor | 2015-03-09 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1736 from reaperhulk/0.9-open-for-business | Alex Gaynor | 2015-03-09 | 3 | -2/+7 |
|\ \ | |/ |/| | reopen tree for 0.9 development work | ||||
| * | reopen tree for 0.9 development work | Paul Kehrer | 2015-03-09 | 3 | -2/+7 |
|/ | |||||
* | Merge pull request #1735 from reaperhulk/0.8-changelog-version | Alex Gaynor | 2015-03-09 | 3 | -59/+57 |
|\ | | | | | update changelog and bump version to 0.8 | ||||
| * | update changelog and bump version to 0.8 | Paul Kehrer | 2015-03-08 | 3 | -59/+57 |
|/ | |||||
* | Merge pull request #1734 from reaperhulk/serialize-dsa-public-key | Alex Gaynor | 2015-03-08 | 6 | -5/+129 |
|\ | | | | | DSA public key serialization | ||||
| * | add missing changelog entry for DSA public serialization | Paul Kehrer | 2015-03-08 | 1 | -0/+8 |
| | | |||||
| * | DSA public key serialization | Paul Kehrer | 2015-03-08 | 5 | -5/+121 |
| | | |||||
* | | Merge pull request #1695 from Julian/master | Alex Gaynor | 2015-03-08 | 1 | -1/+3 |
|\ \ | |/ |/| | Remove the CFFI requirement, which breaks pip install -U on PyPy | ||||
| * | Remove the setuptools and CFFI requirements, which break pip install -U | Julian Berman | 2015-03-08 | 1 | -1/+3 |
| | | | | | | | | | | PyPy ships with CFFI, but pip install -U will upgrade it if a newer CFFI is available, which will break the CFFI installation (and PyPy itself). | ||||
* | | Merge pull request #1732 from reaperhulk/serialize-ec-public-key | Alex Gaynor | 2015-03-08 | 6 | -5/+159 |
|\ \ | | | | | | | serialize EC public keys | ||||
| * | | fix a docs link | Paul Kehrer | 2015-03-08 | 1 | -1/+1 |
| | | | |||||
| * | | make tests properly skip on OpenSSLs without EC support | Paul Kehrer | 2015-03-08 | 1 | -0/+4 |
| | | | |||||
| * | | 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 | 6 | -5/+153 |
|/ / | |||||
* | | Merge pull request #1706 from reaperhulk/serialize-rsa-public-key | Alex Gaynor | 2015-03-08 | 9 | -7/+197 |
|\ \ | | | | | | | Serialize RSA public keys | ||||
| * | | 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 | 9 | -7/+197 |
|/ / | |||||
* | | Merge pull request #1715 from reaperhulk/rsa-pkcs1-public-key | Alex Gaynor | 2015-03-07 | 3 | -11/+51 |
|\ \ | | | | | | | RSA PKCS1 public key loading support | ||||
| * | | fix a memory leak pointed out by @aftbit and improve changelog phrasing | Paul Kehrer | 2015-03-05 | 2 | -1/+3 |
| | | | |||||
| * | | add changelog entry | Paul Kehrer | 2015-03-05 | 1 | -0/+4 |
| | | | |||||
| * | | support "PKCS1" RSA public keys | Paul Kehrer | 2015-03-05 | 2 | -11/+45 |
| | | | |||||
* | | | Merge pull request #1730 from reaperhulk/update-gitorious-links | Alex Gaynor | 2015-03-06 | 1 | -5/+5 |
|\ \ \ | | | | | | | | | gitorious is no longer a thing so gnutls is now hosted by gitlab | ||||
| * | | | gitorious is no longer a thing so gnutls is now hosted by gitlab | Paul Kehrer | 2015-03-06 | 1 | -5/+5 |
| |/ / | |||||
* | | | Merge pull request #1728 from public/bind-check-pubkey | Paul Kehrer | 2015-03-06 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Add DH_check_pub_key binding | ||||
| * | | | Add DH_check_pub_key binding | Alex Stapleton | 2015-03-06 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge pull request #1723 from public/strict-bn-int | Alex Gaynor | 2015-03-06 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Stricter asserts on _bn_to_int and _int_to_bn |