aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #1009 from reaperhulk/fix-artifact-downloadAlex Gaynor2014-05-031-1/+1
|\ \ \ \ | |/ / / |/| | | Fix jenkins artifact download for release automation
| * | | Fix jenkins artifact download for release automationPaul Kehrer2014-05-031-1/+1
|/ / /
* | | Merge pull request #1008 from alex/style-fixPaul Kehrer2014-05-032-2/+2
|\ \ \ | |/ / |/| | Style guide fix in the docs
| * | Style guide fix in the docsAlex Gaynor2014-05-032-2/+2
|/ /
* | Merge pull request #1007 from alex/warning-stacklevelPaul Kehrer2014-05-031-2/+4
|\ \ | | | | | | Warn at the right stacklevel
| * | Warn at the right stacklevelAlex Gaynor2014-05-031-2/+4
| | |
* | | Merge pull request #1005 from reaperhulk/update-deprecationAlex Gaynor2014-05-031-1/+1
|\ \ \ | |/ / |/| | update deprecation warnings from 0.4 release for 0.5
| * | update deprecation warnings from 0.4 release for 0.5Paul Kehrer2014-05-031-1/+1
| | |
* | | Merge pull request #1004 from reaperhulk/reopen-masterAlex Gaynor2014-05-033-2/+7
|\ \ \ | |/ / |/| | update versions and reopen master
| * | update versions and reopen masterPaul Kehrer2014-05-033-2/+7
| | |
* | | Merge pull request #1003 from reaperhulk/bump-versionAlex Stapleton2014-05-033-6/+4
|\| | | | | | | | bump version to 0.4
| * | bump version to 0.4Paul Kehrer2014-05-033-6/+4
| | |
* | | Merge pull request #1002 from public/doc-tweaks-4Alex Gaynor2014-05-024-10/+14
|\ \ \ | | | | | | | | Fix some typos in the docs
| * | | Fix some typos in the docsAlex Stapleton2014-05-024-10/+14
| |/ /
* | | Merge pull request #1001 from alex/conda-docsDavid Reid2014-05-022-0/+19
|\ \ \ | |/ / |/| | Fixed #1000 -- document the conda issue and workaround
| * | linkfiyAlex Gaynor2014-05-021-1/+2
| | |
| * | typoAlex Gaynor2014-05-021-1/+1
| | |
| * | More detailsAlex Gaynor2014-05-021-3/+10
| | |
| * | Conda is a word I guessAlex Gaynor2014-05-021-0/+1
| | |
| * | Fixed #1000 -- document the conda issue and workaroundAlex Gaynor2014-05-021-0/+10
|/ /
* | Merge pull request #999 from alex/remove-out-of-date-commentPaul Kehrer2014-05-021-3/+0
|\ \ | | | | | | Removed out of date comment
| * | Removed out of date commentAlex Gaynor2014-05-021-3/+0
| | |
* | | Merge pull request #998 from reaperhulk/dsa-multibackendAlex Gaynor2014-05-024-2/+70
|\ \ \ | |/ / |/| | DSA sign/verify multibackend
| * | cover some missing lines in dsa multibackendPaul Kehrer2014-05-021-0/+5
| | |
| * | convert dsa examples to doctestPaul Kehrer2014-05-021-2/+2
| | |
| * | update changelog to add DSA sig/verify support informationPaul Kehrer2014-05-021-0/+4
| | |
| * | expand DSA multibackend supportPaul Kehrer2014-05-022-0/+59
| | |
* | | Merge pull request #997 from public/dsa-sign-buflenPaul Kehrer2014-05-021-1/+2
|\ \ \ | |/ / |/| | Make sure the DSA signature is truncated properly
| * | Make sure the signature is truncated properlyAlex Stapleton2014-05-021-1/+2
|/ /
* | Merge pull request #996 from alex/wordwrapAlex Stapleton2014-05-021-7/+14
|\ \ | | | | | | Wordwrap some stuff in the changelog
| * | Wordwrap some stuff in the changelogAlex Gaynor2014-05-011-7/+14
| | |
* | | Merge pull request #991 from reaperhulk/dsa-signAlex Gaynor2014-05-017-0/+205
|\ \ \ | |/ / |/| | DSA signing support
| * | add test to cover missed linePaul Kehrer2014-05-011-0/+9
| | |
| * | this isn't an invalidsignaturePaul Kehrer2014-05-011-5/+1
| | |
| * | remove an unneeded line in the examplePaul Kehrer2014-05-011-1/+0
| | |
| * | DSA signing support (this is mostly skeuomorf's work, credit to him)Paul Kehrer2014-05-017-0/+201
|/ /
* | Merge pull request #993 from reaperhulk/really-fix-ecdhAlex Gaynor2014-05-011-4/+3
|\ \ | | | | | | Fix ECDH on CentOS 5.x/6.4
| * | CentOS, does my offering please you?Paul Kehrer2014-05-011-4/+3
|/ /
* | Merge pull request #992 from reaperhulk/fix-ecdhAlex Gaynor2014-05-012-5/+4
|\ \ | | | | | | ECDH wasn't actually included so it wasn't being compiled
| * | ifndef and ifdef aren't the same thingPaul Kehrer2014-05-011-1/+1
| | |
| * | ecdh wasn't actually included so it wasn't being compiledPaul Kehrer2014-05-012-4/+3
|/ /
* | Merge pull request #990 from reaperhulk/docs-fixAlex Gaynor2014-05-011-0/+1
|\ \ | | | | | | document that the OpenSSL backend conforms to the CMACBackend interface
| * | document that the OpenSSL backend conforms to the CMACBackend interfacePaul Kehrer2014-05-011-0/+1
| | |
* | | Merge pull request #989 from ashfall/ecdh-bindingsPaul Kehrer2014-05-011-0/+71
|\ \ \ | |/ / |/| | Add ECDH bindings
| * | Fix alignment and close an #ifdefAshwini Oruganti2014-05-011-4/+9
| | |
| * | Define CONDITIONAL_NAMESAshwini Oruganti2014-05-011-0/+6
| | |
| * | CustomizeAshwini Oruganti2014-05-011-0/+13
| | |
| * | And then the FUNCTIONSAshwini Oruganti2014-05-011-0/+9
| | |
| * | And then the TYPESAshwini Oruganti2014-05-011-0/+3
| | |
| * | Fill in the INCLUDES partAshwini Oruganti2014-05-011-0/+3
| | |