summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial pledge of netcat - unfortunately flawed because fiddling the rtableidbeck2015-10-231-1/+27
* Exit if a pledge call fails in non-interactive mode.doug2015-10-1745-89/+179
* add "tty" for several subcommands of opensslsemarie2015-10-1724-48/+48
* Implement real "flock" request and add it to userland programs thatmillert2015-10-161-2/+2
* Userspace doesn't need to use SUN_LEN(): connect() and bind() must acceptguenther2015-10-111-8/+3
* Initial support for pledges in openssl(1) commands.doug2015-10-1047-46/+281
* normalize the ordering of tame requests (particularily, "rpath wpath cpath",deraadt2015-10-101-2/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* tame "stdio inet rpath cpath wpath proc" seems to be sufficient forderaadt2015-10-071-1/+7
* these do not use ioctl.hderaadt2015-10-062-4/+2
* BIO_get_fd() could return fd 0; fix error condition. Found atderaadt2015-10-031-2/+2
* avoid sys/param.h, by using PATH_MAXderaadt2015-10-021-1/+1
* Another s/M_ASN1_INTEGER_free/ASN1_INTEGER_free/.jsing2015-10-011-2/+2
* avoid trailing .Ns, reduce .Xo and .Sm, drop redundant .Bkschwarze2015-09-251-12/+4
* add a missing NULL checkbcook2015-09-211-1/+5
* add a couple of missing NULL checksbcook2015-09-211-3/+3
* remove vestigial bits of sha-0 and md2 from openssl(1)bcook2015-09-215-23/+17
* Pack the algorithm numbers, to avoid printing a useless (null) 0 0 0 0miod2015-09-201-34/+34
* Temporarily revive MD4 for MS CHAP support.doug2015-09-145-16/+49
* Remove MD4 support from LibreSSL.doug2015-09-135-48/+15
* nc(1) seems worth an Xr in SEE ALSO now;jmc2015-09-131-1/+2
* Factor out setup_up / destroy_ui functions.bcook2015-09-134-58/+58
* document extra algorithms available with openssl speed commandbcook2015-09-131-1/+4
* display negotiated TLS version and cipher suite in verbose mode.beck2015-09-131-2/+3
* tweak STANDARDS;jmc2015-09-131-3/+3
* Adapt to just committed libtls api changebeck2015-09-121-21/+14
* Nuke SSLEAY_CONF -- a backwards compatibility environment variable thatlteo2015-09-124-14/+5
* Add openssl(1) speed support for AEAD algorithms.bcook2015-09-121-17/+96
* Fix the openssl(1) prime command: When checking a decimal number forlteo2015-09-121-3/+2
* use SOCK_CLOEXEC instead of fnctl; ok guenther beck jsingderaadt2015-09-121-12/+16
* fix previous;jmc2015-09-122-31/+48
* spaces found during a readderaadt2015-09-111-19/+18
* Add TLS suppport to nc. Provides a useful little test and script tool.beck2015-09-113-45/+346
* unifdef -DOPENSSL_NO_RC5jsing2015-09-112-42/+2
* kill evil commentbeck2015-09-111-3/+1
* fix unchecked mallocs - coverity 130454 and 130455beck2015-09-111-6/+15
* "Shutdown" should be "Shut down" in the usage for s_time's -no_shutdownlteo2015-09-111-2/+2
* Remove engine command and parameters from openssl(1).bcook2015-09-1140-1726/+184
* remove stupid castsderaadt2015-09-111-4/+4
* shutdown (n.) -> shut down (v.);jmc2015-09-111-2/+2
* Change the default behavior of the s_time command so that it willlteo2015-09-111-2/+7
* *** empty log message ***lteo2015-09-111-19/+24
* Nuke references to DTLS1_BAD_VER and unbreak the tree.jsing2015-09-101-5/+2
* Remove call to CRYPTO_malloc_init(), which does nothing.jsing2015-09-101-2/+1
* Correct spelling of OPENSSL_cleanse.jsing2015-09-106-17/+17
* Fix shadowed verify_error in s_server by removing the unused global.bcook2015-09-104-10/+8
* Remove SOCKET_PROTOCOL, a redundant define that was only used once.lteo2015-09-101-4/+2
* Remove unused defines. No binary change.lteo2015-09-102-9/+2
* Netcat could hang during write(2) although poll(2) reports that thebluhm2015-09-081-15/+6
* synchronize synopsis and usage.sobrado2015-09-031-2/+2