aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/asn1
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fixed some compiler warnings4.0.4Martin Willi2006-09-211-1/+1
|
* support of encrypted private key filesAndreas Steffen2006-09-202-22/+55
|
* some cleanups here and thereMartin Willi2006-09-181-1/+1
|
* fixed compiler warningsMartin Willi2006-07-051-1/+0
|
* changed tabs from 8 to 4 spacesAndreas Steffen2006-06-161-1/+1
|
* changed ASN.1 CONTROL log output to LEVEL2Andreas Steffen2006-06-091-8/+8
|
* cosmeticsAndreas Steffen2006-06-091-1/+1
|
* indented loaded file log entryAndreas Steffen2006-05-301-1/+1
|
* moved TIMETOA_BUF definition to types.hAndreas Steffen2006-05-301-3/+0
|
* moved timetoa() from asn1.c to types.cAndreas Steffen2006-05-292-24/+1
|
* - removed perl-generated oid.c/h from svn,Martin Willi2006-05-192-277/+0
| | | | | added them to "dist" and "distclean"
* - applied patch from andreas, which allows certificate listing via strokeMartin Willi2006-05-192-9/+12
|
* - added ipsec.conf template and man page backMartin Willi2006-05-181-29/+0
| | | | | | - removed old Makefiles - added new strongswan KDevelop project & startup hack
* (no commit message)Martin Willi2006-05-1011-0/+2282