Sign in
flutter
/
third_party
/
openssl
/
d702ad121c18b43f61832318a9e61b8d42aaa06c
/
apps
/
ts.c
e067097
mem leak on error path and error propagation fix
by Yuchi
· 8 years ago
44c83eb
Constify command options
by FdaSilvaYY
· 8 years ago
f3b3d7f
Add -Wswitch-enum
by Rich Salz
· 9 years ago
12d56b2
Fix various missing option help messages ...
by FdaSilvaYY
· 9 years ago
cc69629
Constify char* input parameters in apps code
by FdaSilvaYY
· 9 years ago
6025001
spelling fixes, just comments and readme.
by klemens
· 9 years ago
d166ed8
check return values for EVP_Digest*() APIs
by Dr. Stephen Henson
· 9 years ago
6b4a77f
Whitespace cleanup in apps
by FdaSilvaYY
· 9 years ago
a8db2cf
Add a comment after some #endif at end of apps source code.
by FdaSilvaYY
· 9 years ago
15b083e
Fix ts app help message
by FdaSilvaYY
· 9 years ago
846e33c
Copyright consolidation 01/10
by Rich Salz
· 9 years ago
c821def
Don't load same config file twice.
by Dr. Stephen Henson
· 9 years ago
16e1b28
GH932: Add more help messages to some apps options.
by FdaSilvaYY
· 9 years ago
5d94e5b
Remove some unneccessary assignments to argc
by Matt Caswell
· 9 years ago
d278284
Fix some code maintenance issues
by Matt Caswell
· 9 years ago
14f051a
Make string_to_hex/hex_to_string public
by Rich Salz
· 9 years ago
7b8cc9b
Deprecate OBJ_cleanup() and make it a no-op
by Matt Caswell
· 9 years ago
7188f1f
Fix no-ts with --strict-warnings
by Matt Caswell
· 9 years ago
f385263
Implement support for no-ts
by Richard Levitte
· 9 years ago
08538fc
General verify options to openssl ts
by fbroda
· 9 years ago
0335851
argv was set but unused
by Kurt Roeckx
· 9 years ago
bfb0641
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
by Richard Levitte
· 9 years ago
6e59a89
Adjust all accesses to EVP_MD_CTX to use accessor functions.
by Richard Levitte
· 9 years ago
e20b472
Add support for signer_digest option in TS.
by Dr. Stephen Henson
· 9 years ago
96487cd
Continue standardisation of malloc handling in apps
by Matt Caswell
· 9 years ago
18cd23d
Remove "noise" comments from TS files.
by Rich Salz
· 10 years ago
bdd58d9
Change the way apps open their input and output files
by Richard Levitte
· 10 years ago
ca4a494
Make TS structures opaque.
by Rich Salz
· 10 years ago
9c3bcfa
Standardize handling of #ifdef'd options.
by Rich Salz
· 10 years ago
296f54e
Restore module loading
by Richard Levitte
· 10 years ago
cc01d21
RT3876: Only load config when needed
by Rich Salz
· 10 years ago
75ebbd9
Use p==NULL not !p (in if statements, mainly)
by Rich Salz
· 10 years ago
68dc682
In apps, malloc or die
by Rich Salz
· 10 years ago
7e1b748
Big apps cleanup (option-parsing, etc)
by Rich Salz
· 10 years ago
ca3a82c
free NULL cleanup
by Rich Salz
· 10 years ago
50e735f
Re-align some comments after running the reformat script.
by Matt Caswell
· 10 years ago
0f113f3
Run util/openssl-format-source -v -c .
by Matt Caswell
· 10 years ago
6d23cf9
RT3548: Remove unsupported platforms
by Rich Salz
· 10 years ago
1d97c84
mark all block comments that need format preserving so that
by Tim Hudson
· 10 years ago
ae55176
Fix some warnings caused by __owur. Temporarily (I hope) remove the more
by Ben Laurie
· 13 years ago
6aa1770
Use new X509_STORE_set_verify_cb function instead of old macro.
by Dr. Stephen Henson
· 15 years ago
a25f33d
Submitted by: Julia Lawall <julia@diku.dk>
by Dr. Stephen Henson
· 16 years ago
b6b0b0d
Update from 1.0.0-stable.
by Dr. Stephen Henson
· 16 years ago
0eab41f
If we're going to return errors (no matter how stupid), then we should
by Ben Laurie
· 16 years ago
70531c1
Make no-engine work again.
by Dr. Stephen Henson
· 16 years ago
1e26a8b
Fix a variety of warnings generated by some elevated compiler-fascism,
by Geoff Thorpe
· 17 years ago
b4e88cc
ensure the pointer is valid before using it
by Nils Larsch
· 19 years ago
1150317
TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.
by Ulf Möller
· 19 years ago
fcfd871
fix warning: add missing prototype
by Nils Larsch
· 19 years ago
c7235be
RFC 3161 compliant time stamp request creation, response generation
by Ulf Möller
· 19 years ago