| Commit message (Expand) | Author | Age | Files | Lines |
* | openssl speed: clean up time_f | joshua | 2025-05-25 | 1 | -79/+76 |
* | openssl speed: remove whirlpool | joshua | 2025-05-25 | 1 | -37/+11 |
* | openssl speed: remove MAX_BLOCK_SIZE define | joshua | 2025-05-24 | 1 | -8/+2 |
* | openssl speed: move key{16,24,32} above speed_main | joshua | 2025-05-24 | 1 | -33/+25 |
* | openssl speed: use single md buffer for digests | joshua | 2025-05-24 | 1 | -31/+10 |
* | Merge testdsa.h and tesrsa.h into speed.c | tb | 2025-01-02 | 1 | -6/+712 |
* | openssl speed: stop trying to use small curves | tb | 2024-11-30 | 1 | -25/+11 |
* | Move the sigaction next to multi | tb | 2024-07-13 | 1 | -2/+2 |
* | use sigaction() to setup SIGARLM so we can set SA_RESTART, and | deraadt | 2024-07-12 | 1 | -6/+8 |
* | do not need to force bss values to 0 | deraadt | 2024-07-09 | 1 | -2/+2 |
* | KNF a pile of else if blocks; ok tb | deraadt | 2024-07-09 | 1 | -19/+9 |
* | signal handler must use the save_errno dance, and massage a variable | deraadt | 2024-07-01 | 1 | -2/+5 |
* | Remove antiquated options output | tb | 2023-07-27 | 1 | -19/+2 |
* | openssl speed: add an '-unaligned n' option | tb | 2023-05-20 | 1 | -5/+27 |
* | openssl speed: minor style nits | tb | 2023-05-20 | 1 | -8/+6 |
* | openssl speed: remove binary curve remnants | tb | 2023-05-20 | 1 | -88/+5 |
* | openssl speed: avoid bad plural | tb | 2023-02-23 | 1 | -5/+5 |
* | Remove the legacy interactive mode from openssl(1). | joshua | 2022-11-11 | 1 | -6/+4 |
* | Convert openssl(1) speed for opaque EVP_AEAD_CTX | tb | 2022-01-14 | 1 | -13/+31 |
* | Check error returns for HMAC_* to appease coverity. | tb | 2021-12-26 | 1 | -4/+13 |
* | One more leak similar to previous. | tb | 2021-12-26 | 1 | -2/+2 |
* | Plug leaks | tb | 2021-12-26 | 1 | -2/+2 |
* | Make speed.c compile with opaque EVP_CIPHER, EVP_MD and HMAC_CTX. | tb | 2021-12-12 | 1 | -20/+29 |
* | openssl app timers: TM_START -> TM_RESET, TM_STOP -> TM_GET | cheloha | 2018-07-13 | 1 | -3/+3 |
* | Indent labels with a single space so that diff prototypes are more useful. | jsing | 2018-02-07 | 1 | -2/+2 |
* | Seperate real and user timer interfaces | jca | 2017-12-05 | 1 | -2/+5 |
* | Fix cast-pasto's in comments | guenther | 2017-10-07 | 1 | -3/+3 |
* | Sorry Andrew and Luke, I'm pretty sure we deleted your IRIX and VMS code. | deraadt | 2016-08-22 | 1 | -4/+1 |
* | Exit if a pledge call fails in non-interactive mode. | doug | 2015-10-17 | 1 | -2/+4 |
* | Initial support for pledges in openssl(1) commands. | doug | 2015-10-10 | 1 | -1/+6 |
* | Pack the algorithm numbers, to avoid printing a useless (null) 0 0 0 0 | miod | 2015-09-20 | 1 | -34/+34 |
* | Temporarily revive MD4 for MS CHAP support. | doug | 2015-09-14 | 1 | -4/+31 |
* | Remove MD4 support from LibreSSL. | doug | 2015-09-13 | 1 | -31/+4 |
* | Add openssl(1) speed support for AEAD algorithms. | bcook | 2015-09-12 | 1 | -17/+96 |
* | unifdef -DOPENSSL_NO_RC5 | jsing | 2015-09-11 | 1 | -34/+1 |
* | Remove engine command and parameters from openssl(1). | bcook | 2015-09-11 | 1 | -22/+1 |
* | remove stupid casts | deraadt | 2015-09-11 | 1 | -4/+4 |
* | Remove all duplicate prototypes for *_main functions (these are already | jsing | 2015-08-22 | 1 | -4/+1 |
* | Don't try to run ECDH if ecdh_checks fails in openssl(1) speed. | doug | 2015-07-20 | 1 | -17/+23 |
* | Repair algorithm name array after 1.6. | miod | 2015-07-03 | 1 | -4/+4 |
* | Remove obsolete MDC-2DES from libcrypto. | doug | 2015-06-20 | 1 | -31/+3 |
* | Delete commented out code from openssl(1) apps. | doug | 2015-02-08 | 1 | -20/+2 |
* | Check the return values of several reallocarray() calls. While here, | lteo | 2015-01-03 | 1 | -1/+5 |
* | Remove ifdef statements for TIMES and USE_TOD; they don't do anything, | lteo | 2015-01-02 | 1 | -5/+1 |
* | Use arc4random_buf() instead of RAND(_pseudo)?_bytes(). | jsing | 2014-10-22 | 1 | -4/+3 |
* | Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not | jsing | 2014-08-26 | 1 | -0/+2170 |