summaryrefslogtreecommitdiff
path: root/tests/mini-overhead.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: add a safeguard to terminate()Alexander Sosedkin2021-08-301-0/+1
| | | | | | Add a safeguard to `terminate()` so that we don't kill whole pgroups. Signed-off-by: Alexander Sosedkin <asosedkin@redhat.com>
* tests: updated overhead calculation for new codeNikos Mavrogiannopoulos2016-12-061-3/+10
|
* tests: moved child status error checking code in utils.hNikos Mavrogiannopoulos2016-08-091-9/+1
|
* tests: require DTLS 1.2 when using GCMNikos Mavrogiannopoulos2015-02-211-1/+1
|
* removed support for SALSA20 and for stream ciphers with IVNikos Mavrogiannopoulos2014-10-241-6/+0
| | | | | The proposal was not adopted by the TLS WG, and the AEAD path will be used.
* Merged the FIPS140-2 support code.Nikos Mavrogiannopoulos2013-11-301-0/+2
|\ | | | | | | | | | | Conflicts: lib/gnutls_global.c tests/mini-overhead.c
| * Restrict the number of tests run on FIPS140-2 mode.Nikos Mavrogiannopoulos2013-11-271-0/+2
| |
* | updated mini-overhead to account for the removal of salsa20+umacNikos Mavrogiannopoulos2013-11-301-7/+3
|/
* reindented codeNikos Mavrogiannopoulos2013-11-081-245/+235
|
* fix transport parameter casts in testsStefan Bühler2013-08-251-2/+2
|
* corrected overhead calculation in AEAD ciphers.Nikos Mavrogiannopoulos2013-07-291-1/+1
|
* small updateNikos Mavrogiannopoulos2013-06-101-1/+1
|
* document sizesNikos Mavrogiannopoulos2013-05-291-0/+4
|
* Check overhead in DTLS.Nikos Mavrogiannopoulos2013-05-291-0/+354