]> git.ipfire.org Git - thirdparty/openssl.git/history - apps
do_body: fix heap-use-after-free.
[thirdparty/openssl.git] / apps /
2018-02-21  Pavel Kopyldo_body: fix heap-use-after-free.
2018-02-15  Matt CaswellCheck the return code from ASN1_TIME_diff()
2018-02-15  Matt CaswellThe function X509_gmtime_adj() can fail
2018-01-30  Matt CaswellAdd the SSL_OP_NO_RENEGOTIATION option to 1.1.0
2018-01-26  Bernd EdlingerFix some style nits in commit eee8a40
2018-01-25  Rich SalzCheck # of arguments for remaining commands.
2018-01-25  Bernd EdlingerMake the s_server command listen on IPv6 only when...
2018-01-22  Matt CaswellDon't attempt to use X25519 for ECDSA in speed
2018-01-22  Matt CaswellDon't crash on a missing Subject in index.txt
2018-01-22  Matt CaswellDon't allow an empty Subject when creating a Certificate
2018-01-15  Richard LevitteFix intermittent Windows and Cygwin failures in s_server
2018-01-15  Richard LevitteFix intermittent Cygwin failures in s_client
2018-01-14  Bernd EdlingerUse constant value 1 instead of SHUT_WR in do_server
2018-01-14  Bernd EdlingerExplicitly shut the socket down in s_client
2018-01-09  Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-09  David von OheimbVarious small build improvements on mkdef.pl, progs.pl
2018-01-06  Konstantin ShemyakCorrected 'cms' exit status when key or certificate...
2017-12-10  FdaSilvaYYUseless conf != NULL test
2017-12-08  Rich SalzStandardize syntax of sizeof(foo)
2017-12-08  Richard LevitteIn apps_startup(), call OPENSSL_init_ssl() rather than...
2017-12-04  Markus SauermannAdjusted Argument Indices
2017-11-03  Pavel KopylAdd error handling in dsa_main and ASN1_i2d_bio.
2017-11-02  Richard LevitteFix small but important regression
2017-09-26  Richard LevitteMake sure that a cert with extensions gets version...
2017-09-23  Pichulin DmitriiFix 'key' option in s_server can be in ENGINE keyform
2017-09-23  Dr. Stephen HensonRemove dhparam from SSL_CONF list.
2017-09-21  Benjamin KadukReenable s_server -dhparam option
2017-09-08  Matt CaswellAllow an endpoint to read the alert data before closing...
2017-08-25  Richard LevitteNO_SYS_TYPES_H isn't defined anywhere, stop using it...
2017-08-21  PauliFix ctype arguments.
2017-08-18  Balaji MarisettiAddressed build failure because of missing #ifdef AF_UN...
2017-08-09  Xiaoyin LiuAdd missing HTML tag in www_body in s_server.c
2017-07-31  Xiaoyin Liuapp_isdir() cleanup
2017-07-28  Paul YangFix rsa -check option
2017-07-26  PauliFix potential use-after-free and memory leak
2017-07-24  Xiaoyin Liuschlock global variable needs to be volatile
2017-07-17  Bernd EdlingerFix bogus use of BIO_sock_should_retry.
2017-07-14  Bernd EdlingerFix gcc-7 warnings about missing fall thru comments.
2017-07-14  Roelof duToitUpdate PR#3925
2017-07-14  Roelof duToitRetry SSL_read on ERROR_WANT_READ.
2017-07-01  Richard LevitteWhen apps_startup() fails, exit with a failure code...
2017-06-25  Richard Levittetsget.in: remove call of WWW::Curl::Easy::global_cleanup
2017-06-15  Richard LevitteBuild apps/progs.h dynamically
2017-06-10  Paul YangFix possible usage of NULL pointers in apps/spkac.c
2017-06-09  Jonathan ProtzenkoFix speed command for alternation of ciphers and digests.
2017-05-31  Paul YangFix coding style in apps/passwd file
2017-05-27  Rich SalzMake default_method mostly compile-time
2017-05-22  Diego Santa CruzFix srp app missing NULL termination with password...
2017-05-21  Rich Salz-inkey can be an identifier, not just a file
2017-05-19  Diego Santa CruzFix endless loop on srp app when listing users
2017-05-11  Tomas MrazFix regression in openssl req -x509 behaviour.
2017-05-02  Rich SalzConvert uses of snprintf to BIO_snprintf
2017-04-27  Rich SalzRemove (broken) diagnostic print
2017-04-25  Matt CaswellFix some variable references in init_client
2017-04-25  Bernard Spilopenssl enc: Don't unbuffer stdin
2017-04-08  Andy Polyakove_os.h: omit PRIu64.
2017-04-03  Matt CaswellEnsure dhparams can handle X9.42 params in DER
2017-03-30  FdaSilvaYYMore typo fixes
2017-03-17  Matt CaswellFix no-dtls builds
2017-03-16  FdaSilvaYYSimplify code around next_proto.len by changing 'len...
2017-03-14  Benjamin KadukFix a -Wsign-compare warning
2017-03-09  PauliMake the output of enc -ciphers identical
2017-03-08  PauliLimit the output of the enc -ciphers command
2017-03-07  PauliIncrease the password buffer size to APP_PASS_LEN.
2017-03-01  Bernd EdlingerCheck that async_jobs is not negative and not too high.
2017-02-23  Richard LevitteCheck for the presence of _WIN32 rather than its value.
2017-02-23  Richard LevitteIn apps/rehash.c, decorate the inclusion of internal...
2017-02-23  Richard LevitteOn VMS, massage the fetch file names to remove the...
2017-02-23  Richard LevitteLet the output from 'openssl enc -ciphers' go to stdout
2017-02-22  Richard LevitteMake "openssl rehash" work on VMS 8.3 and up
2017-02-21  Bernd EdlingerFix some more memory leaks with TXT_DB_insert.
2017-02-21  Bernd EdlingerFix a few memleaks in TXT_DB.
2017-02-16  lrnsChange req_check_len error message
2017-02-14  Dr. Stephen HensonMake -xcert work again.
2017-02-14  Yuchimem leak on error path and error propagation fix
2017-02-07  PauliRemove unused variable
2017-02-06  Rich SalzFix parsing of serial# in req
2017-01-24  Richard Levittes_client: Better response success check for CONNECT
2017-01-24  Todd ShortCleanup EVP_CIPH/EP_CTRL duplicate defines
2017-01-23  FdaSilvaYYFix use before assignment
2017-01-17  EasySecFix list -disabled for blake2 alg
2016-12-08  Richard LevitteMake sure that password_callback exercises UI
2016-11-17  Dr. Stephen HensonSupport MSBLOB format if RC4 is disabled
2016-11-17  Dr. Stephen HensonMake MSBLOB format work with dsa utility.
2016-11-13  EasySecUpdate s_client and s_server documentation about some...
2016-10-28  Matt CaswellFix a double free in ca command line
2016-10-20  Richard Levitteapps: remove some #ifndef clutter
2016-10-20  Richard Levitteapps: instead of varying implementation, make setup_eng...
2016-10-20  Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-01  Dr. Stephen Hensonfix memory leak
2016-09-29  David WoodhouseRestore '-keyform engine' support for s_client
2016-09-28  Richard Levitteapps/apps.c: initialize and de-initialize engine around...
2016-09-20  Rich SalzRT3669: dgst can only sign/verify one file.
2016-09-20  Richard Levitteapps/apps.c: include sys/socket.h to declare recv()
2016-09-20  FdaSilvaYYRemove an option related to a deprecated flag
2016-09-20  FdaSilvaYYFix various missing option help messages ...
2016-09-19  Richard LevitteFix no-ocsp
2016-09-15  Richard LevitteRefactor to avoid unnecessary preprocessor logic
2016-09-15  Richard LevitteReformat to fit OpenSSL source code standards
2016-09-15  Richard LevitteAdd copyright and license on apps/vms_term_sock.[ch]
next