summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22apps/speed.c: make it indent-friendly.Andy Polyakov
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-22Further comment changes for reformatMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2014-12-31typo in s_clientDominik Neubauer
2014-12-30Make "run" volatileKurt Roeckx
2014-12-30Document openssl dgst -hmac optionThorsten Glaser
2014-12-30Fix memory leak in the appsKurt Roeckx
2014-12-17Clear warnings/errors within RL_DEBUG code sections (RL_DEBUG should be renamed)Richard Levitte
2014-12-03Updates to s_client and s_server to remove the constant 28 (for IPv4 headerMatt Caswell
2014-12-02Use the SSLv23 method by defaultKurt Roeckx
2014-11-27Remove duplicated codeMatt Caswell
2014-11-27Tidy up ocsp help outputMatt Caswell
2014-11-27Add documentation on -timeout option in the ocsp utilityAndré Guerreiro
2014-11-19New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson
2014-10-15Make sure that disabling the MAYLOSEDATA3 warning is only done when the compi...Richard Levitte
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller
2014-07-16Disabled XTS mode in enc utility as it is not supportedMatt Caswell
2014-07-15Don't allow -www etc options with DTLS.Dr. Stephen Henson
2014-07-15Use case insensitive compare for servername.Dr. Stephen Henson
2014-07-06Usage for -hack and -prexit -verify_return_errorDr. Stephen Henson
2014-07-06s_server usage for certificate status requestsDr. Stephen Henson
2014-06-29Show errors on CSR verification failure.Dr. Stephen Henson
2014-06-29Make no-ssl3 no-ssl2 do more sensible things.Dr. Stephen Henson
2014-06-28Typo.Dr. Stephen Henson
2014-06-27Memory leak and NULL derefernce fixes.Dr. Stephen Henson
2014-06-11Fix compilation with no-compDr. Stephen Henson
2014-06-01Recognise padding extension.Dr. Stephen Henson
2014-05-21Change default cipher in smime app to des3.Dr. Stephen Henson
2014-05-15Enc doesn't support AEAD ciphers.Dr. Stephen Henson
2014-05-11Fix infinite loop. PR#3347Viktor Dukhovni
2014-05-08coverity 966576 - close socket in error pathTim Hudson
2014-05-08PR#3342 fix resource leak coverity issue 966577Tim Hudson
2014-04-09Fix free errors in ocsp utility.Dr. Stephen Henson
2014-04-04Use correct length when prompting for password.Dr. Stephen Henson
2014-04-03Add option to generate old hash format.Tim Hudson
2014-02-25Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson
2014-02-14Use defaults bits in req when not givenKurt Roeckx
2014-02-14Fix various spelling errorsScott Schaefer
2014-01-23Use default digest implementation in dgst.cDr. Stephen Henson
2014-01-06make updateDr. Stephen Henson
2013-12-08make updateDr. Stephen Henson
2013-06-12Typo: don't call RAND_cleanup during app startup.Dr. Stephen Henson
2013-05-30Don't use RC2 with PKCS#12 files in FIPS mode.Dr. Stephen Henson
2013-03-28Call RAND_cleanup in openssl application.Dr. Stephen Henson
2013-02-09ssl/*: fix linking errors with no-srtp.Andy Polyakov
2013-01-07Change default bits to 1024Dr. Stephen Henson
2012-12-23add missing \nDr. Stephen Henson