aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/asn1/asn1_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a minor vulnerability in which a malformed ASN.1 length field could ↵5.1.2rc1Andreas Steffen2014-02-141-0/+1
| | | | cause a crash of the charon daemon if the verbose debug level 3 (raw hex dump) for the asn subsystem is enabled.
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Moved log message for unexpected ASN.1 objects to level 2.Tobias Brunner2012-02-011-1/+1
| | | | This avoids error messages if later builders can successfully decode something.
* Log ASN.1 parsing in new ASN debug group.Tobias Brunner2011-12-161-9/+9
|
* removed superfluous whitespaceAndreas Steffen2010-12-031-1/+1
|
* Migrated asn1_parser_t to INIT/METHOD macrosAndreas Steffen2010-12-021-38/+28
|
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-9/+9
|
* Fixing some includes by replacing <> with "".Tobias Brunner2010-03-021-1/+0
| | | | I changed only the includes needed to fix the build on Android, which has an utils.h system header file, but we should probably change all the local includes in libstrongswan to "" and relative paths.
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-18/+18
|
* fixed DoS vulnerability in the parsing of distinguished namesAndreas Steffen2009-06-091-1/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-201-1/+1
|
* set Id keywordAndreas Steffen2008-04-281-1/+1
|
* introduced ASN1_EXIT command in ASN.1 object syntax definitionAndreas Steffen2008-04-281-9/+5
|
* refactoring of the ASN.1 parserAndreas Steffen2008-04-261-0/+306