PKCS#7: avoid NULL pointer dereferences with missing content
[openssl.git] / apps /
2015-01-22 Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_0-post-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-22 Andy Polyakovapps/speed.c: make it indent-friendly.
2015-01-22 Matt CaswellFix source where indent will not be able to cope
2015-01-22 Matt CaswellAdditional comment changes for reformat of 1.0.0
2015-01-22 Matt CaswellFurther comment amendments to preserve formatting prior...
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2014-12-03 Matt CaswellUpdates to s_client and s_server to remove the constant...
2014-11-27 Matt CaswellRemove duplicated code
2014-11-27 Matt CaswellTidy up ocsp help output
2014-11-27 André GuerreiroAdd documentation on -timeout option in the ocsp utility
2014-10-15 Richard LevitteMake sure that disabling the MAYLOSEDATA3 warning is...
2014-10-15 Bodo MoellerAdd TLS_FALLBACK_SCSV documentation, and move s_client...
2014-10-15 Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-08-06 Dr. Stephen HensonFix warnings about ignored return values.
2014-07-15 Dr. Stephen HensonDon't allow -www etc options with DTLS.
2014-07-14 Dr. Stephen HensonUse case insensitive compare for servername.
2014-07-06 Dr. Stephen HensonUsage for -hack and -prexit -verify_return_error
2014-07-06 Dr. Stephen Hensons_server usage for certificate status requests
2014-06-29 Dr. Stephen HensonShow errors on CSR verification failure.
2014-06-29 Dr. Stephen HensonMake no-ssl3 no-ssl2 do more sensible things.
2014-06-28 Dr. Stephen HensonTypo.
2014-06-27 Dr. Stephen HensonMemory leak and NULL dereference fixes.
2014-06-11 Dr. Stephen HensonFix compilation with no-comp
2014-05-29 Dr. Stephen HensonChange default cipher in smime app to des3.
2014-05-11 Viktor DukhovniFix infinite loop. PR#3347
2014-05-08 Tim Hudsoncoverity 966576 - close socket in error path
2014-05-08 Tim HudsonPR#3342 fix resource leak coverity issue 966577
2014-04-09 Dr. Stephen HensonFix free errors in ocsp utility.
2014-04-04 Dr. Stephen HensonUse correct length when prompting for password.
2014-04-03 Tim HudsonAdd option to generate old hash format.
2014-02-25 Dr. Stephen HensonAvoid Windows 8 Getversion deprecated errors.
2014-02-14 Kurt RoeckxUse defaults bits in req when not given
2014-02-14 Scott SchaeferFix various spelling errors
2014-01-23 Dr. Stephen HensonUse default digest implementation in dgst.c
2012-12-23 Dr. Stephen Hensonadd missing \n
2012-12-04 Dr. Stephen Hensoncheck mval for NULL too
2012-12-03 Dr. Stephen Hensonfix leak
2012-11-21 Dr. Stephen HensonPR: 2908
2012-11-20 Dr. Stephen Hensonfix leaks
2012-09-11 Dr. Stephen Hensonfix memory leak
2012-06-19 Dr. Stephen Hensonoops, add -debug_decrypt option which was accidenatally...
2012-03-18 Dr. Stephen HensonAlways use SSLv23_{client,server}_method in s_client...
2012-03-14 Richard Levittecipher should only be set to PSK if JPAKE is used.
2012-02-12 Dr. Stephen HensonPR: 2717
2012-02-10 Dr. Stephen HensonPR: 2710
2012-01-12 Andy PolyakovSanitize usage of <ctype.h> functions. It's important...
2012-01-05 Bodo MöllerFix usage indentation
2012-01-04 Dr. Stephen Hensonmake update
2011-12-06 Dr. Stephen HensonThe default CN prompt message can be confusing when...
2011-09-23 Dr. Stephen Hensonuse keyformat for -x509toreq, don't hard code PEM
2011-09-23 Dr. Stephen HensonPR: 2347
2011-05-25 Dr. Stephen HensonPR: 2527
2011-03-25 Richard LevitteCorrections to the VMS build system.
2011-03-25 Richard LevitteFor VMS, implement the possibility to choose 64-bit...
2011-03-20 Richard Levitte* apps/makeapps.com: Forgot to end the check for /POINT...
2011-03-20 Richard Levitte* apps/openssl.c: For VMS, take care of copying argv...
2011-03-19 Richard LevitteApply all the changes submitted by Steven M. Schweda...
2011-03-13 Dr. Stephen HensonPR: 2469
2011-03-10 Dr. Stephen Hensonmake no-dsa work again
2010-12-14 Richard LevittePart of the IF structure didn't get pasted here...
2010-12-14 Richard LevitteFirst attempt at adding the possibility to set the...
2010-12-02 Dr. Stephen Hensonmake update
2010-11-24 Ben LaurieJ-PAKE was not correctly checking values, which could...
2010-11-18 Dr. Stephen Hensonfix no SIGALRM case in speed.c
2010-11-11 Dr. Stephen HensonPR: 2366
2010-09-05 Ben LaurieOops. Make depend on a standard configuration.
2010-09-05 Ben LaurieMake depend.
2010-07-05 Dr. Stephen Hensoni variable is used on some platforms
2010-06-15 Dr. Stephen HensonFix warnings (From HEAD, original patch by Ben).
2010-05-27 Dr. Stephen HensonPR: 2262
2010-04-13 Richard LevitteNo need to look for the file if none was entered.
2010-04-13 Richard LevitteSpelling
2010-04-06 Dr. Stephen HensonPR: 2220
2010-03-10 Dr. Stephen Hensondon't leave bogus errors in the queue
2010-03-03 Dr. Stephen HensonPR: 2183
2010-03-01 Dr. Stephen Hensonuse supplied ENGINE in genrsa
2010-02-12 Dr. Stephen HensonPR: 2170
2010-02-02 Dr. Stephen HensonPR: 2161
2010-01-28 Dr. Stephen Hensonoops, revert more test code arghh!
2010-01-28 Dr. Stephen HensonIn engine_table_select() don't clear out entire error...
2010-01-22 Dr. Stephen HensonTolerate PKCS#8 DSA format with negative private key.
2010-01-12 Dr. Stephen HensonPR: 2136
2010-01-06 Andy PolyakovFix compilation on older Linux [from HEAD].
2009-12-16 Dr. Stephen HensonNew option to enable/disable connection to unpatched...
2009-12-08 Dr. Stephen HensonAdd ctrl and macro so we can determine if peer support...
2009-12-02 Dr. Stephen HensonReplace the broken SPKAC certification with the correct...
2009-11-12 Richard LevitteTypo
2009-11-11 Dr. Stephen Hensonadd missing parts of reneg port, fix apps patch
2009-11-11 Dr. Stephen Hensoncommit missing apps code for reneg fix
2009-10-31 Dr. Stephen HensonAdd missing functions to allow access to newer X509_STO...
2009-10-31 Dr. Stephen HensonAdd option to allow in-band CRL loading in verify utili...
2009-10-28 Dr. Stephen HensonAdd -no_cache option to s_server
2009-10-18 Dr. Stephen HensonAdd new function X509_STORE_set_verify_cb and use it...
2009-10-15 Dr. Stephen HensonFix for WIN32 (and possibly other platforms) which...
2009-10-15 Dr. Stephen HensonPR: 2069
2009-10-15 Dr. Stephen HensonPR: 1847
2009-10-15 Dr. Stephen HensonPR: 2066
next