aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | new openssl bindings for parsing some x509 extensionsPaul Kehrer2015-03-182-0/+12
|/ /
* | Merge pull request #1758 from reaperhulk/commoncrypto-keywrap-bindingsAlex Gaynor2015-03-152-0/+38
|\ \ | |/ |/| add AES key wrap bindings to commoncrypto
| * add AES key wrap bindings to commoncryptoPaul Kehrer2015-03-142-0/+38
|/
* Merge pull request #1757 from alex/deprecatedPaul Kehrer2015-03-142-6/+6
|\ | | | | Don't trigger any deprecation warnings on import
| * Don't trigger any deprecation warnings on importAlex Gaynor2015-03-142-6/+6
|/
* Merge pull request #1756 from reaperhulk/serialize-der-dsaAlex Gaynor2015-03-144-45/+95
|\ | | | | Serialize DER DSA private keys
| * pep8! *shakes fist at the sky*Paul Kehrer2015-03-141-1/+1
| |
| * DER serialization of DSA private keysPaul Kehrer2015-03-144-44/+94
|/
* Merge pull request #1755 from reaperhulk/serialize-der-ecAlex Gaynor2015-03-142-13/+97
|\ | | | | support DER encoded EC private key serialization
| * support DER encoded EC private key serializationPaul Kehrer2015-03-132-13/+97
|/
* Merge pull request #1754 from reaperhulk/serialize-der-part-unAlex Gaynor2015-03-133-41/+139
|\ | | | | support RSA DER private key serialization
| * support RSA DER private key serializationPaul Kehrer2015-03-133-41/+139
|/
* Merge pull request #1752 from reaperhulk/tiny-cleanupAlex Gaynor2015-03-111-6/+2
|\ | | | | remove some pointless extra lines in multibackend
| * remove some pointless extra lines in multibackendPaul Kehrer2015-03-111-6/+2
| |
* | Merge pull request #1751 from reaperhulk/x509-refactorAlex Gaynor2015-03-111-38/+40
|\ \ | | | | | | move some helper functions in x509
| * | move some helper functions in x509Paul Kehrer2015-03-111-38/+40
| |/ | | | | | | This will make supporting CSR parsing easier
* | Merge pull request #1749 from alex/update-interfacePaul Kehrer2015-03-111-1/+1
|\ \ | | | | | | Use the new names to reference these classes
| * | eep not this oneAlex Gaynor2015-03-111-1/+1
| | |
| * | Use the new names to reference these classesAlex Gaynor2015-03-112-2/+2
|/ /
* | Merge pull request #1747 from reaperhulk/remove-unneeded-registrationAlex Gaynor2015-03-111-3/+1
|\ \ | |/ |/| remove unneeded deprecated interface registration
| * remove unneeded deprecated interface registrationPaul Kehrer2015-03-111-3/+1
|/
* Merge pull request #1746 from reaperhulk/private-bytes-cleanupAlex Gaynor2015-03-114-5/+9
|\ | | | | refactor OpenSSL backend private_key_bytes
| * refactor OpenSSL backend private_key_bytesPaul Kehrer2015-03-114-5/+9
|/
* Merge pull request #1741 from reaperhulk/serialize-der-public-keysAlex Gaynor2015-03-109-54/+101
|\ | | | | support DER serialization of public keys
| * update changelog to link DERPaul Kehrer2015-03-101-2/+3
| |
| * support DER serialization of public keysPaul Kehrer2015-03-109-54/+100
| |
* | Merge pull request #1742 from alex/fixed-deprecationsPaul Kehrer2015-03-105-12/+12
|\ \ | |/ |/| Fixed the deprecation warnings being triggered by the tests
| * Fixed the deprecation warnings being triggered by the testsAlex Gaynor2015-03-105-12/+12
|/
* Merge pull request #1738 from reaperhulk/deprecation-danceAlex Gaynor2015-03-095-35/+4
|\ | | | | Do the deprecation dance
| * missed some linksPaul Kehrer2015-03-091-2/+2
| |
| * Do the deprecation dancePaul Kehrer2015-03-094-33/+2
| |
* | Merge pull request #1740 from alex/fixed-gitorious-linkPaul Kehrer2015-03-091-1/+1
|\ \ | | | | | | Updated one more gitorious link
| * | Updated one more gitorious linkAlex Gaynor2015-03-091-1/+1
| | |
* | | Merge pull request #1739 from alex/fix-pathPaul Kehrer2015-03-091-1/+1
|\ \ \ | |/ / |/| | Use full path in the documentation
| * | Use full path in the documentationAlex Gaynor2015-03-091-1/+1
|/ /
* | Merge pull request #1736 from reaperhulk/0.9-open-for-businessAlex Gaynor2015-03-093-2/+7
|\ \ | |/ |/| reopen tree for 0.9 development work
| * reopen tree for 0.9 development workPaul Kehrer2015-03-093-2/+7
|/
* Merge pull request #1735 from reaperhulk/0.8-changelog-versionAlex Gaynor2015-03-093-59/+57
|\ | | | | update changelog and bump version to 0.8
| * update changelog and bump version to 0.8Paul Kehrer2015-03-083-59/+57
|/
* Merge pull request #1734 from reaperhulk/serialize-dsa-public-keyAlex Gaynor2015-03-086-5/+129
|\ | | | | DSA public key serialization
| * add missing changelog entry for DSA public serializationPaul Kehrer2015-03-081-0/+8
| |
| * DSA public key serializationPaul Kehrer2015-03-085-5/+121
| |
* | Merge pull request #1695 from Julian/masterAlex Gaynor2015-03-081-1/+3
|\ \ | |/ |/| Remove the CFFI requirement, which breaks pip install -U on PyPy
| * Remove the setuptools and CFFI requirements, which break pip install -UJulian Berman2015-03-081-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-keyAlex Gaynor2015-03-086-5/+159
|\ \ | | | | | | serialize EC public keys
| * | fix a docs linkPaul Kehrer2015-03-081-1/+1
| | |
| * | make tests properly skip on OpenSSLs without EC supportPaul Kehrer2015-03-081-0/+4
| | |
| * | update docs to add ECPublicKey to list of classes that have public_bytesPaul Kehrer2015-03-081-1/+3
| | |
| * | serialize EC public keysPaul Kehrer2015-03-086-5/+153
|/ /
* | Merge pull request #1706 from reaperhulk/serialize-rsa-public-keyAlex Gaynor2015-03-089-7/+197
|\ \ | | | | | | Serialize RSA public keys