summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/speed.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* openssl app timers: TM_START -> TM_RESET, TM_STOP -> TM_GETcheloha2018-07-131-3/+3
* Indent labels with a single space so that diff prototypes are more useful.jsing2018-02-071-2/+2
* Seperate real and user timer interfacesjca2017-12-051-2/+5
* Fix cast-pasto's in commentsguenther2017-10-071-3/+3
* Sorry Andrew and Luke, I'm pretty sure we deleted your IRIX and VMS code.deraadt2016-08-221-4/+1
* Exit if a pledge call fails in non-interactive mode.doug2015-10-171-2/+4
* Initial support for pledges in openssl(1) commands.doug2015-10-101-1/+6
* Pack the algorithm numbers, to avoid printing a useless (null) 0 0 0 0miod2015-09-201-34/+34
* Temporarily revive MD4 for MS CHAP support.doug2015-09-141-4/+31
* Remove MD4 support from LibreSSL.doug2015-09-131-31/+4
* Add openssl(1) speed support for AEAD algorithms.bcook2015-09-121-17/+96
* unifdef -DOPENSSL_NO_RC5jsing2015-09-111-34/+1
* Remove engine command and parameters from openssl(1).bcook2015-09-111-22/+1
* remove stupid castsderaadt2015-09-111-4/+4
* Remove all duplicate prototypes for *_main functions (these are alreadyjsing2015-08-221-4/+1
* Don't try to run ECDH if ecdh_checks fails in openssl(1) speed.doug2015-07-201-17/+23
* Repair algorithm name array after 1.6.miod2015-07-031-4/+4
* Remove obsolete MDC-2DES from libcrypto.doug2015-06-201-31/+3
* Delete commented out code from openssl(1) apps.doug2015-02-081-20/+2
* Check the return values of several reallocarray() calls. While here,lteo2015-01-031-1/+5
* Remove ifdef statements for TIMES and USE_TOD; they don't do anything,lteo2015-01-021-5/+1
* Use arc4random_buf() instead of RAND(_pseudo)?_bytes().jsing2014-10-221-4/+3
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-0/+2170