Pass engine=NULL to EVP_PKEY_CTX_new(), unless "-engine_impl" was given
[openssl.git] / apps /
2016-01-13 MousePass engine=NULL to EVP_PKEY_CTX_new(), unless "-engine...
2016-01-13 MouseRemove unnecessary debugging fprintf
2016-01-13 MouseFixed a bug preventing pkeyutl from accessing keys...
2016-01-02 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-08-26 Hubert KarioGH351: -help text for some s_client/s_server flags
2015-08-26 Alessandro GhediniGH371: Print debug info for ALPN extension
2015-08-17 Rich SalzGH345: Remove stderr output
2015-07-13 Richard LevitteRemove extra '; \' in apps/Makefile
2015-07-09 Peter WaltenbergExit on error in ecparam
2015-06-23 Rich SalzRT3682: Avoid double-free on OCSP parse error
2015-06-11 Richard Levittemake update
2015-06-11 Richard LevitteCorrection of make depend merge error
2015-06-10 Richard LevitteWhen making libcrypto from apps or test, make sure...
2015-06-03 Dr. Stephen Hensonmake update
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 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-30 Matt CaswellSanity check EVP_CTRL_AEAD_TLS_AAD
2015-04-20 Matt CaswellAdd -no_alt_chains option to apps to implement the new
2015-04-16 Viktor DukhovniCode style: space after 'if'
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-10 Emilia KasperFix hostname validation in the command-line tool to...
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_2-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 Matt CaswellMore indent fixes for STACK_OF
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.2
2015-01-22 Matt CaswellFurther comment amendments to preserve formatting prior...
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2015-01-05 Piotr SikoraFix building with no-srtp
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-04 Richard Levittes_client and s_server take -verify_{host,email,ip}...
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-20 Dr. Stephen HensonPrint out Suite B status.
2014-11-19 Matt CaswellFix s_server -ssl2. Previously this reported "Error...
2014-11-19 Dr. Stephen HensonNew option no-ssl3-method which removes SSLv3_*method
2014-11-19 Dr. Stephen HensonFix excert logic.
2014-10-15 Bodo MoellerAdd TLS_FALLBACK_SCSV documentation, and move s_client...
2014-10-15 Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-09-23 Emilia Kaspermake update
2014-09-08 Kurt RoeckxRT2626: Change default_bits from 1K to 2K
2014-08-28 Dr. Stephen HensonRename some callbacks, fix alignment.
2014-08-28 Dr. Stephen HensonUse consistent function naming.
2014-08-28 Dr. Stephen HensonNew extension callback features.
2014-08-28 Dr. Stephen HensonCallback revision.
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-07 Andy Polyakovapps/speed.c: fix compiler warnings in multiblock_speed().
2014-07-07 Viktor DukhovniUpdate API to use (char *) for email addresses and...
2014-07-07 Viktor DukhovniSet optional peername when X509_check_host() succeeds.
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-07-05 Andy Polyakovapps/speed.c: add multi-block benchmark.
2014-07-04 Dr. Stephen HensonRemove all RFC5878 code.
2014-06-29 Dr. Stephen HensonDon't core dump when using CMAC with dgst.
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-14 Richard LevitteMake sure that disabling the MAYLOSEDATA3 warning is...
2014-06-12 Dr. Stephen Hensonremove some more DANE code
2014-06-11 Dr. Stephen HensonFix compilation with no-comp
2014-06-02 Dr. Stephen HensonAllow reordering of certificates when signing.
2014-06-01 Dr. Stephen HensonRecognise padding extension.
2014-05-21 Dr. Stephen HensonChange default cipher in smime app to des3.
next