summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert openssl(1) dsa to the new option handling.doug2015-07-121-154/+208
* Convert openssl(1) ec to the new option handling.doug2015-07-121-170/+247
* Convert gendh.c to the new option handling.doug2015-07-121-54/+79
* Convert openssl(1) dsaparam to the new option handling.doug2015-07-121-154/+123
* Convert openssl(1) crl2pkcs7 to the new option handling.doug2015-07-121-95/+110
* Convert openssl(1) dhparam to new option handling.jsing2015-07-111-121/+160
* switch "openssl dhparam" default from 512 to 2048 bits, ok jsing@sthen2015-07-082-6/+6
* Repair algorithm name array after 1.6.miod2015-07-031-4/+4
* Handle NIST curve names in openssl(1) ecparam.jsing2015-06-201-1/+4
* Less mdc2.jsing2015-06-201-4/+1
* Remove obsolete MDC-2DES from libcrypto.doug2015-06-205-43/+13
* Add missing message digests to function table.jsing2015-06-191-3/+27
* Remove fallback dynamic engine loading support.bcook2015-06-191-18/+2
* spelling fixes from theo buehler;jmc2015-06-181-4/+4
* Add support for OPTION_DISCARD.doug2015-06-161-1/+4
* Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG.doug2015-06-151-29/+1
* Only set the cipher list if one was specified and actually check the returnjsing2015-04-151-7/+12
* Move verify externs into the header file.jsing2015-04-144-12/+8
* Convert openssl(1) s_time to new option handling.jsing2015-04-141-201/+178
* Clean up and improve openssl(1) errstr:jsing2015-04-141-21/+28
* Convert openssl(1) errstr to new option handling.jsing2015-04-131-6/+34
* Put back a goto end that was unintentionally removed.jsing2015-04-111-1/+2
* Convert openssl(1) pkeyparam to new option handling.jsing2015-04-111-61/+74
* The code in socks.c writes multiple times in a row to a socket. If thetobias2015-03-261-3/+6
* Fix error message in case of write failure.tobias2015-03-261-3/+3
* Check for short writes in fdpass(). Clean up while at it.tobias2015-03-261-4/+3
* Sync camel case of "ProxyUseFdpass" with ssh_config(5).tobias2015-03-261-3/+3
* Since Windows needs BIO_sock_init() before you can call any networkingbcook2015-03-222-12/+7
* subtraction is not comparison. the difference of two longs is not goodtedu2015-03-051-1/+1
* use correct formatter (int, because of type promotion after operations)bcook2015-03-021-2/+2
* Reduce usage of predefined strings in manpages.bentley2015-02-281-7/+7
* No need to use O_DIRECTORY when opening ".", O_RDONLY will suffice.millert2015-02-251-1/+1
* Avoid NULL pointer deref in hashinfo_free() when calling from error paths.doug2015-02-251-2/+3
* While slick, this isn't accessing multiple directories concurrently, soguenther2015-02-221-29/+35
* fix coverity 105350 and 10345beck2015-02-181-1/+2
* Use "In" to mark up include files, instead of wrongly wrapping with Aq.bentley2015-02-151-3/+3
* Support for nc -T on IPv6 addresses.jca2015-02-141-7/+16
* qsort() compare functions MUST use memcmp() instead of bcmp() to haveguenther2015-02-121-2/+4