The new init functions can now fail so shouldn't be void
[openssl.git] / apps / openssl.c
2016-02-10 Matt CaswellThe new init functions can now fail so shouldn't be...
2016-02-10 Rich SalzRename INIT funtions, deprecate old ones.
2016-02-09 Matt CaswellUpdates for auto init/deinit review comments
2016-02-09 Matt CaswellGet the apps to use auto-init/de-init
2016-02-05 Dr. Stephen HensonIf memory debugging enabled return error on leaks.
2016-01-19 Viktor DukhovniSupport disabling any or all TLS or DTLS versions
2016-01-13 Richard LevitteDon't return from main(), use EXIT() instead
2016-01-11 Dr. Stephen HensonAdd lh_new() inlining
2016-01-11 Dr. Stephen HensonInline LHASH_OF
2016-01-11 Viktor DukhovniEnable/disable crypto-mdebug just like other features
2016-01-07 Rich Salzmem functions cleanup
2015-12-22 Dr. Stephen HensonAdd ssl configuration support to s_server and s_client
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-12 Kurt RoeckxUse OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-16 Dmitry BelyavskyFix error message when loading engines from config
2015-10-12 Matt CaswellCentralise loading default apps config file
2015-09-30 Ben LaurieDisplay brief help if no options for list.
2015-09-24 Rich SalzRestore the old interactive prompt.
2015-09-19 Richard LevitteFinally, remove a possibly disabled feature
2015-09-19 Richard LevitteAdd more features that may be disabled
2015-09-19 Richard LevitteAdd more features that may be disabled
2015-09-19 Richard LevitteAdd more features that may be disabled
2015-09-19 Richard LevitteAdd more features that may be disabled
2015-09-19 Richard LevitteSort the disabled features alphabetically
2015-09-19 Dr. Stephen HensonPrint out a list of disabled features.
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-06 Richard LevitteChange the treatment of stdin and stdout to allow binar...
2015-09-06 Richard Levittedup_bio_* and bio_open_* are utility functions and...
2015-09-05 Richard LevitteHave binary mode when the format is binary, not the...
2015-09-05 Richard LevitteChange the way apps open their input and output files
2015-06-15 Rich SalzRT2547: Tighten perms on generated privkey files
2015-06-09 Rich SalzUse bio_err not stderr in apps.
2015-06-02 Gunnar KudrjavetsRT3848: Call SSL_COMP_free_compression_methods
2015-05-29 Richard LevitteRestore module loading
2015-05-28 Rich SalzRT3876: Only load config when needed
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich SalzIn apps, malloc or die
2015-04-27 Rich SalzCRYPTO_mem_leaks should ignore it's BIO argument.
2015-04-27 Rich SalzAdd readline (etc) support
2015-04-26 Rich SalzRemove the special list-xxxx commands
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-03-25 Rich Salzfree NULL cleanup
2015-02-09 Dr. Stephen HensonFix memory leak reporting.
2015-01-30 Rich SalzDead code clean: #if 0 removal in apps
2015-01-23 Rich Salzifdef cleanup part 3: OPENSSL_SYSNAME
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-30 Kurt RoeckxFix memory leak in the apps
2013-03-28 Dr. Stephen HensonCall RAND_cleanup in openssl application.
2011-05-19 Dr. Stephen HensonImplement FIPS_mode and FIPS_mode_set
2011-05-12 Dr. Stephen HensonEnter FIPS mode by calling FIPS_module_mode_set in...
2011-04-04 Dr. Stephen HensonFIPS mode support for openssl utility: doesn't work...
2011-03-25 Richard LevitteFor VMS, implement the possibility to choose 64-bit...
2011-03-20 Richard Levitte* apps/openssl.c: For VMS, take care of copying argv...
2011-03-19 Richard LevitteAfter some adjustments, apply the changes OpenSSL 1...
2009-10-04 Dr. Stephen HensonFix warnings about ignoring fgets return value
2009-03-30 Dr. Stephen HensonAllow use of algorithm and cipher names for dgsts and...
2008-09-15 Bodo MöllerFrom branch OpenSSL_0_9_8-stable: Allow soft-loading...
2008-07-04 Dr. Stephen HensonAvoid warnings with -pedantic, specifically:
2008-05-31 Dr. Stephen HensonStop warning about extra ';' outside of function.
2008-05-26 Ben LaurieLHASH revamp. make depend.
2006-07-09 Dr. Stephen HensonNew functions to enumerate digests and ciphers.
2006-06-09 Bodo MöllerCamellia cipher, contributed by NTT
2006-04-04 Dr. Stephen HensonAdd an explicit load_config() call so any added algorit...
2006-04-04 Dr. Stephen HensonNew function to retrieve ASN1 info on public key algori...
2005-04-05 Nils Larschsome const fixes
2003-08-14 Bodo Möllerfix out-of-bounds check in lock_dbg_cb (was too lose...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-12-03 Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-11-18 Bodo Möllerallocate bio_err before memory debugging is enabled...
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-09 Richard LevitteMake sure that the 'config' variable is correctly defin...
2002-07-10 Lutz JänickeReorder inclusion of header files:
2002-04-06 Richard LevitteAllow longer program names (VMS allows up to 39 charact...
2001-10-21 Dr. Stephen HensonStop spurious "unable to load config info" errors in req
2001-10-20 Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
2001-09-12 Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-09-10 Geoff ThorpePut all "common" initialisation in the apps_startup...
2001-09-10 Bodo Möllerrestore previous revision -- memory leak should be...
2001-09-10 Bodo Möllerfix memory leak
2001-09-10 Bodo MöllerFix apps/openssl.c and ssl/ssltest.c so that they use
2001-06-28 Dr. Stephen HensonModify apps to use NCONF code instead of old CONF code.
2001-06-23 Richard Levitteapps_startup() needs a corresponding apps_shutdown().
2001-06-23 Dr. Stephen HensonFix UI leak in apps.
2001-04-26 Richard LevitteClean up ENGINE before exiting.
2001-03-11 Bodo MöllerForcibly enable memory leak checking during "make test"
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2000-12-15 Bodo MöllerLocking issues.
2000-12-13 Richard LevitteConstification of the data of a hash table. This means...
2000-12-08 Geoff ThorpeNext step in tidying up the LHASH code.
2000-12-03 Ben LaurieFix warnings.
2000-12-02 Geoff ThorpeUse the new LHASH macros to declare type-safe wrapper...
2000-12-01 Geoff ThorpeFirst step in tidying up the LHASH code. The callback...
2000-11-06 Richard LevitteMake all engines available in the openssl application.
2000-09-20 Richard LevitteOn VMS, stdout may very well lead to a file that is...
next