Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove obsolete workaround for bug in some old Sun Studio version | Jack Lloyd | 2017-01-24 | 1 | -5/+0 |
| | | | | [ci skip] | ||||
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -3/+3 |
| | | | | | | Renames a couple of functions for somewhat better name consistency, eg make_u32bit becomes make_uint32. The old typedefs remain for now since probably lots of application code uses them. | ||||
* | CLI rewrite | Jack Lloyd | 2015-12-19 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | The command line tools' origin as a collection of examples and test programs glued together led to some unfortunate problems; lots of hardcoded values, missing parameters, and obsolete crypto. Adds a small library for writing command line programs of the sort needed here (cli.h), which cuts the length of many of the commands in half and makes commands more pleasant to write and extend. Generalizes a lot of the commands also, eg previously only signing/verification with DSA/SHA-1 was included! Removes the fuzzer entry point since that's fairly useless outside of an instrumented build. Removes the in-library API for benchmarking. | ||||
* | Fix to_string for BER_Object when debug STL is used | Simon Warta | 2015-07-07 | 1 | -0/+7 |
| | |||||
* | lib/utils: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 1 | -2/+1 |
| | |||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+94 |