index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
openssl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
app: add a deprecation warning to all deprecated commands.
Pauli
2020-02-11
1
-0
/
+13
*
APPS & TEST: Adapt to use the new BIO_f_prefix()
Richard Levitte
2019-12-18
1
-12
/
+3
*
Deprecate most of debug-memory
Rich Salz
2019-12-14
1
-9
/
+0
*
Check the return from OPENSSL_buf2hexstr()
Matt Caswell
2019-11-29
1
-1
/
+2
*
main: avoid a NULL dereference on initialisation.
Pauli
2019-11-22
1
-0
/
+7
*
Document command parameters.
Rich Salz
2019-11-20
1
-2
/
+4
*
Add "sections" to -help output
Rich Salz
2019-11-07
1
-0
/
+2
*
Remove HEADER_X509_H and HEADER_SSL_H include detectors from apps
Dr. Matthias St. Pierre
2019-07-24
1
-1
/
+0
*
Move the code for 'openssl list' to its own translation unit.
Richard Levitte
2019-07-15
1
-511
/
+1
*
Refactor apps/progs.* to be generate with 'make update'
Richard Levitte
2019-07-15
1
-1
/
+0
*
Print thread IDs nicely.
Pauli
2019-06-21
1
-11
/
+8
*
test/testutil/init.c, apps/openssl.c: add trace cleanup handle earlier
Richard Levitte
2019-06-20
1
-1
/
+7
*
trace: rename the default trace category from 'ANY' to 'ALL'
Dr. Matthias St. Pierre
2019-03-30
1
-1
/
+1
*
trace: apps/openssl: print the correct category name
Dr. Matthias St. Pierre
2019-03-30
1
-18
/
+34
*
trace: don't pretend success if it's not enabled
Dr. Matthias St. Pierre
2019-03-29
1
-0
/
+5
*
Remove heartbeats completely
Richard Levitte
2019-03-29
1
-3
/
+0
*
Correctly zero the DISPLAY_COLUMNS structure.
Pauli
2019-03-29
1
-1
/
+2
*
trace: ensure correct grouping
Dr. Matthias St. Pierre
2019-03-15
1
-0
/
+7
*
trace: don't leak the line prefix
Dr. Matthias St. Pierre
2019-03-15
1
-20
/
+16
*
Fix typo in ifndef OPENSSL_NO_ENGINES.
Darren Tucker
2019-03-10
1
-1
/
+1
*
Print all loaded engines with openssl list -engines
Tomas Mraz
2019-03-09
1
-2
/
+24
*
apps/openssl.c: avoid memory leaks
Richard Levitte
2019-03-06
1
-1
/
+22
*
apps/openssl.c: Adapt to enable tracing output
Richard Levitte
2019-03-06
1
-1
/
+93
*
VMS: move copy_argc to its own module and make it an aux source
Richard Levitte
2019-03-05
1
-3
/
+1
*
Following the license change, modify the boilerplates in apps/
Richard Levitte
2018-12-06
1
-1
/
+1
*
openssl list -mac-algorithms support.
Pauli
2018-11-01
1
-1
/
+20
*
'openssl list': add option -objects to list built in objects
Richard Levitte
2018-10-01
1
-1
/
+57
*
Use void in all function definitions that do not take any arguments
Kurt Roeckx
2018-05-11
1
-3
/
+3
*
Add SM2 signature and ECIES schemes
Jack Lloyd
2018-03-19
1
-0
/
+3
*
initialise dc variable to satisfy old compilers.
Steve Linsell
2018-02-22
1
-1
/
+1
*
Make sure that apps/openssl prefixes its output with '# ' during tests
Richard Levitte
2018-02-01
1
-0
/
+1
*
apps: Don't include progs.h in apps.h
Richard Levitte
2018-01-31
1
-1
/
+2
*
Update copyright years on all files merged since Jan 1st 2018
Richard Levitte
2018-01-09
1
-1
/
+1
*
Add the possibility to do 'openssl help [command]'
Richard Levitte
2018-01-06
1
-0
/
+10
*
apps: make sure prog_init only calculates once
Richard Levitte
2018-01-06
1
-2
/
+9
*
In apps_startup(), call OPENSSL_init_ssl() rather than OPENSSL_init_crypto()
Richard Levitte
2017-12-08
1
-2
/
+2
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
1
-1
/
+1
*
Disabled list doesn't contain SM3 and SM4.
Pauli
2017-11-06
1
-0
/
+6
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-4
/
+4
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-1
/
+1
*
Move OPENSSL_CONF from e_os.h to cryptlib.h
Pauli
2017-08-29
1
-0
/
+1
*
(Re)move some things from e_os.h
Rich Salz
2017-08-22
1
-1
/
+0
*
Dead code elimination.
Pauli
2017-08-22
1
-9
/
+0
*
Check # of arguments for remaining commands.
Rich Salz
2017-08-21
1
-4
/
+7
*
Determine the number of output columns for the list and help commands using
Pauli
2017-08-16
1
-15
/
+35
*
Doc fixes
Rich Salz
2017-08-14
1
-18
/
+61
*
Add list -public-key-methods
Dr. Stephen Henson
2017-07-30
1
-1
/
+23
*
Standardize apps use of -rand, etc.
Rich Salz
2017-07-17
1
-0
/
+1
*
Remove the possibility to disable the UI module entirely
Richard Levitte
2017-07-03
1
-4
/
+0
*
When apps_startup() fails, exit with a failure code and a message
Richard Levitte
2017-07-01
1
-1
/
+6
[next]