~ubuntu-branches/ubuntu/oneiric/strongswan/oneiric

« back to all changes in this revision

Viewing changes to src/libstrongswan/asn1/asn1_parser.h

  • 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:
14
14
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15
15
 * for more details.
16
16
 *
17
 
 * $Id: asn1_parser.h 3894 2008-04-28 18:44:21Z andreas $
 
17
 * $Id: asn1_parser.h 5003 2009-03-24 17:43:01Z martin $
18
18
 */
19
19
 
20
20
/**
116
116
 */
117
117
asn1_parser_t* asn1_parser_create(asn1Object_t const *objects, chunk_t blob);
118
118
 
119
 
#endif /* ASN1_PARSER_H_ @}*/
 
119
#endif /** ASN1_PARSER_H_ @}*/