summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/speed.c
AgeCommit message (Expand)Author
2017-10-07Fix cast-pasto's in commentsPhilip Guenther
2016-08-22Sorry Andrew and Luke, I'm pretty sure we deleted your IRIX and VMS code.Theo de Raadt
2015-10-17Exit if a pledge call fails in non-interactive mode.Doug Hogan
2015-10-10Initial support for pledges in openssl(1) commands.Doug Hogan
2015-09-20Pack the algorithm numbers, to avoid printing a useless (null) 0 0 0 0Miod Vallat
2015-09-14Temporarily revive MD4 for MS CHAP support.Doug Hogan
2015-09-13Remove MD4 support from LibreSSL.Doug Hogan
2015-09-12Add openssl(1) speed support for AEAD algorithms.Brent Cook
2015-09-11unifdef -DOPENSSL_NO_RC5Joel Sing
2015-09-11Remove engine command and parameters from openssl(1).Brent Cook
2015-09-11remove stupid castsTheo de Raadt
2015-08-22Remove all duplicate prototypes for *_main functions (these are alreadyJoel Sing
2015-07-20Don't try to run ECDH if ecdh_checks fails in openssl(1) speed.Doug Hogan
2015-07-03Repair algorithm name array after 1.6.Miod Vallat
2015-06-20Remove obsolete MDC-2DES from libcrypto.Doug Hogan
2015-02-08Delete commented out code from openssl(1) apps.Doug Hogan
2015-01-03Check the return values of several reallocarray() calls. While here,Lawrence Teo
2015-01-02Remove ifdef statements for TIMES and USE_TOD; they don't do anything,Lawrence Teo
2014-10-22Use arc4random_buf() instead of RAND(_pseudo)?_bytes().Joel Sing
2014-08-26Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notJoel Sing