index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
srp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
update SRP copyright notice
Tim Hudson
2018-03-13
1
-0
/
+4
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
apps: Don't include progs.h in apps.h
Richard Levitte
2018-01-31
1
-0
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-1
/
+1
*
Check # of arguments for remaining commands.
Rich Salz
2017-08-21
1
-12
/
+9
*
Fix some pedantic warnings.
Pauli
2017-07-17
1
-1
/
+1
*
Standardize apps use of -rand, etc.
Rich Salz
2017-07-17
1
-11
/
+8
*
Clean up a bundle of codingstyle stuff in apps directory
Paul Yang
2017-06-12
1
-14
/
+12
*
Fix srp app missing NULL termination with password callback
Diego Santa Cruz
2017-05-22
1
-18
/
+24
*
Fix endless loop on srp app when listing users
Diego Santa Cruz
2017-05-19
1
-5
/
+8
*
Fix some more memory leaks with TXT_DB_insert.
Bernd Edlinger
2017-02-21
1
-3
/
+1
*
If an engine comes up explicitely, it must also come down explicitely
Richard Levitte
2016-10-19
1
-1
/
+3
*
Constify command options
FdaSilvaYY
2016-10-14
1
-1
/
+1
*
Code factorisation and simplification
FdaSilvaYY
2016-07-20
1
-19
/
+16
*
Free allocated password strings on exit
Matt Caswell
2016-06-01
1
-0
/
+2
*
Indent and dead code cleanup
FdaSilvaYY
2016-05-21
1
-2
/
+2
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Don't load same config file twice.
Dr. Stephen Henson
2016-05-16
1
-1
/
+1
*
Don't use an uninitialised variable in srp application
Matt Caswell
2016-04-29
1
-2
/
+1
*
Deprecate OBJ_cleanup() and make it a no-op
Matt Caswell
2016-04-13
1
-1
/
+0
*
Use NON_EMPTY_TRANSLATION_UNIT, consistently.
Rich Salz
2016-02-10
1
-18
/
+14
*
Fix quoting error in SRP printf
Andy Isaacson
2016-01-22
1
-1
/
+1
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-6
/
+6
*
Fix -srpvfile option in srp command line
Matt Caswell
2015-09-21
1
-12
/
+16
*
Restore module loading
Richard Levitte
2015-05-29
1
-0
/
+2
*
RT3876: Only load config when needed
Rich Salz
2015-05-28
1
-39
/
+8
*
Fix various OPENSSL_NO_* options
Matt Caswell
2015-05-22
1
-11
/
+10
*
Use #error in openssl/srp.h
Rich Salz
2015-05-15
1
-0
/
+6
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-11
/
+16
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-07
1
-3
/
+3
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-5
/
+2
*
free null cleanup finale
Rich Salz
2015-05-01
1
-25
/
+12
*
In apps, malloc or die
Rich Salz
2015-04-30
1
-18
/
+3
*
Fix bug, "what mode" test was wrong.
Rich Salz
2015-04-30
1
-1
/
+2
*
Remove needless bio_err argument
Rich Salz
2015-04-29
1
-27
/
+27
*
remove malloc casts
Rich Salz
2015-04-28
1
-2
/
+1
*
Remove EFENCE support.
Rich Salz
2015-04-25
1
-12
/
+0
*
fewer NO_ENGINE #ifdef's
Rich Salz
2015-04-25
1
-5
/
+2
*
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-04-24
1
-252
/
+212
*
Code style: space after 'if'
Viktor Dukhovni
2015-04-16
1
-2
/
+2
*
Unchecked malloc fixes
Matt Caswell
2015-03-05
1
-0
/
+8
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-3
/
+4
*
apps/srp.c: make it indent-friendly.
Andy Polyakov
2015-01-22
1
-668
/
+665
*
misspellings fixes by https://github.com/vlajos/misspell_fixer
Veres Lajos
2013-09-05
1
-1
/
+1
*
Version skew reduction: trivia (I hope).
Ben Laurie
2012-06-04
1
-72
/
+67
*
Fix warnings: signed/unisgned comparison, shadowing (in some cases global
Dr. Stephen Henson
2011-03-12
1
-5
/
+5
*
Add SRP support.
Ben Laurie
2011-03-12
1
-0
/
+763