- 327f3c0 Fix typo in message (RT 3107) by Rich Salz · 11 years ago
- 6d3d579 Document -trusted_first option in man pages and help. by Hubert Kario · 11 years ago
- 5219d3d Fix free errors in ocsp utility. by Dr. Stephen Henson · 11 years ago
- ded1863 Move CT viewer extension code to crypto/x509v3 by Dr. Stephen Henson · 11 years ago
- b263f21 Move the SCT List extension parser into libssl. by Rob Stradling · 11 years ago
- c45a48c Constification. by Ben Laurie · 11 years ago
- 09d0d67 add missing newline by Dr. Stephen Henson · 12 years ago
- bbdfbac add -rmd option to set OCSP response signing digest by Dr. Stephen Henson · 12 years ago
- 99fc818 Return success when the responder is active. by Dr. Stephen Henson · 12 years ago
- 265f835 typo by Dr. Stephen Henson · 12 years ago
- 33826fd Add support for '-' as input and output filenames in ocsp utility. by Dr. Stephen Henson · 12 years ago
- 9282199 oops, revert, committed in error by Dr. Stephen Henson · 12 years ago
- 11e2957 apps/ocsp.c by Dr. Stephen Henson · 12 years ago
- 1e8b9e7 add -badsig option to ocsp utility too. by Dr. Stephen Henson · 12 years ago
- 30c278a Fix OCSP checking. by Ben Laurie · 12 years ago
- 18e503f PR: 2064, 728 Submitted by: steve@openssl.org by Dr. Stephen Henson · 15 years ago
- 37fc562 Free SSL_CTX after BIO by Dr. Stephen Henson · 15 years ago
- c869da8 Update from 1.0.0-stable by Dr. Stephen Henson · 16 years ago
- 14023fe Merge from 1.0.0-stable branch. by Dr. Stephen Henson · 16 years ago
- 3859d7e Just to be awkward Ubuntu 8.10 doesn't like _XOPEN_SOURCE_EXTENDED... by Dr. Stephen Henson · 16 years ago
- 5871ddb Because DEC C - sorry, HP C - is picky about features, we need to by Richard Levitte · 16 years ago
- 2e59752 Update obsolete email address... by Dr. Stephen Henson · 16 years ago
- 5ce278a More type-checking. by Ben Laurie · 17 years ago
- 1e26a8b Fix a variety of warnings generated by some elevated compiler-fascism, by Geoff Thorpe · 17 years ago
- 637f906 Cygwin compatibility fix to apps/ocsp.c. by Andy Polyakov · 17 years ago
- eef0c1f Netware support. Submitted by: Guenter Knauf <eflash@gmx.net> by Dr. Stephen Henson · 17 years ago
- 341e18b Handle non-SHA1 digests for certids in OCSP test responder. by Dr. Stephen Henson · 17 years ago
- cec2538 Submitted by: Victor B. Wagner <vitus@cryptocom.ru>, steve by Dr. Stephen Henson · 17 years ago
- 67c8e7f Support for certificate status TLS extension. by Dr. Stephen Henson · 18 years ago
- 710069c Fix warnings. by Dr. Stephen Henson · 18 years ago
- ad35cda PR: 1516 by Dr. Stephen Henson · 18 years ago
- 313fce7 Don't free a NULL. Coverity ID 112. by Ben Laurie · 18 years ago
- 4b8747e Die if serial number is invalid. by Ben Laurie · 18 years ago
- a1d9159 Apply a more modern way to get the definition of select(), except for VMS. by Richard Levitte · 18 years ago
- 8bbf6bc Needed definition of _XOPEN_SOURCE_EXTENDED so DEC C on VMS will see by Richard Levitte · 18 years ago
- 5dfe910 properly initialize SSL context, check return value by Nils Larsch · 18 years ago
- 5776c3c According to documentation, including time.h declares select() on by Richard Levitte · 19 years ago
- b589427 WIN32 fixes signed/unsigned issues and slightly socket semantics. by Dr. Stephen Henson · 19 years ago
- 454dbbc Add -timeout option to ocsp utility. by Dr. Stephen Henson · 19 years ago
- f0eae95 Remove some unnecessary recursive includes from the internal apps.h header, by Geoff Thorpe · 21 years ago
- 560dfd2 New -ignore_err option in ocsp application to stop the server by Dr. Stephen Henson · 22 years ago
- 3ae7093 Correct a lot of printing calls. Remove extra arguments... by Richard Levitte · 22 years ago
- f85b68c Make it possible to have multiple active certificates with the same subject. by Richard Levitte · 22 years ago
- e5b0508 Update ocsp usage message and docs. by Dr. Stephen Henson · 22 years ago
- e270cf9 Pay attention to disabled SSL versions. PR: 500 by Richard Levitte · 22 years ago
- 85d686e Make it possible to disable OCSP, the speed application, and the use of sockets. by Richard Levitte · 22 years ago
- 1c3e4a3 EXIT() may mean return(). That's confusing, so let's have it really mean by Richard Levitte · 22 years ago
- 54a656e Security fixes brought forward from 0.9.7. by Ben Laurie · 22 years ago
- 2245cd8 BN_bn2hex() returns "0" instead of "00" for zero. This disrputs the by Richard Levitte · 22 years ago
- da9b972 Make it possible to load keys from stdin, and restore that by Richard Levitte · 23 years ago
- 5575f78 Cut'n'paste error with other reposnder certificates cleared. PR: 190 by Richard Levitte · 23 years ago
- 7b63c0f Reorder inclusion of header files: by Lutz Jänicke · 23 years ago
- 99889b4 by Dr. Stephen Henson · 23 years ago
- 3647bee Config code updates. by Dr. Stephen Henson · 23 years ago
- b439a74 Load OCSP responder key before waiting for an incoming by Dr. Stephen Henson · 24 years ago
- 534a1ed by Dr. Stephen Henson · 24 years ago
- ee306a1 by Dr. Stephen Henson · 24 years ago
- 30b4c27 Extend all the loading functions to take an engine pointer, a pass by Richard Levitte · 24 years ago
- f196522 New function and options to check OCSP response validity. by Dr. Stephen Henson · 24 years ago
- 569afce Fix typo. by Dr. Stephen Henson · 24 years ago
- cdc7b8c Initial OCSP SSL support. by Dr. Stephen Henson · 24 years ago
- 67c1801 New function OCSP_parse_url() and -url option for ocsp utility. by Dr. Stephen Henson · 24 years ago
- 46a58ab Modify OCSP nonce behaviour. by Dr. Stephen Henson · 24 years ago
- b3f2e39 Add missing \n's to ocsp usage message. by Dr. Stephen Henson · 24 years ago
- 8c95042 Allow various options to be included for signing and verify of OCSP responses. by Dr. Stephen Henson · 24 years ago
- 9235adb Add the -VAfile option to 'openssl ocsp'. This option will give the by Richard Levitte · 24 years ago
- 88ce56f Various function for commmon operations. by Dr. Stephen Henson · 24 years ago
- 8e8972b Fixes to various ASN1_INTEGER routines for negative case. by Dr. Stephen Henson · 24 years ago
- 73758d4 Additional functionality in ocsp utility: print summary by Dr. Stephen Henson · 24 years ago
- e8af92f Implement remaining OCSP verify checks in accordance with RFC2560. by Dr. Stephen Henson · 24 years ago
- 81f169e by Dr. Stephen Henson · 24 years ago
- b4b1bdd by Dr. Stephen Henson · 24 years ago
- 5782ceb by Dr. Stephen Henson · 24 years ago