~ubuntu-branches/ubuntu/maverick/strongswan/maverick

« back to all changes in this revision

Viewing changes to src/pluto/ocsp.c

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2009-04-01 22:17:52 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090401221752-eozrk0ctabblo94z
* New upstream release, which incorporates the fix. Removed dpatch for it.
  Closes: #521950: CVE-2009-0790: DoS
* New support for EAP RADIUS authentication, enabled for this package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
13
13
 * for more details.
14
14
 *
15
 
 * RCSID $Id: ocsp.c 3253 2007-10-06 21:39:00Z andreas $
 
15
 * RCSID $Id: ocsp.c 4827 2009-01-09 01:36:13Z andreas $
16
16
 */
17
17
 
18
18
#include <unistd.h>
58
58
    "malformed request",
59
59
    "internal error",
60
60
    "try later",
 
61
    "status #4",
61
62
    "signature required",
62
63
    "unauthorized"
63
64
};