]> git.ipfire.org Git - thirdparty/openssl.git/history - apps
Make message buffer slightly larger than message.
[thirdparty/openssl.git] / apps /
2016-06-29  Richard LevitteAllow proxy certs to be present when verifying a chain
2016-06-27  Matt CaswellChange usage of RAND_pseudo_bytes to RAND_bytes
2016-05-19  Matt CaswellCheck that the obtained public key is valid
2016-04-25  Rich SalzFix NULL deref in apps/pkcs7
2016-02-25  Emilia KasperCVE-2016-0798: avoid memory leak in SRP
2016-01-14  Dr. Stephen HensonTo avoid possible time_t overflow use X509_time_adj_ex()
2016-01-05  Viktor DukhovniFix X509_STORE_CTX_cleanup()
2015-12-18  Richard LevitteRemove the "eay" c-file-style indicators
2015-11-09  Matt CaswellFix missing malloc return value checks
2015-10-23  Alessandro GhediniRemove useless code
2015-10-23  Alessandro GhediniDo not treat 0 return value from BIO_get_fd() as error
2015-10-06  Dr. Stephen HensonDon't try and parse boolean type.
2015-09-28  Dr. Stephen HensonSRP memory leak fix
2015-09-20  Dr. Stephen HensonMake SRP work with -www
2015-09-15  Rich SalzRT4044: Remove .cvsignore files.
2015-09-12  Dr. Stephen HensonCheck for FIPS mode after loading config.
2015-09-11  Dr. Stephen HensonUse default field separator.
2015-07-13  Richard LevitteRemove extra '; \' in apps/Makefile
2015-07-09  Peter WaltenbergExit on error in ecparam
2015-06-11  Richard LevitteCorrection of make depend merge error
2015-06-10  Richard LevitteWhen making libcrypto from apps or test, make sure...
2015-05-23  Richard LevitteMissed a couple of spots in the update change
2015-05-23  Richard LevitteFix the update target and remove duplicate file updates
2015-05-20  Matt CaswellAdd -no_alt_chains option to apps to implement the...
2015-05-20  Emilia Kasperdhparam: set the default to 2048 bits
2015-05-20  Emilia Kaspers_server: Use 2048-bit DH parameters by default.
2015-05-19  Robert SwieckiDon't add write errors into bytecounts
2015-05-11  Bjoern D. RasmussenFix for memcpy() and strcmp() being undefined.
2015-05-04  Richard LevitteRT2943: Check sizes if -iv and -K arguments
2015-05-02  Hanno BöckFix uninitialized variable.
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-04-07  John FoleyFix intermittent s_server issues with ECDHE
2015-03-25  Matt CaswellFix bug in s_client. Previously default verify location...
2015-03-25  Matt CaswellFix RAND_(pseudo_)?_bytes returns
2015-03-17  Matt CaswellDead code removal from apps
2015-03-17  Matt CaswellFix seg fault in s_time
2015-03-17  Matt CaswellMove malloc fail checks closer to malloc
2015-03-17  Matt CaswellAdd malloc failure checks
2015-03-09  Dmitry-MeFix wrong numbers being passed as string lengths
2015-03-05  Matt CaswellUnchecked malloc fixes
2015-02-27  Matt CaswellFix warning with no-ec
2015-02-09  Dr. Stephen HensonFix memory leak reporting.
2015-01-27  Matt CaswellRemove explicit setting of read_ahead for DTLS. It...
2015-01-22  Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_1-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 CaswellFurther comment changes for reformat
2015-01-22  Tim Hudsonmark all block comments that need format preserving...
2014-12-31  Dominik Neubauertypo in s_client
2014-12-30  Kurt RoeckxMake "run" volatile
2014-12-30  Thorsten GlaserDocument openssl dgst -hmac option
2014-12-30  Kurt RoeckxFix memory leak in the apps
2014-12-17  Richard LevitteClear warnings/errors within RL_DEBUG code sections...
2014-12-03  Matt CaswellUpdates to s_client and s_server to remove the constant...
2014-12-02  Kurt RoeckxUse the SSLv23 method by default
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-11-19  Dr. Stephen HensonNew option no-ssl3-method which removes SSLv3_*method
2014-10-15  Richard LevitteMake sure that disabling the MAYLOSEDATA3 warning is...
2014-10-15  Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-07-16  Matt CaswellDisabled XTS mode in enc utility as it is not supported
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 derefernce fixes.
2014-06-11  Dr. Stephen HensonFix compilation with no-comp
2014-06-01  Dr. Stephen HensonRecognise padding extension.
2014-05-21  Dr. Stephen HensonChange default cipher in smime app to des3.
2014-05-15  Dr. Stephen HensonEnc doesn't support AEAD ciphers.
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
2014-01-06  Dr. Stephen Hensonmake update
2013-12-08  Dr. Stephen Hensonmake update
2013-10-19  Ben LaurieMerge branch 'no_gmt_unix_time' of git://github.com...
2013-06-12  Dr. Stephen HensonTypo: don't call RAND_cleanup during app startup.
2013-05-30  Dr. Stephen HensonDon't use RC2 with PKCS#12 files in FIPS mode.
2013-03-28  Dr. Stephen HensonCall RAND_cleanup in openssl application.
2013-02-09  Andy Polyakovssl/*: fix linking errors with no-srtp.
2013-01-07  Dr. Stephen HensonChange default bits to 1024
2012-12-23  Dr. Stephen Hensonadd missing \n
2012-12-13  Ben LaurieMake verify return errors.
2012-12-04  Dr. Stephen Hensoncheck mval for NULL too
2012-12-03  Dr. Stephen Hensonfix leak
2012-11-21  Dr. Stephen HensonPR: 2908
next