aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #865 from reaperhulk/new-evp-pkey-functionsAlex Gaynor2014-03-291-0/+35
|\ \ \ \ | |/ / / |/| | | add EVP_PKEY encrypt/decrypt functions
| * | | workaround 0.9.8 madness by creating our own madnessPaul Kehrer2014-03-291-10/+29
| | | |
| * | | add EVP_PKEY encrypt/decrypt functionsPaul Kehrer2014-03-291-0/+16
|/ / /
* | | Merge pull request #864 from public/code-review-docsPaul Kehrer2014-03-291-6/+10
|\ \ \ | |/ / |/| | Make code review docs friendlier
| * | Make code review docs friendlierAlex Stapleton2014-03-291-6/+10
|/ /
* | Merge pull request #863 from reaperhulk/add-key-fingerprintAlex Gaynor2014-03-281-1/+1
|\ \ | | | | | | add my key fingerprint since I've signed a few releases with it
| * | add my key fingerprint since I've signed a few releases with itPaul Kehrer2014-03-281-1/+1
| | |
* | | Merge pull request #857 from Lukasa/masterPaul Kehrer2014-03-281-0/+62
|\ \ \ | |/ / |/| | Add Next Protocol Negotiation functions for OpenSSL
| * | Remove extraneous spaces.Cory Benfield2014-03-281-10/+10
| | |
| * | Add NPN functions.Cory Benfield2014-03-281-0/+62
| | |
* | | Merge pull request #860 from reaperhulk/add-some-test-dep-notesAlex Gaynor2014-03-282-0/+2
|\ \ \ | | | | | | | | add some comments to note the duplication between setup.py and tox.ini
| * | | add some comments to note the duplication between setup.py and tox.iniPaul Kehrer2014-03-282-0/+2
|/ / /
* | | Merge pull request #853 from reaperhulk/reopen-masterAlex Gaynor2014-03-273-2/+7
|\ \ \ | | | | | | | | update versions for 0.4.dev1 and add boilerplate to changelog
| * | | update versions for 0.4.dev1 and add boilerplate to changelogPaul Kehrer2014-03-273-2/+7
|/ / /
* | | Merge pull request #852 from reaperhulk/third-releaseAlex Gaynor2014-03-273-6/+4
|\ \ \ | |/ / |/| | bump versions and changelog for third release
| * | underscorePaul Kehrer2014-03-271-1/+1
| | |
| * | bump versions and changelog for third releasePaul Kehrer2014-03-273-7/+5
|/ /
* | Merge pull request #849 from public/changeup-exceptions-2-electric-boogalooAlex Gaynor2014-03-2733-203/+301
|\ \ | | | | | | Use a single tagged exception instead of a hierarchy
| * | Pain the bikeshed a different colourAlex Stapleton2014-03-272-3/+2
| | |
| * | Remove change to bindingsAlex Stapleton2014-03-271-2/+2
| | |
| * | Fixes to @alex's commentsAlex Stapleton2014-03-274-24/+27
| | |
| * | Update testsAlex Stapleton2014-03-271-11/+16
| | |
| * | Update tests and raise sitesAlex Stapleton2014-03-2719-100/+165
| | |
| * | Add additional reason tagsAlex Stapleton2014-03-271-0/+3
| | |
| * | Address most of my own commentsAlex Stapleton2014-03-277-16/+51
| | |
| * | Fixed #809 -- switch back to always using UnsupportedAlgorithmAlex Gaynor2014-03-2733-202/+190
|/ /
* | Merge pull request #851 from reaperhulk/fancier-travis-badgeAlex Gaynor2014-03-261-1/+1
|\ \ | | | | | | travis has svg badges now (and they intend to transition png to svg)
| * | travis has svg badges now (and they intend to transition png to svg)Paul Kehrer2014-03-241-1/+1
| | | | | | | | | | | | Now we can enjoy retina 100%
* | | Merge pull request #850 from alex/new-flake8David Reid2014-03-261-45/+37
|\ \ \ | | | | | | | | A new flake8 is out. Our code is bad again!
| * | | A new flake8 is out. Our code is bad again!Alex Gaynor2014-03-261-45/+37
|/ / /
* | | Merge pull request #845 from public/no-memory-wipe-docsPaul Kehrer2014-03-252-0/+20
|\ \ \ | | | | | | | | Document our security limitations
| * | | "potentially vulnerable"Alex Stapleton2014-03-251-2/+2
| | | |
| * | | Rephrase to avoid american english failureAlex Stapleton2014-03-241-1/+1
| | | |
| * | | Add citation for being a low risk issueAlex Stapleton2014-03-241-2/+5
| | | |
| * | | Rephrase to keep the spell checker happyAlex Stapleton2014-03-221-1/+1
| | | |
| * | | LimitationsAlex Stapleton2014-03-222-0/+17
| |/ /
* | | Merge pull request #848 from alex/vectors-are-universalPaul Kehrer2014-03-241-0/+2
|\ \ \ | | | | | | | | This is universal.
| * | | This is universal.Alex Gaynor2014-03-241-0/+2
|/ / /
* | | Merge pull request #795 from public/split-vectorsPaul Kehrer2014-03-24336-23/+166
|\ \ \ | | | | | | | | Split vectors into cryptography_vectors
| * | | Fix bug in release task and style fixesAlex Stapleton2014-03-243-4/+4
| | | | | | | | | | | | | | | | | | | | tasks.py was building tarballs/sdists that didn't actually have vectors in because of setup.pys reliance on the cwd.
| * | | Move cryptography.vectors to cryptography_vectorsAlex Stapleton2014-03-24336-28/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | All vectors are now stored in the subpackage in the vectors/ folder. This package is automatically installed by setup.py test and will also be uploaded with a matching version number by the PyPI upload task.
| * | | Load vectors from cryptography.vectorsMatthew Iversen2014-03-223-15/+9
| | | |
| * | | cryptography.vectorsAlex Stapleton2014-03-22329-3/+86
| |/ /
* | | Merge pull request #847 from reaperhulk/update-ignoresAlex Gaynor2014-03-241-0/+1
|\ \ \ | |/ / |/| | Update gitignore to ignore the new shared object name structure
| * | update gitignore to ignore the new so name structurePaul Kehrer2014-03-241-0/+1
|/ /
* | Merge pull request #841 from public/ssl-ctx-methodAlex Gaynor2014-03-221-1/+7
|\ \ | | | | | | Add SSL_CTX method getter to fix #794
| * | Add SSL_CTX method getter to fix #794Alex Stapleton2014-03-221-1/+7
| | |
* | | Merge pull request #839 from reaperhulk/more-import-orderAlex Gaynor2014-03-222-2/+2
|\ \ \ | |/ / |/| | Import order fixes for generation scripts
| * | a few more import order fixes for upcoming flake8-import-orderPaul Kehrer2014-03-222-2/+2
|/ /
* | Merge pull request #833 from reaperhulk/rsa-pss-signingAlex Gaynor2014-03-215-14/+399
|\ \ | | | | | | RSA PSS Signing