Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed ASN.1 to time_t conversion on 32-bit system for dates after Jan 19 ↵ | Andreas Steffen | 2009-03-27 | 1 | -8/+13 | |
| | | | | 03:14:07 UTC 2038 | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 2 | -5/+5 | |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | |||||
* | the parameters field in an ASN.1 algorithmIdentifier is optional | Andreas Steffen | 2009-03-13 | 1 | -14/+1 | |
| | ||||||
* | printf hooks refactored to increase portability (i.e. support for platforms ↵ | Tobias Brunner | 2009-03-12 | 1 | -1/+1 | |
| | | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms). | |||||
* | use thread-safe variant of gmtime | Martin Willi | 2008-12-09 | 1 | -4/+5 | |
| | ||||||
* | OIDs used by strongSwan | Andreas Steffen | 2008-09-01 | 1 | -1/+1 | |
| | ||||||
* | oids for elliptic curves | Tobias Brunner | 2008-06-10 | 1 | -0/+70 | |
| | ||||||
* | making the parsing of parameters of a subjectAlgorithmIdentifier optional | Tobias Brunner | 2008-06-10 | 1 | -2/+18 | |
| | ||||||
* | removed unused variable | Martin Willi | 2008-06-03 | 1 | -2/+1 | |
| | ||||||
* | check if crypter is available in pem_to_bin() | Andreas Steffen | 2008-05-23 | 2 | -18/+31 | |
| | ||||||
* | fixed 3DES encryption | Martin Willi | 2008-05-07 | 1 | -1/+6 | |
| | ||||||
* | set Id keyword | Andreas Steffen | 2008-04-28 | 2 | -3/+3 | |
| | ||||||
* | introduced ASN1_EXIT command in ASN.1 object syntax definition | Andreas Steffen | 2008-04-28 | 3 | -23/+18 | |
| | ||||||
* | refactoring of the ASN.1 parser | Andreas Steffen | 2008-04-26 | 6 | -288/+661 | |
| | ||||||
* | replaced freeswan ttodata by own chunk_{to|from}_{hex|base64} functions | Martin Willi | 2008-04-24 | 3 | -482/+7 | |
| | ||||||
* | removed status result from crypter interface to be consistent with other ↵ | Martin Willi | 2008-04-22 | 1 | -1/+4 | |
| | | | | crypto interfaces | |||||
* | fixed doxygen groups to avoid recursion | Martin Willi | 2008-04-07 | 1 | -1/+1 | |
| | ||||||
* | removed unused gmp.h to build libstrongswan without libgmp | Martin Willi | 2008-04-04 | 1 | -1/+0 | |
| | ||||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 6 | -59/+38 | |
| | ||||||
* | some websites append a newline character to a DER-encoded binary blob | Andreas Steffen | 2008-02-05 | 1 | -4/+14 | |
| | ||||||
* | added S/MIME capabilities OID | Andreas Steffen | 2008-02-01 | 1 | -0/+1 | |
| | ||||||
* | changed tabs to 4 spaces | Andreas Steffen | 2008-02-01 | 2 | -58/+60 | |
| | ||||||
* | added md2WithRSA algorithm identifier | Andreas Steffen | 2008-01-22 | 1 | -0/+10 | |
| | ||||||
* | extended asn1_algorithmIdentifier() to SHA-2 | Andreas Steffen | 2008-01-22 | 2 | -37/+96 | |
| | ||||||
* | added RCSID | Andreas Steffen | 2007-10-12 | 2 | -0/+4 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2007-10-12 | 1 | -1/+2 | |
| | ||||||
* | replaced strncmp() == 0 by strneq() | Andreas Steffen | 2007-10-07 | 1 | -1/+3 | |
| | ||||||
* | ignore : separators in hex input | Andreas Steffen | 2007-09-25 | 1 | -65/+120 | |
| | ||||||
* | replace sizeof(buf) by BUF_LEN | Andreas Steffen | 2007-09-18 | 1 | -1/+1 | |
| | ||||||
* | recovered lost asn1_init() function | Andreas Steffen | 2007-09-18 | 1 | -0/+14 | |
| | ||||||
* | declared timetoasn1()function | Andreas Steffen | 2007-09-18 | 1 | -0/+1 | |
| | ||||||
* | moved position of timetoas1n | Andreas Steffen | 2007-09-18 | 1 | -36/+23 | |
| | ||||||
* | increased debug level for errors to DBG1 | Andreas Steffen | 2007-09-12 | 1 | -2/+2 | |
| | ||||||
* | added md2, sha256, sha384, and sha512 ASN.1 algorithm IDs | Andreas Steffen | 2007-09-11 | 2 | -2/+39 | |
| | ||||||
* | added caIssuers OID | Andreas Steffen | 2007-08-15 | 1 | -0/+1 | |
| | ||||||
* | added Microsof Encrypting File System Extended Key Usage OID | Andreas Steffen | 2007-08-14 | 1 | -0/+1 | |
| | ||||||
* | added Microsof Smartcard Logon Extended Key Usage OID | Andreas Steffen | 2007-08-14 | 1 | -0/+3 | |
| | ||||||
* | added doxygen comments | Andreas Steffen | 2007-08-04 | 1 | -1/+5 | |
| | ||||||
* | added entrustVersInfo OID | Andreas Steffen | 2007-07-04 | 1 | -0/+5 | |
| | ||||||
* | fixed memleak | Martin Willi | 2007-07-02 | 1 | -0/+2 | |
| | ||||||
* | added crlNumber OID | Andreas Steffen | 2007-04-27 | 1 | -3/+4 | |
| | ||||||
* | moved parse_time() from x509.c to asn1.c | Andreas Steffen | 2007-04-12 | 2 | -0/+42 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2007-02-27 | 1 | -10/+15 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2007-02-27 | 1 | -10/+10 | |
| | ||||||
* | removed my time_t printf handler patch, applied the one of andreas (64bit save) | Martin Willi | 2007-02-08 | 1 | -1/+3 | |
| | ||||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 5 | -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_t | Andreas Steffen | 2006-10-25 | 2 | -16/+25 | |
| | ||||||
* | removed DES-EDE3-CBC only comment | Andreas Steffen | 2006-10-25 | 1 | -2/+1 | |
| | ||||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 2 | -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 encryption | Andreas Steffen | 2006-09-25 | 1 | -5/+10 | |
| |