Richard Levitte
|
dffa752023
Following the license change, modify the boilerplates in apps/
|
6 lat temu |
Tim Hudson
|
3b855b1f89
update SRP copyright notice
|
6 lat temu |
Matt Caswell
|
6738bf1417
Update copyright year
|
6 lat temu |
Richard Levitte
|
dab2cd68e7
apps: Don't include progs.h in apps.h
|
6 lat temu |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 lat temu |
Rich Salz
|
c27363f566
Check # of arguments for remaining commands.
|
7 lat temu |
Pauli
|
f1b8b0010a
Fix some pedantic warnings.
|
7 lat temu |
Rich Salz
|
3ee1eac27a
Standardize apps use of -rand, etc.
|
7 lat temu |
Paul Yang
|
2234212c3d
Clean up a bundle of codingstyle stuff in apps directory
|
7 lat temu |
Diego Santa Cruz
|
0e83981d61
Fix srp app missing NULL termination with password callback
|
7 lat temu |
Diego Santa Cruz
|
5ec3210fc1
Fix endless loop on srp app when listing users
|
7 lat temu |
Bernd Edlinger
|
0fbaef9e64
Fix some more memory leaks with TXT_DB_insert.
|
7 lat temu |
Richard Levitte
|
dd1abd4462
If an engine comes up explicitely, it must also come down explicitely
|
8 lat temu |
FdaSilvaYY
|
44c83ebd70
Constify command options
|
8 lat temu |
FdaSilvaYY
|
edbff8da9b
Code factorisation and simplification
|
8 lat temu |
Matt Caswell
|
7b0ee1353d
Free allocated password strings on exit
|
8 lat temu |
FdaSilvaYY
|
8bf780432c
Indent and dead code cleanup
|
8 lat temu |
Rich Salz
|
846e33c729
Copyright consolidation 01/10
|
8 lat temu |
Dr. Stephen Henson
|
c821defc3f
Don't load same config file twice.
|
8 lat temu |
Matt Caswell
|
9d7ec8090e
Don't use an uninitialised variable in srp application
|
8 lat temu |
Matt Caswell
|
7b8cc9b345
Deprecate OBJ_cleanup() and make it a no-op
|
8 lat temu |
Rich Salz
|
effaf4dee9
Use NON_EMPTY_TRANSLATION_UNIT, consistently.
|
8 lat temu |
Andy Isaacson
|
44fdf1c23d
Fix quoting error in SRP printf
|
8 lat temu |
Rich Salz
|
7644a9aef8
Rename some BUF_xxx to OPENSSL_xxx
|
9 lat temu |
Matt Caswell
|
dfd6211ce3
Fix -srpvfile option in srp command line
|
9 lat temu |
Richard Levitte
|
296f54ee21
Restore module loading
|
9 lat temu |
Rich Salz
|
cc01d21756
RT3876: Only load config when needed
|
9 lat temu |
Matt Caswell
|
a7f82a1ab2
Fix various OPENSSL_NO_* options
|
9 lat temu |
Rich Salz
|
857048a7f3
Use #error in openssl/srp.h
|
9 lat temu |
Rich Salz
|
75ebbd9aa4
Use p==NULL not !p (in if statements, mainly)
|
9 lat temu |