aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* scripts: Add a tool that tries to guess MAC/ICV values using validation timesMartin Willi2015-04-141-0/+1
| | | | | | | | | | | | | | | | | | | This tool shows that it is trivial to re-construct the value memcmp() compares against by just measuring the time the non-time-constant memcmp() requires to fail. It also shows that even when running without any network latencies it gets very difficult to reconstruct MAC/ICV values, as the time variances due to the crypto routines are large enough that it gets difficult to measure the time that memcmp() actually requires after computing the MAC. However, the faster/time constant an algorithm is, the more likely is a successful attack. When using AES-NI, it is possible to reconstruct (parts of) a valid MAC with this tool, for example with AES-GCM. While this is all theoretical, and way more difficult to exploit with network jitter, it nonetheless shows that we should replace any use of memcmp/memeq() with a constant-time alternative in all sensitive places.
* scripts: Ignore settings-test scriptTobias Brunner2014-05-201-7/+8
|
* Added scripts/aes-test to .gitignoreAndreas Steffen2013-08-281-0/+1
|
* scripts: add a simple test utility to do some malloc() benchmarking/profilingMartin Willi2013-05-061-0/+1
|
* Implemented the resolver test script "dnssec"Reto Guadagnini2013-02-191-0/+1
|
* Add a tool to burn hashersMartin Willi2012-07-171-0/+1
|
* Added simple fetcher tool to test fetcher implementationsMartin Willi2011-01-171-0/+1
|
* Added command line tool for OID to DER conversion functionMartin Willi2011-01-051-0/+1
|
* Implemented a TLS utility to test on any TLS secured TCP connectionMartin Willi2010-08-251-0/+1
|
* Added a crypto transform stress test for profilingMartin Willi2010-08-191-0/+1
|
* moved publickey speed test to a standalone programMartin Willi2009-06-101-0/+1
| | | | This reverts commit 08874d6ae29745de264f269b15afbbf6cd5acaad.
* moved Diffie-Hellman speed test to a standalone programMartin Willi2009-06-101-0/+1
| | | | This reverts commit 1e6050bfaeadd66e921b3cd8d2128e4235ee6a29.
* added .gitignore files, ready for the switchMartin Willi2009-04-301-0/+6