aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do the deprecation dancePaul Kehrer2015-03-094-33/+2
* Merge pull request #1735 from reaperhulk/0.8-changelog-versionAlex Gaynor2015-03-093-59/+57
|\
| * 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
|\
| * 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 setuptools and CFFI requirements, which break pip install -UJulian Berman2015-03-081-1/+3
* | Merge pull request #1732 from reaperhulk/serialize-ec-public-keyAlex Gaynor2015-03-086-5/+159
|\ \
| * | 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
|\ \
| * | 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
|\ \
| * | 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 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 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_bnAlex Stapleton2015-03-061-0/+2
* | | | Merge pull request #1725 from public/dh-bindings-2015Alex Gaynor2015-03-062-0/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | 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 keysPaul Kehrer2015-03-026-12/+268
* | | | Merge pull request #1724 from reaperhulk/windows-102-changelogAlex Gaynor2015-03-051-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Windows wheels will now be built against OpenSSL 1.0.2Paul Kehrer2015-03-051-0/+1
|/ / /
* | | Merge pull request #1714 from reaperhulk/asymmetric-public-vectorsAlex Stapleton2015-03-044-1/+19
|\ \ \
| * | | DER conversion of PKCS1 rsa.pub.pemPaul Kehrer2015-03-022-2/+3
| * | | add RSA/DSA PKCS1 public keysPaul Kehrer2015-03-023-1/+18
| |/ /
* | | Merge pull request #1719 from alex/fix-linkPaul Kehrer2015-03-031-1/+1
|\ \ \
| * | | Fixed URL that changed in docsAlex Gaynor2015-03-031-1/+1
* | | | Merge pull request #1720 from reaperhulk/gcc-old-openssl-match-made-in-hellAlex Gaynor2015-03-032-3/+4
|\ \ \ \
| * | | | Revert "simplify our DSA parameter copying"Paul Kehrer2015-03-032-3/+4
|/ / / /
* | | | Merge pull request #1717 from reaperhulk/dsa-use-params-dupAlex Gaynor2015-03-032-4/+3
|\ \ \ \ | |/ / / |/| | |
| * | | simplify our DSA parameter copyingPaul Kehrer2015-03-032-4/+3
* | | | Merge pull request #1716 from Ayrx/move-paddingPaul Kehrer2015-03-033-41/+51
|\ \ \ \ | |/ / / |/| | |
| * | | Fix indentation.Terry Chia2015-03-031-3/+3
| * | | Move padding code into .c and .h files.Terry Chia2015-03-033-41/+51
|/ / /
* | | Merge pull request #1713 from reaperhulk/openssl-linksAlex Gaynor2015-03-021-1/+1
|\ \ \ | |/ / |/| |
| * | Update OpenSSL test vector link to point at Github repositoryPaul Kehrer2015-03-021-1/+1
|/ /
* | Merge pull request #1709 from reaperhulk/serialize-ec-private-keyAlex Gaynor2015-03-027-11/+284
|\ \
| * | add changelog entryPaul Kehrer2015-03-021-0/+8
| * | format to privateformatPaul Kehrer2015-03-022-11/+14
| * | skip those tests if ec unsupportedPaul Kehrer2015-03-011-0/+7