commit | 44ca7565a6c73cbff17ee94c9f83b871c8c91445 | [log] [tgz] |
---|---|---|
author | Andy Polyakov <appro@openssl.org> | Sat May 19 15:43:11 2018 +0200 |
committer | Andy Polyakov <appro@openssl.org> | Wed May 30 18:26:21 2018 +0200 |
tree | 1b095dd1293d432c3adb6e84426a19466763afbd | |
parent | ffcca684ec7bd2d3081a0f5a5befa9972fdd7765 [diff] |
apps/speed.c: add -aead flag. Goal is to exercise AEAD ciphers in TLS-like sequence, i.e. 13-byte AAD followed by payload. Update doc/man1/speed.pod accordingly. [While we are at it, address even some styling and readability issues.] Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6311)