Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fixed some compiler warnings4.0.4 | Martin Willi | 2006-09-21 | 1 | -1/+1 |
| | |||||
* | support of encrypted private key files | Andreas Steffen | 2006-09-20 | 2 | -22/+55 |
| | |||||
* | some cleanups here and there | Martin Willi | 2006-09-18 | 1 | -1/+1 |
| | |||||
* | fixed compiler warnings | Martin Willi | 2006-07-05 | 1 | -1/+0 |
| | |||||
* | changed tabs from 8 to 4 spaces | Andreas Steffen | 2006-06-16 | 1 | -1/+1 |
| | |||||
* | changed ASN.1 CONTROL log output to LEVEL2 | Andreas Steffen | 2006-06-09 | 1 | -8/+8 |
| | |||||
* | cosmetics | Andreas Steffen | 2006-06-09 | 1 | -1/+1 |
| | |||||
* | indented loaded file log entry | Andreas Steffen | 2006-05-30 | 1 | -1/+1 |
| | |||||
* | moved TIMETOA_BUF definition to types.h | Andreas Steffen | 2006-05-30 | 1 | -3/+0 |
| | |||||
* | moved timetoa() from asn1.c to types.c | Andreas Steffen | 2006-05-29 | 2 | -24/+1 |
| |