summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-09-12Adapt to just committed libtls api changeBob Beck
2015-09-12Nuke SSLEAY_CONF -- a backwards compatibility environment variable thatLawrence Teo
2015-09-12drop useless .Li macrosIngo Schwarze
2015-09-12ouch, sorry, fix previousIngo Schwarze
2015-09-12use .Cm rather than .Li for fixed string arguments, andIngo Schwarze
2015-09-12use sysctl() to get FSCALE value; ok guentherTheo de Raadt
2015-09-12Add openssl(1) speed support for AEAD algorithms.Brent Cook
2015-09-12don't use literal brackets to indicate optional syntax elements,Ingo Schwarze
2015-09-12Fix the openssl(1) prime command: When checking a decimal number forLawrence Teo
2015-09-12Old diff found in my tree: Add HISTORY; info from the CSRG CDs.Ingo Schwarze
2015-09-12use SOCK_CLOEXEC instead of fnctl; ok guenther beck jsingTheo de Raadt
2015-09-12fix previous;Jason McIntyre
2015-09-12Update sqlite3 to 3.8.11.1. Bump major, regen .pc and header. ChangesJames Turner
2015-09-11spaces found during a readTheo de Raadt
2015-09-11add some missing .Cm macros and drop some redundant .Bk while hereIngo Schwarze
2015-09-11Add TLS suppport to nc. Provides a useful little test and script tool.Bob Beck
2015-09-11unifdef -DOPENSSL_NO_RC5Joel Sing
2015-09-11Remove XRESOLVE support.Martin Pieuchot
2015-09-11The -D option requires an argument, and the argument must followIngo Schwarze
2015-09-11kill evil commentBob Beck
2015-09-11Remove never called functions to dump per-ifp IPv6 statistics now thatMartin Pieuchot
2015-09-11avoid gratuitious use of the low-level .br requestIngo Schwarze
2015-09-11delete bogus escaping from ellipsis to forestall cargo cult effectsIngo Schwarze
2015-09-11fix unchecked mallocs - coverity 130454 and 130455Bob Beck
2015-09-11"Shutdown" should be "Shut down" in the usage for s_time's -no_shutdownLawrence Teo
2015-09-11Merge delete-buffer into cmd-set-buffer.c and change the paste bufferNicholas Marriott
2015-09-11Remove engine command and parameters from openssl(1).Brent Cook
2015-09-11remove stupid castsTheo de Raadt
2015-09-11Use explicit_bzero() when zeroing before free()Philip Guenther
2015-09-11sync -Q in usage() to SYNOPSIS; since it's drastically shorter,Jason McIntyre
2015-09-11tweak previous;Jason McIntyre
2015-09-11shutdown (n.) -> shut down (v.);Jason McIntyre
2015-09-11Update usage to match man page.Darren Tucker
2015-09-11expand %i in ControlPath to UID; bz#2449Damien Miller
2015-09-11mention -Q key-plain and -Q key-cert;Damien Miller
2015-09-11more clarity on what AuthorizedKeysFile=none does;Damien Miller
2015-09-11Change the default behavior of the s_time command so that it willLawrence Teo
2015-09-11*** empty log message ***Lawrence Teo
2015-09-10Nuke references to DTLS1_BAD_VER and unbreak the tree.Joel Sing
2015-09-10Remove call to CRYPTO_malloc_init(), which does nothing.Joel Sing
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-09-10Unbreak ftp(1) after tls_read()/tls_write() change.Joel Sing
2015-09-10fix after libtls api changesBob Beck
2015-09-10Add session_last_attached time and format, from Sina Siadat.Nicholas Marriott
2015-09-10Fix shadowed verify_error in s_server by removing the unused global.Brent Cook
2015-09-10Remove SOCKET_PROTOCOL, a redundant define that was only used once.Lawrence Teo
2015-09-10Remove unused defines. No binary change.Lawrence Teo
2015-09-09The .Nd macro is intended to provide "a one line description", so avoidIngo Schwarze
2015-09-09Make sure we check TLS_WRITE_AGAIN when calling tls_read() and ifJoel Sing