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_client.c
Age
Commit message (
Expand
)
Author
2015-09-11
Remove engine command and parameters from openssl(1).
Brent Cook
2015-09-10
Correct spelling of OPENSSL_cleanse.
Joel Sing
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-08-11
Improve openssl s_client -starttls xmpp support.
Landry Breuil
2015-07-17
Remove SSLv3 support from openssl(1) s_client.
Doug Hogan
2015-04-14
Move verify externs into the header file.
Joel Sing
2015-01-13
Add the possibility to use the openssl s_client tool with an http
Alexander Bluhm
2014-12-14
unifdef OPENSSL_NO_NEXTPROTONEG
Joel Sing
2014-12-10
Add ALPN support to openssl(1).
Joel Sing
2014-12-02
convert select() to poll(). This is one of the most complicated
Theo de Raadt
2014-11-18
Nuke more obvious #include duplications.
Kenneth R Westerback
2014-11-07
More OPENSSL_NO_TLSEXT clean up.
Joel Sing
2014-11-06
TLS is pretty boring without TLS extensions... unifdef OPENSSL_NO_TLSEXT,
Joel Sing
2014-10-22
None of these need <openssl/rand.h>
Joel Sing
2014-10-20
s_client: don't call shutdown on a non-existent socket descriptor.
Brent Cook
2014-10-13
Use O_NONBLOCK over FIONBIO.
Brent Cook
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