Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bliss: Remove unnecessary cast to double | Tobias Brunner | 2014-12-23 | 1 | -1/+1 |
| | | | | | | Coverity is still not happy when the result of an integer division is assigned to a double (without e.g. casting the result to an int first to indicate the intent). The shift should avoid this issue. | ||||
* | bliss: Log type if unsupported | Tobias Brunner | 2014-12-23 | 1 | -1/+1 |
| | |||||
* | Use Huffman code in BLISS signature | Andreas Steffen | 2014-12-12 | 1 | -6/+4 |
| | |||||
* | Include design parameters in generated Huffman code files | Andreas Steffen | 2014-12-12 | 1 | -20/+31 |
| | |||||
* | bliss: Fix monolithic build | Tobias Brunner | 2014-12-12 | 1 | -45/+61 |
| | | | | | | | | | | | This requires moving test files so that the Makefile for the tests can be included after building libstrongswan, which requires the plugin when building monolithically. Due to this a static helper library is required as directly referring to object files (or source files) is not possible. It's also necessary to avoid any link-time dependency on libstrongswan in bliss_huffman, to avoid circular dependencies (bliss_huffman -> libstrongswan -> bliss -> bliss_huffman). | ||||
* | Automatic generation of optimized Huffman codes | Andreas Steffen | 2014-12-09 | 1 | -0/+408 |