summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-09-13Rename __sysctl syscall to just sysctl, as the userland wrapper is no longerPhilip Guenther
2015-09-13- Fix error message: passphrase needs to be at least 5 characters, not 4.tim
2015-09-13When adding keys to the agent, don't ignore the comment of keys for which thetim
2015-09-13Add copy-mode -e to exit copy mode when scrolling off the bottom, usefulNicholas Marriott
2015-09-13Factor out setup_up / destroy_ui functions.Brent Cook
2015-09-13document extra algorithms available with openssl speed commandBrent Cook
2015-09-13display negotiated TLS version and cipher suite in verbose mode.Bob Beck
2015-09-13Set woken flag when flushing so that the channel is freed, while hereNicholas Marriott
2015-09-13tweak STANDARDS;Jason McIntyre
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