summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid NULL deref in openssl(1) s_cb.doug2015-07-201-5/+14
* Avoid possible NULL deref in openssl(1) s_server.doug2015-07-201-2/+5
* check the sigbuf value before using it.rpointel2015-07-201-2/+7
* Avoid dereferencing a NULL.doug2015-07-201-5/+7
* Remove condition that never happens and fix error handling.doug2015-07-201-6/+5
* Check return value for ENGINE_ctrl and ENGINE_ctrl_cmd.doug2015-07-201-4/+15
* Check return value in openssl(1) s_socket.doug2015-07-201-3/+6
* Remove check that is never true.doug2015-07-201-3/+1
* Warn when rename() fails in openssl(1) apps.doug2015-07-201-8/+36
* Free memory when finished.doug2015-07-191-2/+6
* Only close descriptor if not already closed.doug2015-07-191-3/+5
* Free variable before potentially reusing.doug2015-07-191-1/+2
* Free passin on error.doug2015-07-191-4/+4
* Fix coverity 105339, by correctly checking return from strtollbeck2015-07-191-1/+1
* Remove effectively unused variable.doug2015-07-191-4/+1
* fix leak, found by coverity, ID 78877beck2015-07-171-3/+3
* Remove SSLv3 support from openssl(1) s_time.doug2015-07-171-13/+3
* Remove SSLv3 support from openssl(1) s_server.doug2015-07-171-7/+2
* Remove SSLv3 support from openssl(1) s_client.doug2015-07-171-4/+1
* Remove support for SSLv3 from openssl(1) ciphers.doug2015-07-171-27/+5
* Remove workaround for TLS padding bug from SSLeay days.doug2015-07-171-5/+1
* fix coverity leak - ID 78921beck2015-07-161-3/+11
* kill leak, found by coverity, ID 105348beck2015-07-161-2/+5
* Add OPTION_ARG_LONG for handling of options with a long type.jsing2015-07-152-3/+16
* Make 'openssl pkeyutl -verify' return exit code 0 on success.bcook2015-07-151-4/+5
* Convert openssl(1) dh to the new option handling.doug2015-07-121-98/+111