Matt Caswell
|
322517d817
Fix some invalid use of sscanf
|
11 months ago |
Rich Salz
|
021410ea3f
Check non-option arguments
|
4 years ago |
Rich Salz
|
92de469fbd
Document command parameters.
|
5 years ago |
Rich Salz
|
5388f9862d
Add "sections" to -help output
|
5 years ago |
Richard Levitte
|
dffa752023
Following the license change, modify the boilerplates in apps/
|
6 years ago |
Matt Caswell
|
6738bf1417
Update copyright year
|
6 years ago |
Richard Levitte
|
dab2cd68e7
apps: Don't include progs.h in apps.h
|
6 years ago |
Rich Salz
|
cbe2964821
Consistent formatting for sizeof(foo)
|
7 years ago |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 years ago |
Pauli
|
f32b0abe26
Remove unnecessary #include <openssl/lhash.h> directives.
|
7 years ago |
Paul Yang
|
2234212c3d
Clean up a bundle of codingstyle stuff in apps directory
|
7 years ago |
FdaSilvaYY
|
44c83ebd70
Constify command options
|
8 years ago |
Rich Salz
|
412c8507ee
Remove "lockit" from internal error-hash function
|
8 years ago |
Rich Salz
|
846e33c729
Copyright consolidation 01/10
|
8 years ago |
Matt Caswell
|
3ad4af89cf
Remove some unused argc assignments
|
8 years ago |
Matt Caswell
|
d278284e74
Fix some code maintenance issues
|
8 years ago |
Matt Caswell
|
210ac68246
Fix errstr error code parsing
|
8 years ago |
Matt Caswell
|
302f75887e
Attempt to log an error if init failed
|
8 years ago |
Rich Salz
|
7e1b748570
Big apps cleanup (option-parsing, etc)
|
9 years ago |
Rich Salz
|
ca3a82c3b3
free NULL cleanup
|
9 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Ben Laurie
|
3c1d6bbc92
LHASH revamp. make depend.
|
16 years ago |
Richard Levitte
|
1c3e4a3660
EXIT() may mean return(). That's confusing, so let's have it really mean
|
22 years ago |
Richard Levitte
|
c04f8cf44a
Use apps_shutdown() in all applications, in case someone decides not
|
23 years ago |
Richard Levitte
|
bc36ee6227
Use new-style system-id macros everywhere possible. I hope I haven't
|
24 years ago |
Richard Levitte
|
645749ef98
On VMS, stdout may very well lead to a file that is written to in a
|
24 years ago |
Bodo Möller
|
e5c84d5152
New function ERR_error_string_n.
|
24 years ago |
Ralf S. Engelschall
|
667ac4ec6a
Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align
|
25 years ago |
Bodo Möller
|
ec577822f9
Change #include filenames from <foo.h> to <openssl.h>.
|
25 years ago |
Ulf Möller
|
6b691a5c85
Change functions to ANSI C.
|
25 years ago |