Dr. Matthias St. Pierre
|
3a8269b319
trace: rename the default trace category from 'ANY' to 'ALL'
|
5 years ago |
Dr. Matthias St. Pierre
|
02bd2d7f5c
trace: apps/openssl: print the correct category name
|
5 years ago |
Dr. Matthias St. Pierre
|
0fda9f7c29
trace: don't pretend success if it's not enabled
|
5 years ago |
Richard Levitte
|
558ea84743
Remove heartbeats completely
|
8 years ago |
Pauli
|
79bc34185f
Correctly zero the DISPLAY_COLUMNS structure.
|
5 years ago |
Dr. Matthias St. Pierre
|
fe50e11571
trace: ensure correct grouping
|
5 years ago |
Dr. Matthias St. Pierre
|
13d06925e8
trace: don't leak the line prefix
|
5 years ago |
Darren Tucker
|
dc7e354275
Fix typo in ifndef OPENSSL_NO_ENGINES.
|
5 years ago |
Tomas Mraz
|
ebb7823e14
Print all loaded engines with openssl list -engines
|
5 years ago |
Richard Levitte
|
18e1e30245
apps/openssl.c: avoid memory leaks
|
5 years ago |
Richard Levitte
|
682b444f8a
apps/openssl.c: Adapt to enable tracing output
|
6 years ago |
Richard Levitte
|
9b542d72d2
VMS: move copy_argc to its own module and make it an aux source
|
5 years ago |
Richard Levitte
|
dffa752023
Following the license change, modify the boilerplates in apps/
|
6 years ago |
Pauli
|
0d1f7ae3c9
openssl list -mac-algorithms support.
|
6 years ago |
Richard Levitte
|
8ddbff9c08
'openssl list': add option -objects to list built in objects
|
6 years ago |
Kurt Roeckx
|
3cb7c5cfef
Use void in all function definitions that do not take any arguments
|
6 years ago |
Jack Lloyd
|
3d328a445c
Add SM2 signature and ECIES schemes
|
6 years ago |
Steve Linsell
|
d16a2c1931
initialise dc variable to satisfy old compilers.
|
6 years ago |
Richard Levitte
|
71bb86f0dc
Make sure that apps/openssl prefixes its output with '# ' during tests
|
6 years ago |
Richard Levitte
|
dab2cd68e7
apps: Don't include progs.h in apps.h
|
6 years ago |
Richard Levitte
|
3c7d0945b6
Update copyright years on all files merged since Jan 1st 2018
|
6 years ago |
Richard Levitte
|
da6be198f7
Add the possibility to do 'openssl help [command]'
|
6 years ago |
Richard Levitte
|
391e987e9c
apps: make sure prog_init only calculates once
|
6 years ago |
Richard Levitte
|
0488c0bbbe
In apps_startup(), call OPENSSL_init_ssl() rather than OPENSSL_init_crypto()
|
7 years ago |
Rich Salz
|
cbe2964821
Consistent formatting for sizeof(foo)
|
7 years ago |
Pauli
|
14e06391a7
Disabled list doesn't contain SM3 and SM4.
|
7 years ago |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 years ago |
KaoruToda
|
208fb891e3
Since return is inconsistent, I removed unnecessary parentheses and
|
7 years ago |
Pauli
|
198c42f5af
Move OPENSSL_CONF from e_os.h to cryptlib.h
|
7 years ago |
Rich Salz
|
0e97f1e1a7
(Re)move some things from e_os.h
|
7 years ago |