Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge GH #504 Add ECKCDSA | Jack Lloyd | 2016-06-20 | 1 | -0/+13 |
|\ | |||||
| * | Add ECKCDSA signature algorithm | René Korthaus | 2016-06-14 | 1 | -0/+13 |
| | | |||||
* | | remove all uses of EMSA1_BSI | Daniel Neus | 2016-05-02 | 1 | -8/+0 |
|/ | |||||
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not ↵ | Daniel Neus | 2016-03-05 | 1 | -1/+1 |
| | | | | explicit. | ||||
* | Internal header cleanups | Jack Lloyd | 2015-09-19 | 1 | -1/+10 |
| | | | | Only user-visible change is the removal of get_byte.h | ||||
* | Fix pbkdf, pk padding and ECDH registration for static linking. | Jack Lloyd | 2015-09-11 | 1 | -0/+74 |
With this change the tests pass when linked against a static library built in the normal (non-amalgamation) fashion. Remove the restriction in configure.py, and have circleci build the clang static build as a non-amalg. |