aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/asn1/asn1.c
Commit message (Collapse)AuthorAgeFilesLines
...
* printf hooks refactored to increase portability (i.e. support for platforms ↵Tobias Brunner2009-03-121-1/+1
| | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms).
* use thread-safe variant of gmtimeMartin Willi2008-12-091-4/+5
|
* making the parsing of parameters of a subjectAlgorithmIdentifier optionalTobias Brunner2008-06-101-2/+18
|
* introduced ASN1_EXIT command in ASN.1 object syntax definitionAndreas Steffen2008-04-281-12/+11
|
* refactoring of the ASN.1 parserAndreas Steffen2008-04-261-233/+84
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-23/+1
|
* some websites append a newline character to a DER-encoded binary blobAndreas Steffen2008-02-051-4/+14
|
* added md2WithRSA algorithm identifierAndreas Steffen2008-01-221-0/+10
|
* extended asn1_algorithmIdentifier() to SHA-2Andreas Steffen2008-01-221-22/+81
|
* added RCSIDAndreas Steffen2007-10-121-0/+2
|
* cosmeticsAndreas Steffen2007-10-121-1/+2
|
* replace sizeof(buf) by BUF_LENAndreas Steffen2007-09-181-1/+1
|
* recovered lost asn1_init() functionAndreas Steffen2007-09-181-0/+14
|
* moved position of timetoas1nAndreas Steffen2007-09-181-36/+23
|
* increased debug level for errors to DBG1Andreas Steffen2007-09-121-2/+2
|
* added md2, sha256, sha384, and sha512 ASN.1 algorithm IDsAndreas Steffen2007-09-111-2/+34
|
* moved parse_time() from x509.c to asn1.cAndreas Steffen2007-04-121-0/+40
|
* cosmeticsAndreas Steffen2007-02-271-10/+15
|
* cosmeticsAndreas Steffen2007-02-271-10/+10
|
* removed my time_t printf handler patch, applied the one of andreas (64bit save)Martin Willi2007-02-081-1/+3
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-3/+11
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* added private flag to asn1_ctx_tAndreas Steffen2006-10-251-7/+15
|
* introduced new logging subsystem using bus:Martin Willi2006-10-181-49/+29
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* fixed compiler warningsMartin Willi2006-07-051-1/+0
|
* changed ASN.1 CONTROL log output to LEVEL2Andreas Steffen2006-06-091-8/+8
|
* moved timetoa() from asn1.c to types.cAndreas Steffen2006-05-291-23/+1
|
* - applied patch from andreas, which allows certificate listing via strokeMartin Willi2006-05-191-9/+11
|
* (no commit message)Martin Willi2006-05-101-0/+751