summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove all duplicate prototypes for *_main functions (these are alreadyjsing2015-08-2242-185/+102
* bring prototypes into scope, requires movement of a large global objectderaadt2015-08-198-202/+208
* Improve openssl s_client -starttls xmpp support.landry2015-08-112-7/+28
* remove ssl3 bits; ok dougjmc2015-08-021-58/+14
* use file system path (.Pa) semantic markup macros where appropriate.sobrado2015-07-271-7/+7
* remove unused variablechl2015-07-261-2/+2
* Revert ca.c r1.7 - BN_to_ASN1_INTEGER() only allocates an ASN.1 integerjsing2015-07-221-6/+2
* Convert openssl(1) nseq to new option handling.jsing2015-07-211-40/+51
* Convert openssl(1) pkcs7 to new option handling.jsing2015-07-211-93/+111
* remove superfluous strings.hbcook2015-07-211-2/+1
* app_tminterval moved to apps_posix.c, we don't need sys/times.hbcook2015-07-201-2/+1
* No need to recheck for NULL in openssl(1) ecparam.doug2015-07-201-5/+1
* Don't try to run ECDH if ecdh_checks fails in openssl(1) speed.doug2015-07-201-17/+23