index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
ocsp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ocsp app exit code
Matt Caswell
2018-04-19
1
-3
/
+1
*
Add missing index_index() when reloading OCSP responder
Viktor Dukhovni
2018-04-19
1
-2
/
+3
*
Don't call strsignal, just print the signal number.
Pauli
2018-03-22
1
-4
/
+1
*
aix compat fixes for ocsp.c
Eric Covener
2018-03-20
1
-2
/
+8
*
Fix the OCSP responder mode
Matt Caswell
2018-03-20
1
-1
/
+1
*
Fix no-posix-io compile failure
Matt Caswell
2018-03-19
1
-1
/
+2
*
Make OCSP "multi" compatible with "no-sock" builds.
Viktor Dukhovni
2018-03-08
1
-4
/
+2
*
Implement multi-process OCSP responder.
Viktor Dukhovni
2018-03-07
1
-43
/
+312
*
Prepare to detect index changes in OCSP responder.
Viktor Dukhovni
2018-03-07
1
-15
/
+15
*
ocsp.c doesn't free the whole output chain, maybe causing a memory leak
Richard Levitte
2018-02-01
1
-1
/
+1
*
apps: Don't include progs.h in apps.h
Richard Levitte
2018-01-31
1
-0
/
+1
*
Make editorial changes suggested by Matt Caswell and fixed Travis failures.
David Cooper
2018-01-24
1
-3
/
+3
*
Make editorial changes suggested by Rich Salz and add the -rsigopt option to ...
David Cooper
2018-01-24
1
-4
/
+3
*
Add -rsigopt option to ocsp command
David Cooper
2018-01-24
1
-6
/
+37
*
Update copyright years on all files merged since Jan 1st 2018
Richard Levitte
2018-01-09
1
-1
/
+1
*
Remove remaining NETWARE ifdef's
Rich Salz
2018-01-07
1
-15
/
+0
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
1
-2
/
+2
*
Many spelling fixes/typo's corrected.
Josh Soref
2017-11-12
1
-1
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-1
/
+1
*
(Re)move some things from e_os.h
Rich Salz
2017-08-22
1
-2
/
+0
*
Clarify CLI OCSP documentation
Johannes Bauer
2017-08-12
1
-1
/
+1
*
Clean up a bundle of codingstyle stuff in apps directory
Paul Yang
2017-06-12
1
-66
/
+73
*
OCSP Updates: error codes and multiple certificates
Todd Short
2017-04-12
1
-11
/
+21
*
Constify command options
FdaSilvaYY
2016-10-14
1
-1
/
+1
*
Fix various missing option help messages ...
FdaSilvaYY
2016-09-20
1
-2
/
+4
*
Constify char* input parameters in apps code
FdaSilvaYY
2016-08-17
1
-2
/
+3
*
Corrupt signature in place.
Dr. Stephen Henson
2016-08-17
1
-3
/
+2
*
Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
Dr. Stephen Henson
2016-08-16
1
-2
/
+2
*
Typo and comment fix
FdaSilvaYY
2016-07-25
1
-2
/
+2
*
Spelling fixes
FdaSilvaYY
2016-06-16
1
-1
/
+1
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Correctly check for trailing digest options.
Dr. Stephen Henson
2016-05-12
1
-1
/
+11
*
GH932: Add more help messages to some apps options.
FdaSilvaYY
2016-05-04
1
-5
/
+6
*
Fix no-sock on Windows
Matt Caswell
2016-04-20
1
-5
/
+10
*
Make string_to_hex/hex_to_string public
Rich Salz
2016-04-18
1
-1
/
+3
*
Fix no-ocsp
Matt Caswell
2016-04-06
1
-3
/
+8
*
Fix no-sock
Matt Caswell
2016-03-21
1
-1
/
+11
*
Remove unused parameters from internal functions
Rich Salz
2016-02-22
1
-18
/
+11
*
argv was set but unused
Kurt Roeckx
2016-02-20
1
-1
/
+2
*
GH681: More command help cleanup
Rich Salz
2016-02-18
1
-1
/
+2
*
Make sure to use unsigned char for is*() functions
Richard Levitte
2016-02-14
1
-1
/
+1
*
GH650: Minor tidying around the ocsp app
Benjamin Kaduk
2016-02-13
1
-1
/
+1
*
Refactor apps load_certs/load_crls to work incrementally
Viktor Dukhovni
2016-01-21
1
-9
/
+6
*
To avoid possible time_t overflow use X509_time_adj_ex()
Dr. Stephen Henson
2016-01-14
1
-1
/
+1
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-1
/
+1
*
Continue standardisation of malloc handling in apps
Matt Caswell
2015-11-09
1
-7
/
+7
*
Do not treat 0 return value from BIO_get_fd() as error
Alessandro Ghedini
2015-10-23
1
-1
/
+1
*
Move auto Host adding to query_responder
Dr. Stephen Henson
2015-10-18
1
-14
/
+11
*
Fix memory leak with -issuer option.
Dr. Stephen Henson
2015-10-18
1
-3
/
+5
*
Centralise loading default apps config file
Matt Caswell
2015-10-12
1
-3
/
+0
[next]