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
/
s_time.c
Age
Commit message (
Expand
)
Author
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-11
"Shutdown" should be "Shut down" in the usage for s_time's -no_shutdown
Lawrence Teo
2015-09-11
*** empty log message ***
Lawrence Teo
2015-09-10
Fix shadowed verify_error in s_server by removing the unused global.
Brent Cook
2015-08-22
Remove all duplicate prototypes for *_main functions (these are already
Joel Sing
2015-07-17
Remove SSLv3 support from openssl(1) s_time.
Doug Hogan
2015-04-15
Only set the cipher list if one was specified and actually check the return
Joel Sing
2015-04-14
Move verify externs into the header file.
Joel Sing
2015-04-14
Convert openssl(1) s_time to new option handling.
Joel Sing
2015-02-08
Delete commented out code from openssl(1) apps.
Doug Hogan
2014-11-04
simple select() to poll() conversion; reviewed by millert and doug
Theo de Raadt
2014-09-01
Enable -Wshadow in openssl(1) and fix a few shadow warnings.
Doug Hogan
2014-08-26
Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not
Joel Sing