index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
ts.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
APPS: Add check for multiple 'unknown' options
Dr. David von Oheimb
2022-01-11
1
-0
/
+1
*
APPS: Improve diagnostics on missing/extra args and unknown cipher/digest
Dr. David von Oheimb
2021-12-07
1
-7
/
+10
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-3
/
+3
*
APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro
Dr. David von Oheimb
2021-05-05
1
-1
/
+1
*
Fetch and free cipher and md's
Rich Salz
2021-04-20
1
-1
/
+2
*
APPS: make apps strict on app_RAND_load() and app_RAND_write() failure
Dr. David von Oheimb
2021-04-14
1
-1
/
+3
*
apps/ts.c: Allow -untrusted arg to refer to multiple sources
Dr. David von Oheimb
2021-03-13
1
-13
/
+18
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Process digest option after loading providers
Rich Salz
2021-02-12
1
-3
/
+6
*
Load rand state after loading providers
Rich Salz
2021-02-12
1
-0
/
+1
*
Check non-option arguments
Rich Salz
2020-12-15
1
-1
/
+4
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-4
/
+3
*
Add X509 related libctx changes.
Shane Lontis
2020-07-24
1
-2
/
+6
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Fix descriptions of credentials and verification options for various apps
Dr. David von Oheimb
2020-04-20
1
-1
/
+1
*
Don't compile commands if disabled
Rich Salz
2020-04-10
1
-25
/
+21
*
cmdline app: add provider commandline options.
Pauli
2020-03-07
1
-1
/
+6
*
Check return value after loading config file
kinichiro
2019-12-13
1
-1
/
+2
*
Add "sections" to -help output
Rich Salz
2019-11-08
1
-37
/
+41
*
Add -CAstore and similar to all openssl commands that have -CApath
Richard Levitte
2019-11-03
1
-15
/
+34
*
Fix typo and create compatibility macro
Andreas Schnebinger
2019-10-16
1
-1
/
+1
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-1
/
+2
*
ts: Use sha256 as default digest for TS query
Tomas Mraz
2019-06-12
1
-1
/
+1
*
Following the license change, modify the boilerplates in apps/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
apps: Don't include progs.h in apps.h
Richard Levitte
2018-01-31
1
-0
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-1
/
+1
*
Standardize apps use of -rand, etc.
Rich Salz
2017-07-16
1
-18
/
+7
*
Clean up a bundle of codingstyle stuff in apps directory
Paul Yang
2017-06-12
1
-6
/
+8
*
-inkey can be an identifier, not just a file
Rich Salz
2017-05-21
1
-1
/
+1
*
Added support for ESSCertIDv2
Marek Klein
2017-05-03
1
-0
/
+2
*
mem leak on error path and error propagation fix
Yuchi
2017-02-14
1
-1
/
+7
*
Constify command options
FdaSilvaYY
2016-10-14
1
-1
/
+1
*
Add -Wswitch-enum
Rich Salz
2016-09-22
1
-9
/
+6
*
Fix various missing option help messages ...
FdaSilvaYY
2016-09-19
1
-1
/
+1
*
Constify char* input parameters in apps code
FdaSilvaYY
2016-08-17
1
-43
/
+46
*
spelling fixes, just comments and readme.
klemens
2016-08-05
1
-1
/
+1
*
check return values for EVP_Digest*() APIs
Dr. Stephen Henson
2016-07-15
1
-9
/
+14
*
Whitespace cleanup in apps
FdaSilvaYY
2016-06-29
1
-2
/
+2
*
Add a comment after some #endif at end of apps source code.
FdaSilvaYY
2016-06-18
1
-1
/
+1
*
Fix ts app help message
FdaSilvaYY
2016-05-18
1
-2
/
+2
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Don't load same config file twice.
Dr. Stephen Henson
2016-05-16
1
-1
/
+1
*
GH932: Add more help messages to some apps options.
FdaSilvaYY
2016-05-04
1
-1
/
+1
*
Remove some unneccessary assignments to argc
Matt Caswell
2016-04-21
1
-2
/
+1
*
Fix some code maintenance issues
Matt Caswell
2016-04-21
1
-1
/
+0
*
Make string_to_hex/hex_to_string public
Rich Salz
2016-04-18
1
-2
/
+2
*
Deprecate OBJ_cleanup() and make it a no-op
Matt Caswell
2016-04-13
1
-1
/
+0
*
Fix no-ts with --strict-warnings
Matt Caswell
2016-03-21
1
-2
/
+3
[next]