aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| * | update docs to note PKCS1 is essentially RSA onlyPaul Kehrer2015-03-081-1/+1
| | |
| * | support RSA public key serializationPaul Kehrer2015-03-079-7/+197
|/ /
* | Merge pull request #1715 from reaperhulk/rsa-pkcs1-public-keyAlex Gaynor2015-03-073-11/+51
|\ \ | | | | | | RSA PKCS1 public key loading support
| * | fix a memory leak pointed out by @aftbit and improve changelog phrasingPaul Kehrer2015-03-052-1/+3
| | |
| * | add changelog entryPaul Kehrer2015-03-051-0/+4
| | |
| * | support "PKCS1" RSA public keysPaul Kehrer2015-03-052-11/+45
| | |
* | | Merge pull request #1730 from reaperhulk/update-gitorious-linksAlex Gaynor2015-03-061-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 gitlabPaul Kehrer2015-03-061-5/+5
| |/ /
* | | Merge pull request #1728 from public/bind-check-pubkeyPaul Kehrer2015-03-061-0/+1
|\ \ \ | | | | | | | | Add DH_check_pub_key binding
| * | | Add DH_check_pub_key bindingAlex Stapleton2015-03-061-0/+1
| |/ /
* | | Merge pull request #1723 from public/strict-bn-intAlex Gaynor2015-03-061-0/+2
|\ \ \ | | | | | | | | Stricter asserts on _bn_to_int and _int_to_bn
| * | | Stricter asserts on _bn_to_int and _int_to_bnAlex Stapleton2015-03-061-0/+2
| | | | | | | | | | | | | | | | Helped me catch my terrible programming when working on DH
* | | | Merge pull request #1725 from public/dh-bindings-2015Alex Gaynor2015-03-062-0/+8
|\ \ \ \ | |_|/ / |/| | | Additional DH bindings
| * | | Additional DH bindingsAlex Stapleton2015-03-062-0/+8
| |/ /
* | | Merge pull request #1712 from reaperhulk/serialize-dsa-private-keyAlex Gaynor2015-03-056-12/+268
|\ \ \ | | | | | | | | serialize DSA private keys
| * | | serialize DSA private keysPaul Kehrer2015-03-026-12/+268
| | | |