summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/speed.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge testdsa.h and tesrsa.h into speed.ctb2025-01-021-6/+712
* openssl speed: stop trying to use small curvestb2024-11-301-25/+11
* Move the sigaction next to multitb2024-07-131-2/+2
* use sigaction() to setup SIGARLM so we can set SA_RESTART, andderaadt2024-07-121-6/+8
* do not need to force bss values to 0deraadt2024-07-091-2/+2
* KNF a pile of else if blocks; ok tbderaadt2024-07-091-19/+9
* signal handler must use the save_errno dance, and massage a variablederaadt2024-07-011-2/+5
* Remove antiquated options outputtb2023-07-271-19/+2
* openssl speed: add an '-unaligned n' optiontb2023-05-201-5/+27
* openssl speed: minor style nitstb2023-05-201-8/+6
* openssl speed: remove binary curve remnantstb2023-05-201-88/+5
* openssl speed: avoid bad pluraltb2023-02-231-5/+5
* Remove the legacy interactive mode from openssl(1).joshua2022-11-111-6/+4
* Convert openssl(1) speed for opaque EVP_AEAD_CTXtb2022-01-141-13/+31
* Check error returns for HMAC_* to appease coverity.tb2021-12-261-4/+13
* One more leak similar to previous.tb2021-12-261-2/+2
* Plug leakstb2021-12-261-2/+2
* Make speed.c compile with opaque EVP_CIPHER, EVP_MD and HMAC_CTX.tb2021-12-121-20/+29
* 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