RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called with...
[openssl.git] / apps /
2018-04-12 Richard Levitteopenssl rehash: use libcrypto variables for default dir
2018-04-03 Bernd EdlingerChange the "offset too large" message to more generic...
2018-04-03 Bernd EdlingerRemove an unnecessary cast in the param to BUF_MEM_grow
2018-04-03 Bernd EdlingerFix range checks with -offset and -length in asn1parse
2018-04-03 Bernd EdlingerUse strtol instead of atoi in asn1parse
2018-04-03 Bernd EdlingerImprove diagnostics for invalid arguments in asn1parse...
2018-04-03 Bernd EdlingerFix a crash in the asn1parse command
2018-03-27 Matt CaswellUpdate copyright year
2018-03-26 Bernd EdlingerPreviously this x509 command line was working, restore...
2018-03-26 Bernd EdlingerFix dsaparam -genkey with DER outform
2018-03-25 Bernd EdlingerFix ecparam -genkey with point compression or DER outform
2018-03-21 Bernd EdlingerCleanup the s_time command.
2018-03-20 Johannes BauerMake pkeyutl a bit more user-friendly
2018-03-19 Richard Levittes_client, s_server: do generic SSL configuration first...
2018-03-19 Richard LevitteSupport "-min_protocol" and "-max_protocol" in s_server...
2018-03-15 Matt CaswellFix a memory leak in the ca application
2018-03-15 Matt CaswellAllow multiple entries without a Subject even if unique...
2018-03-15 Matt CaswellReport a readable error on a duplicate cert in ca app
2018-03-15 Matt CaswellRevert "Don't allow an empty Subject when creating...
2018-03-15 Matt CaswellRevert "Don't crash on a missing Subject in index.txt"
2018-03-09 Richard LevitteRestore the display of options with 'openssl version -a'
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
next