summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
2015-07-20Don't try to run ECDH if ecdh_checks fails in openssl(1) speed.Doug Hogan
2015-07-20Avoid NULL deref in openssl(1) s_cb.Doug Hogan
2015-07-20Avoid possible NULL deref in openssl(1) s_server.Doug Hogan
2015-07-20check the sigbuf value before using it.Remi Pointel
2015-07-20Avoid dereferencing a NULL.Doug Hogan
2015-07-20Remove condition that never happens and fix error handling.Doug Hogan
2015-07-20Check return value for ENGINE_ctrl and ENGINE_ctrl_cmd.Doug Hogan
2015-07-20Check return value in openssl(1) s_socket.Doug Hogan
2015-07-20Remove check that is never true.Doug Hogan
2015-07-20Warn when rename() fails in openssl(1) apps.Doug Hogan
2015-07-19Free memory when finished.Doug Hogan
2015-07-19Only close descriptor if not already closed.Doug Hogan
2015-07-19Free variable before potentially reusing.Doug Hogan
2015-07-19Free passin on error.Doug Hogan
2015-07-19Fix coverity 105339, by correctly checking return from strtollBob Beck
2015-07-19Remove effectively unused variable.Doug Hogan
2015-07-17fix leak, found by coverity, ID 78877Bob Beck
2015-07-17Remove SSLv3 support from openssl(1) s_time.Doug Hogan
2015-07-17Remove SSLv3 support from openssl(1) s_server.Doug Hogan
2015-07-17Remove SSLv3 support from openssl(1) s_client.Doug Hogan
2015-07-17Remove support for SSLv3 from openssl(1) ciphers.Doug Hogan
2015-07-17Remove workaround for TLS padding bug from SSLeay days.Doug Hogan
2015-07-16fix coverity leak - ID 78921Bob Beck
2015-07-16kill leak, found by coverity, ID 105348Bob Beck
2015-07-15Add OPTION_ARG_LONG for handling of options with a long type.Joel Sing
2015-07-15Make 'openssl pkeyutl -verify' return exit code 0 on success.Brent Cook
2015-07-12Convert openssl(1) dh to the new option handling.Doug Hogan
2015-07-12Convert openssl(1) dsa to the new option handling.Doug Hogan
2015-07-12Convert openssl(1) ec to the new option handling.Doug Hogan
2015-07-12Convert gendh.c to the new option handling.Doug Hogan
2015-07-12Convert openssl(1) dsaparam to the new option handling.Doug Hogan
2015-07-12Convert openssl(1) crl2pkcs7 to the new option handling.Doug Hogan
2015-07-11Convert openssl(1) dhparam to new option handling.Joel Sing
2015-07-08switch "openssl dhparam" default from 512 to 2048 bits, ok jsing@Stuart Henderson
2015-07-03Repair algorithm name array after 1.6.Miod Vallat
2015-06-20Handle NIST curve names in openssl(1) ecparam.Joel Sing
2015-06-20Less mdc2.Joel Sing
2015-06-20Remove obsolete MDC-2DES from libcrypto.Doug Hogan
2015-06-19Add missing message digests to function table.Joel Sing
2015-06-19Remove fallback dynamic engine loading support.Brent Cook
2015-06-18spelling fixes from theo buehler;Jason McIntyre
2015-06-16Add support for OPTION_DISCARD.Doug Hogan
2015-06-15Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG.Doug Hogan
2015-04-15Only set the cipher list if one was specified and actually check the returnJoel Sing
2015-04-14Move verify externs into the header file.Joel Sing
2015-04-14Convert openssl(1) s_time to new option handling.Joel Sing
2015-04-14Clean up and improve openssl(1) errstr:Joel Sing
2015-04-13Convert openssl(1) errstr to new option handling.Joel Sing
2015-04-11Put back a goto end that was unintentionally removed.Joel Sing
2015-04-11Convert openssl(1) pkeyparam to new option handling.Joel Sing