Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |||||
| * | | | Stricter asserts on _bn_to_int and _int_to_bn | Alex Stapleton | 2015-03-06 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | Helped me catch my terrible programming when working on DH | |||||
* | | | | Merge pull request #1725 from public/dh-bindings-2015 | Alex Gaynor | 2015-03-06 | 2 | -0/+8 | |
|\ \ \ \ | |_|/ / |/| | | | Additional DH bindings | |||||
| * | | | Additional DH bindings | Alex Stapleton | 2015-03-06 | 2 | -0/+8 | |
| |/ / | ||||||
* | | | Merge pull request #1712 from reaperhulk/serialize-dsa-private-key | Alex Gaynor | 2015-03-05 | 6 | -12/+268 | |
|\ \ \ | | | | | | | | | serialize DSA private keys | |||||
| * | | | serialize DSA private keys | Paul Kehrer | 2015-03-02 | 6 | -12/+268 | |
| | | | | ||||||
* | | | | Merge pull request #1724 from reaperhulk/windows-102-changelog | Alex Gaynor | 2015-03-05 | 1 | -0/+1 | |
|\ \ \ \ | |_|/ / |/| | | | Update changelog for Windows wheel OpenSSL version | |||||
| * | | | Windows wheels will now be built against OpenSSL 1.0.2 | Paul Kehrer | 2015-03-05 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Merge pull request #1714 from reaperhulk/asymmetric-public-vectors | Alex Stapleton | 2015-03-04 | 4 | -1/+19 | |
|\ \ \ | | | | | | | | | add RSA/DSA PKCS1 public keys | |||||
| * | | | DER conversion of PKCS1 rsa.pub.pem | Paul Kehrer | 2015-03-02 | 2 | -2/+3 | |
| | | | | ||||||
| * | | | add RSA/DSA PKCS1 public keys | Paul Kehrer | 2015-03-02 | 3 | -1/+18 | |
| |/ / | | | | | | | | | | | | | | | | unenc-rsa-pkcs8.pub.pem is PEM PKCS1 formatted public key converted from the subjectPublicKeyInfo version dsa.pub.pem is the DSA key from the ruby OpenSSL tests | |||||
* | | | Merge pull request #1719 from alex/fix-link | Paul Kehrer | 2015-03-03 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fixed URL that changed in docs | |||||
| * | | | Fixed URL that changed in docs | Alex Gaynor | 2015-03-03 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #1720 from reaperhulk/gcc-old-openssl-match-made-in-hell | Alex Gaynor | 2015-03-03 | 2 | -3/+4 | |
|\ \ \ \ | | | | | | | | | | | Revert "simplify our DSA parameter copying" | |||||
| * | | | | Revert "simplify our DSA parameter copying" | Paul Kehrer | 2015-03-03 | 2 | -3/+4 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 900657823720f377f81825d0190b5bf64780982b. Turns out the way this macro is defined in older OpenSSLs does not play nice with older gcc. See: https://rt.openssl.org/Ticket/Display.html?id=1546&user=guest&pass=guest | |||||
* | | | | Merge pull request #1717 from reaperhulk/dsa-use-params-dup | Alex Gaynor | 2015-03-03 | 2 | -4/+3 | |
|\ \ \ \ | |/ / / |/| | | | simplify our DSA parameter copying |