apps/speed.c: add -aead flag.
authorAndy Polyakov <appro@openssl.org>
Sat, 19 May 2018 13:43:11 +0000 (15:43 +0200)
committerAndy Polyakov <appro@openssl.org>
Wed, 30 May 2018 16:26:21 +0000 (18:26 +0200)
commit44ca7565a6c73cbff17ee94c9f83b871c8c91445
tree1b095dd1293d432c3adb6e84426a19466763afbd
parentffcca684ec7bd2d3081a0f5a5befa9972fdd7765
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)
apps/speed.c
doc/man1/speed.pod