aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/asn1/asn1.h
Commit message (Expand)AuthorAgeFilesLines
* Allow callers to force ASN.1 date encoding as GENERALIZEDTIME.Tobias Brunner2011-12-231-2/+3
* Properly ASN.1 encode dates in certificates depending on the year.Tobias Brunner2011-12-231-6/+7
* Added conversion functions between string OIDs and its DER encodingMartin Willi2011-01-051-0/+16
* Fixing some includes by replacing <> with "".Tobias Brunner2010-03-021-2/+1
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-45/+45
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-5/+5
* create algorithmIdentifier dynamically from OID databaseMartin Willi2009-08-271-2/+2
* in addition to 'm'/'c' mode, asn1_wrap accepts a 's' mode clearing sensitive ...Martin Willi2009-08-261-1/+5
* asn1_unwrap() function to parse ASN.1 objects with length/typeMartin Willi2009-07-061-1/+12
* pluto and scepclient use private and public key plugins of libstrongswanAndreas Steffen2009-06-091-1/+10
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-201-1/+2
* asn1_build_known_oid() includes ASN1_OID tag and lengthAndreas Steffen2009-04-161-2/+2
* implemented asn1_get_known_oid(), mapping OID index to ASN1 OIDMartin Willi2009-04-141-0/+8
* updated DoxyfileMartin Willi2009-03-241-4/+4
* refactoring of the ASN.1 parserAndreas Steffen2008-04-261-53/+144
* fixed doxygen groups to avoid recursionMartin Willi2008-04-071-1/+1
* removed unused gmp.h to build libstrongswan without libgmpMartin Willi2008-04-041-1/+0
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-17/+10
* extended asn1_algorithmIdentifier() to SHA-2Andreas Steffen2008-01-221-15/+15
* added RCSIDAndreas Steffen2007-10-121-0/+2
* declared timetoasn1()functionAndreas Steffen2007-09-181-0/+1
* added md2, sha256, sha384, and sha512 ASN.1 algorithm IDsAndreas Steffen2007-09-111-0/+5
* added doxygen commentsAndreas Steffen2007-08-041-1/+5
* moved parse_time() from x509.c to asn1.cAndreas Steffen2007-04-121-0/+2
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-1/+1
* added private flag to asn1_ctx_tAndreas Steffen2006-10-251-9/+10
* moved TIMETOA_BUF definition to types.hAndreas Steffen2006-05-301-3/+0
* moved timetoa() from asn1.c to types.cAndreas Steffen2006-05-291-1/+0
* - applied patch from andreas, which allows certificate listing via strokeMartin Willi2006-05-191-0/+1
* (no commit message)Martin Willi2006-05-101-0/+137