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