Bernd Edlinger
|
0fbaef9e64
Fix some more memory leaks with TXT_DB_insert.
|
8 years ago |
Richard Levitte
|
dd1abd4462
If an engine comes up explicitely, it must also come down explicitely
|
8 years ago |
FdaSilvaYY
|
44c83ebd70
Constify command options
|
8 years ago |
FdaSilvaYY
|
edbff8da9b
Code factorisation and simplification
|
8 years ago |
Matt Caswell
|
7b0ee1353d
Free allocated password strings on exit
|
8 years ago |
FdaSilvaYY
|
8bf780432c
Indent and dead code cleanup
|
8 years ago |
Rich Salz
|
846e33c729
Copyright consolidation 01/10
|
8 years ago |
Dr. Stephen Henson
|
c821defc3f
Don't load same config file twice.
|
8 years ago |
Matt Caswell
|
9d7ec8090e
Don't use an uninitialised variable in srp application
|
8 years ago |
Matt Caswell
|
7b8cc9b345
Deprecate OBJ_cleanup() and make it a no-op
|
8 years ago |
Rich Salz
|
effaf4dee9
Use NON_EMPTY_TRANSLATION_UNIT, consistently.
|
9 years ago |
Andy Isaacson
|
44fdf1c23d
Fix quoting error in SRP printf
|
9 years ago |
Rich Salz
|
7644a9aef8
Rename some BUF_xxx to OPENSSL_xxx
|
9 years ago |
Matt Caswell
|
dfd6211ce3
Fix -srpvfile option in srp command line
|
9 years ago |
Richard Levitte
|
296f54ee21
Restore module loading
|
9 years ago |
Rich Salz
|
cc01d21756
RT3876: Only load config when needed
|
9 years ago |
Matt Caswell
|
a7f82a1ab2
Fix various OPENSSL_NO_* options
|
9 years ago |
Rich Salz
|
857048a7f3
Use #error in openssl/srp.h
|
9 years ago |
Rich Salz
|
75ebbd9aa4
Use p==NULL not !p (in if statements, mainly)
|
9 years ago |
Rich Salz
|
86885c2895
Use "==0" instead of "!strcmp" etc
|
9 years ago |
Rich Salz
|
b4faea50c3
Use safer sizeof variant in malloc
|
9 years ago |
Rich Salz
|
25aaa98aa2
free NULL cleanup -- coda
|
9 years ago |
Rich Salz
|
b548a1f11c
free null cleanup finale
|
9 years ago |
Rich Salz
|
68dc682499
In apps, malloc or die
|
9 years ago |
Rich Salz
|
5a80d9fbfe
Fix bug, "what mode" test was wrong.
|
9 years ago |
Rich Salz
|
ecf3a1fb18
Remove needless bio_err argument
|
9 years ago |
Rich Salz
|
b196e7d936
remove malloc casts
|
9 years ago |
Rich Salz
|
239f2771e1
Remove EFENCE support.
|
9 years ago |
Rich Salz
|
333b070ec0
fewer NO_ENGINE #ifdef's
|
9 years ago |
Rich Salz
|
7e1b748570
Big apps cleanup (option-parsing, etc)
|
9 years ago |