summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
2015-09-14Temporarily revive MD4 for MS CHAP support.Doug Hogan
2015-09-13Remove MD4 support from LibreSSL.Doug Hogan
2015-09-13nc(1) seems worth an Xr in SEE ALSO now;Jason McIntyre
2015-09-13Factor out setup_up / destroy_ui functions.Brent Cook
2015-09-13document extra algorithms available with openssl speed commandBrent Cook
2015-09-13tweak STANDARDS;Jason McIntyre
2015-09-12Nuke SSLEAY_CONF -- a backwards compatibility environment variable thatLawrence Teo
2015-09-12Add openssl(1) speed support for AEAD algorithms.Brent Cook
2015-09-12Fix the openssl(1) prime command: When checking a decimal number forLawrence Teo
2015-09-11unifdef -DOPENSSL_NO_RC5Joel Sing
2015-09-11kill evil commentBob Beck
2015-09-11fix unchecked mallocs - coverity 130454 and 130455Bob Beck
2015-09-11"Shutdown" should be "Shut down" in the usage for s_time's -no_shutdownLawrence Teo
2015-09-11Remove engine command and parameters from openssl(1).Brent Cook
2015-09-11remove stupid castsTheo de Raadt
2015-09-11shutdown (n.) -> shut down (v.);Jason McIntyre
2015-09-11Change the default behavior of the s_time command so that it willLawrence Teo
2015-09-11*** empty log message ***Lawrence Teo
2015-09-10Nuke references to DTLS1_BAD_VER and unbreak the tree.Joel Sing
2015-09-10Remove call to CRYPTO_malloc_init(), which does nothing.Joel Sing
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-09-10Fix shadowed verify_error in s_server by removing the unused global.Brent Cook
2015-09-10Remove SOCKET_PROTOCOL, a redundant define that was only used once.Lawrence Teo
2015-09-10Remove unused defines. No binary change.Lawrence Teo
2015-08-22Remove all duplicate prototypes for *_main functions (these are alreadyJoel Sing
2015-08-19bring prototypes into scope, requires movement of a large global objectTheo de Raadt
2015-08-11Improve openssl s_client -starttls xmpp support.Landry Breuil
2015-08-02remove ssl3 bits; ok dougJason McIntyre
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
2015-07-22Revert ca.c r1.7 - BN_to_ASN1_INTEGER() only allocates an ASN.1 integerJoel Sing
2015-07-21Convert openssl(1) nseq to new option handling.Joel Sing
2015-07-21Convert openssl(1) pkcs7 to new option handling.Joel Sing
2015-07-21remove superfluous strings.hBrent Cook
2015-07-20app_tminterval moved to apps_posix.c, we don't need sys/times.hBrent Cook
2015-07-20No need to recheck for NULL in openssl(1) ecparam.Doug Hogan
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