summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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