cmdline app: add provider commandline options.
[openssl.git] / apps / srp.c
2020-03-07 Paulicmdline app: add provider commandline options.
2019-11-20 Rich SalzDocument command parameters.
2019-11-07 Rich SalzAdd "sections" to -help output
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-03-13 Tim Hudsonupdate SRP copyright notice
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2017-10-18 KaoruTodaRemove parentheses of return.
2017-08-21 Rich SalzCheck # of arguments for remaining commands.
2017-07-17 PauliFix some pedantic warnings.
2017-07-16 Rich SalzStandardize apps use of -rand, etc.
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-05-22 Diego Santa CruzFix srp app missing NULL termination with password...
2017-05-19 Diego Santa CruzFix endless loop on srp app when listing users
2017-02-21 Bernd EdlingerFix some more memory leaks with TXT_DB_insert.
2016-10-19 Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14 FdaSilvaYYConstify command options
2016-07-20 FdaSilvaYYCode factorisation and simplification
2016-06-01 Matt CaswellFree allocated password strings on exit
2016-05-21 FdaSilvaYYIndent and dead code cleanup
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-16 Dr. Stephen HensonDon't load same config file twice.
2016-04-29 Matt CaswellDon't use an uninitialised variable in srp application
2016-04-13 Matt CaswellDeprecate OBJ_cleanup() and make it a no-op
2016-02-10 Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-01-22 Andy IsaacsonFix quoting error in SRP printf
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-09-21 Matt CaswellFix -srpvfile option in srp command line
2015-05-29 Richard LevitteRestore module loading
2015-05-28 Rich SalzRT3876: Only load config when needed
2015-05-22 Matt CaswellFix various OPENSSL_NO_* options
2015-05-15 Rich SalzUse #error in openssl/srp.h
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
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-30 Rich SalzFix bug, "what mode" test was wrong.
2015-04-29 Rich SalzRemove needless bio_err argument
2015-04-28 Rich Salzremove malloc casts
2015-04-25 Rich SalzRemove EFENCE support.
2015-04-25 Rich Salzfewer NO_ENGINE #ifdef's
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Andy Polyakovapps/srp.c: make it indent-friendly.
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2011-03-12 Dr. Stephen HensonFix warnings: signed/unisgned comparison, shadowing...
2011-03-12 Ben LaurieAdd SRP support.