Fix no-ec2m in ec_curve.c (1.1.0)
[oweals/openssl.git] / apps /
2019-09-10 Matt CaswellUpdate copyright year
2019-07-08 PauliAvoid NULL pointer dereference.
2019-05-28 Richard LevitteUpdate copyright year
2019-02-24 Jeff Mahoneyapps/speed: fix segfault while looking up algorithm...
2018-11-20 Matt CaswellUpdate copyright year
2018-10-15 Benjamin Kadukapps: allow empty attribute values with -subj
2018-10-13 Tomas MrazFix copy&paste error found in Coverity scan
2018-09-04 Eric CurtinNew openssl subject parser hard to debug
2018-09-04 Richard Levitteopenssl req: don't try to report bits
2018-09-01 Dmitry BelyavskiyBackport #7007 to 1.1.0
2018-08-30 Matt CaswellFree SSL object on an error path
2018-08-14 Matt CaswellUpdate copyright year
2018-07-25 Andy Polyakovapps/dsaparam.c: make dsaparam -C output strict-warning...
2018-07-22 Andy Polyakovapps/dsaparam.c: fix -C output.
2018-06-21 Richard Levitteopenssl ca: open the output file as late as possible
2018-05-31 Richard Levitteapps: when the 'compat' nameopt has been set, leave...
2018-05-18 FdaSilvaYYapps/speed: fix possible OOB access in some EC arrays
2018-05-12 Pavel KopylFix memory leaks in CA related functions.
2018-05-11 Matt CaswellFix s_client and s_server so that they correctly handle...
2018-04-27 Richard Levitteapps/s_server.c: Avoid unused variable due to 'no-dtls'
2018-04-25 Richard Levitteopenssl rehash: exit 0 on warnings, same as c_rehash
2018-04-25 Matt CaswellFix documentation for the -showcerts s_client option
2018-04-23 Richard LevitteFix openssl ca, to correctly make output file binary...
2018-04-23 Richard LevitteFix late opening of output file
2018-04-19 Matt CaswellFix ocsp app exit code
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
next