History log of /openssl/apps/ocsp.c (Results 151 – 175 of 210)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1e8b9e7e 09-Dec-2012 Dr. Stephen Henson

add -badsig option to ocsp utility too.


# 30c278aa 07-Dec-2012 Ben Laurie

Fix OCSP checking.


Revision tags: OpenSSL-fips-2_0-pl1, OpenSSL-fips-2_0_2, OpenSSL-fips-2_0_1, OpenSSL_1_0_1c, OpenSSL_1_0_0j, OpenSSL_0_9_8x, OpenSSL_1_0_1b, OpenSSL_0_9_8w, OpenSSL_1_0_1a, OpenSSL_0_9_8v, OpenSSL_1_0_0i, OpenSSL_1_0_1, OpenSSL_1_0_0h, OpenSSL_0_9_8u, OpenSSL_1_0_1-beta3, OpenSSL_1_0_1-beta2, OpenSSL-fips-2_0, OpenSSL_1_0_0g, OpenSSL_0_9_8t, OpenSSL_0_9_8s, OpenSSL_1_0_0f, OpenSSL-fips-2_0-rc8, OpenSSL_1_0_1-beta1, OpenSSL-fips-2_0-rc7, OpenSSL-fips-2_0-rc6, OpenSSL-fips-2_0-rc5, OpenSSL-fips-2_0-rc4, OpenSSL-fips-2_0-rc3, OpenSSL-fips-2_0-rc2, OpenSSL-fips-2_0-rc1, OpenSSL-fips-1_2_3, OpenSSL-fips-1_2_2, OpenSSL-fips-1_2_1, OpenSSL_1_0_0e, OpenSSL_1_0_0d, OpenSSL_0_9_8r, OpenSSL_0_9_8q, OpenSSL_1_0_0c, OpenSSL_0_9_8p, OpenSSL_1_0_0b, OpenSSL_0_9_8o, OpenSSL_1_0_0a, OpenSSL_1_0_0, OpenSSL_0_9_8n, OpenSSL_0_9_8m, OpenSSL_0_9_8m-beta1, OpenSSL_1_0_0-beta5, OpenSSL_1_0_0-beta4, OpenSSL_0_9_8l
# 18e503f3 30-Sep-2009 Dr. Stephen Henson

PR: 2064, 728
Submitted by: steve@openssl.org

Add support for custom headers in OCSP requests.


# 37fc562b 30-Sep-2009 Dr. Stephen Henson

Free SSL_CTX after BIO


# c869da88 27-Jul-2009 Dr. Stephen Henson

Update from 1.0.0-stable


Revision tags: OpenSSL_1_0_0-beta3, OpenSSL_1_0_0-beta2
# 14023fe3 03-Apr-2009 Dr. Stephen Henson

Merge from 1.0.0-stable branch.


Revision tags: OpenSSL_1_0_0-beta1, OpenSSL_0_9_8k
# 3859d7ee 06-Feb-2009 Dr. Stephen Henson

Just to be awkward Ubuntu 8.10 doesn't like _XOPEN_SOURCE_EXTENDED...


# 5871ddb0 28-Jan-2009 Richard Levitte

Because DEC C - sorry, HP C - is picky about features, we need to
define _XOPEN_SOURCE_EXTENDED to reach fd_set and timeval types and
functionality.


Revision tags: OpenSSL_0_9_8j
# 2e597528 05-Nov-2008 Dr. Stephen Henson

Update obsolete email address...


Revision tags: OpenSSL_0_9_8i
# 5ce278a7 04-Jun-2008 Ben Laurie

More type-checking.


Revision tags: OpenSSL_0_9_8h
# 1e26a8ba 16-Mar-2008 Geoff Thorpe

Fix a variety of warnings generated by some elevated compiler-fascism,
OPENSSL_NO_DEPRECATED, etc. Steve, please double-check the CMS stuff...


# 637f9062 05-Jan-2008 Andy Polyakov

Cygwin compatibility fix to apps/ocsp.c.


# eef0c1f3 03-Jan-2008 Dr. Stephen Henson

Netware support.
Submitted by: Guenter Knauf <eflash@gmx.net>


# 341e18b4 14-Dec-2007 Dr. Stephen Henson

Handle non-SHA1 digests for certids in OCSP test responder.


# cec2538c 04-Dec-2007 Dr. Stephen Henson

Submitted by: Victor B. Wagner <vitus@cryptocom.ru>, steve

Use default algorithms for OCSP request and response signing. New command
line option to support other digest use for OCSP cert

Submitted by: Victor B. Wagner <vitus@cryptocom.ru>, steve

Use default algorithms for OCSP request and response signing. New command
line option to support other digest use for OCSP certificate IDs.

show more ...


Revision tags: OpenSSL_0_9_8g, OpenSSL_0_9_8f, FIPS_098_TEST_8
# 67c8e7f4 26-Sep-2007 Dr. Stephen Henson

Support for certificate status TLS extension.


Revision tags: FIPS_098_TEST_7, FIPS_098_TEST_6, FIPS_098_TEST_5, FIPS_098_TEST_4, FIPS_098_TEST_3
# 710069c1 12-Aug-2007 Dr. Stephen Henson

Fix warnings.


Revision tags: FIPS_098_TEST_2, FIPS_098_TEST_1
# ad35cdac 16-May-2007 Dr. Stephen Henson

PR: 1516

Revert change in 1516 because it breaks Windows build. Use a modified version
of the headers from s_client.c which has used similar functionality without
any problems.


# 313fce7b 04-Apr-2007 Ben Laurie

Don't free a NULL. Coverity ID 112.


# 4b8747e4 04-Apr-2007 Ben Laurie

Die if serial number is invalid.


# a1d91599 29-Mar-2007 Richard Levitte

Apply a more modern way to get the definition of select(), except for VMS.
Submitted by Corinna Vinschen <vinschen@redhat.com>


Revision tags: OpenSSL_0_9_7m, OpenSSL_0_9_8e
# 8bbf6bcf 25-Dec-2006 Richard Levitte

Needed definition of _XOPEN_SOURCE_EXTENDED so DEC C on VMS will see
the declarations of fd_set, select() and so on.


# 5dfe9100 13-Dec-2006 Nils Larsch

properly initialize SSL context, check return value


Revision tags: OpenSSL_0_9_7l, OpenSSL_0_9_8d, OpenSSL_0_9_8c, OpenSSL_0_9_7k
# 5776c3c4 20-Aug-2006 Richard Levitte

According to documentation, including time.h declares select() on
OpenVMS, and possibly more.

Ref: http://h71000.www7.hp.com/doc/82final/6529/6529pro_019.html#r_select


# b5894279 17-Jul-2006 Dr. Stephen Henson

WIN32 fixes signed/unsigned issues and slightly socket semantics.


123456789