aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/asn1/asn1_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* 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