aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/misc/tss/tss.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix some misc MSVC warningsJack Lloyd2018-12-041-1/+1
|
* Fixes and improvments for TSS codeJack Lloyd2018-10-291-44/+113
| | | | Fix a bug (bad length field), new APIs, etc
* Accept SHA-1, SHA1, or SHA-160 equallyJack Lloyd2017-10-131-1/+1
| | | | | | Fixes #1235 [ci skip]
* Avoid creating hash objects directly in TSS codeJack Lloyd2017-09-221-8/+7
|
* Header file cleanupsJack Lloyd2017-09-211-0/+2
| | | | Some help from include-what-you-use
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-2/+5
| | | | New name, same great operation
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-29/+29
| | | | | | 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.
* Remove bogus filter dependency in TSSJack Lloyd2016-10-281-1/+0
| | | | [ci skip]
* Mass-prefix member vars with m_René Korthaus2016-01-081-17/+17
|
* lib/misc: Convert &vec[0] to vec.data()Simon Warta2015-06-251-5/+5
|
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-051-0/+261