aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/asn1
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed ASN.1 to time_t conversion on 32-bit system for dates after Jan 19 ↵Andreas Steffen2009-03-271-8/+13
| | | | 03:14:07 UTC 2038
* updated DoxyfileMartin Willi2009-03-242-5/+5
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* the parameters field in an ASN.1 algorithmIdentifier is optionalAndreas Steffen2009-03-131-14/+1
|
* 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
|
* OIDs used by strongSwanAndreas Steffen2008-09-011-1/+1
|
* oids for elliptic curvesTobias Brunner2008-06-101-0/+70
|
* making the parsing of parameters of a subjectAlgorithmIdentifier optionalTobias Brunner2008-06-101-2/+18
|
* removed unused variableMartin Willi2008-06-031-2/+1
|
* check if crypter is available in pem_to_bin()Andreas Steffen2008-05-232-18/+31
|
* fixed 3DES encryptionMartin Willi2008-05-071-1/+6
|
* set Id keywordAndreas Steffen2008-04-282-3/+3
|
* introduced ASN1_EXIT command in ASN.1 object syntax definitionAndreas Steffen2008-04-283-23/+18
|
* refactoring of the ASN.1 parserAndreas Steffen2008-04-266-288/+661
|
* replaced freeswan ttodata by own chunk_{to|from}_{hex|base64} functionsMartin Willi2008-04-243-482/+7
|
* removed status result from crypter interface to be consistent with other ↵Martin Willi2008-04-221-1/+4
| | | | crypto interfaces
* 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-136-59/+38
|
* some websites append a newline character to a DER-encoded binary blobAndreas Steffen2008-02-051-4/+14
|
* added S/MIME capabilities OIDAndreas Steffen2008-02-011-0/+1
|
* changed tabs to 4 spacesAndreas Steffen2008-02-012-58/+60
|
* added md2WithRSA algorithm identifierAndreas Steffen2008-01-221-0/+10
|
* extended asn1_algorithmIdentifier() to SHA-2Andreas Steffen2008-01-222-37/+96
|
* added RCSIDAndreas Steffen2007-10-122-0/+4
|
* cosmeticsAndreas Steffen2007-10-121-1/+2
|
* replaced strncmp() == 0 by strneq()Andreas Steffen2007-10-071-1/+3
|
* ignore : separators in hex inputAndreas Steffen2007-09-251-65/+120
|
* replace sizeof(buf) by BUF_LENAndreas Steffen2007-09-181-1/+1
|
* recovered lost asn1_init() functionAndreas Steffen2007-09-181-0/+14
|
* declared timetoasn1()functionAndreas Steffen2007-09-181-0/+1
|
* 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-112-2/+39
|
* added caIssuers OIDAndreas Steffen2007-08-151-0/+1
|
* added Microsof Encrypting File System Extended Key Usage OIDAndreas Steffen2007-08-141-0/+1
|
* added Microsof Smartcard Logon Extended Key Usage OIDAndreas Steffen2007-08-141-0/+3
|
* added doxygen commentsAndreas Steffen2007-08-041-1/+5
|
* added entrustVersInfo OIDAndreas Steffen2007-07-041-0/+5
|
* fixed memleakMartin Willi2007-07-021-0/+2
|
* added crlNumber OIDAndreas Steffen2007-04-271-3/+4
|
* moved parse_time() from x509.c to asn1.cAndreas Steffen2007-04-122-0/+42
|
* 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-315-11/+20
| | | | | | | | | 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-252-16/+25
|
* removed DES-EDE3-CBC only commentAndreas Steffen2006-10-251-2/+1
|
* introduced new logging subsystem using bus:Martin Willi2006-10-182-79/+43
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* support of AES-192-CBC private key encryptionAndreas Steffen2006-09-251-5/+10
|