aboutsummaryrefslogtreecommitdiffstats
path: root/apps/srp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Check # of arguments for remaining commands.Rich Salz2017-08-211-12/+9
* Fix some pedantic warnings.Pauli2017-07-171-1/+1
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-11/+8
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-14/+12
* Fix srp app missing NULL termination with password callbackDiego Santa Cruz2017-05-221-18/+24
* Fix endless loop on srp app when listing usersDiego Santa Cruz2017-05-191-5/+8
* Fix some more memory leaks with TXT_DB_insert.Bernd Edlinger2017-02-211-3/+1
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-1/+3
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Code factorisation and simplificationFdaSilvaYY2016-07-201-19/+16
* Free allocated password strings on exitMatt Caswell2016-06-011-0/+2
* Indent and dead code cleanupFdaSilvaYY2016-05-211-2/+2
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+5
* Don't load same config file twice.Dr. Stephen Henson2016-05-161-1/+1
* Don't use an uninitialised variable in srp applicationMatt Caswell2016-04-291-2/+1
* Deprecate OBJ_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+0
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-18/+14
* Fix quoting error in SRP printfAndy Isaacson2016-01-221-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-6/+6
* Fix -srpvfile option in srp command lineMatt Caswell2015-09-211-12/+16
* Restore module loadingRichard Levitte2015-05-291-0/+2
* RT3876: Only load config when neededRich Salz2015-05-281-39/+8
* Fix various OPENSSL_NO_* optionsMatt Caswell2015-05-221-11/+10
* Use #error in openssl/srp.hRich Salz2015-05-151-0/+6
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-11/+16
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-3/+3
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free NULL cleanup -- codaRich Salz2015-05-011-5/+2
* free null cleanup finaleRich Salz2015-05-011-25/+12
* In apps, malloc or dieRich Salz2015-04-301-18/+3
* Fix bug, "what mode" test was wrong.Rich Salz2015-04-301-1/+2
* Remove needless bio_err argumentRich Salz2015-04-291-27/+27
* remove malloc castsRich Salz2015-04-281-2/+1
* Remove EFENCE support.Rich Salz2015-04-251-12/+0
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-5/+2
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-252/+212
* Code style: space after 'if'Viktor Dukhovni2015-04-161-2/+2
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+8
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-3/+4
* apps/srp.c: make it indent-friendly.Andy Polyakov2015-01-221-668/+665
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-72/+67
* Fix warnings: signed/unisgned comparison, shadowing (in some cases globalDr. Stephen Henson2011-03-121-5/+5
* Add SRP support.Ben Laurie2011-03-121-0/+763