Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | moved typedefs to beginning of files to solve some include problems | Martin Willi | 2006-10-30 | 19 | -95/+75 | |
| | | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups | |||||
* | cosmetics | Andreas Steffen | 2006-10-28 | 1 | -13/+13 | |
| | ||||||
* | redesigned format of print function | Andreas Steffen | 2006-10-25 | 2 | -46/+55 | |
| | ||||||
* | replaced 'times' by 'dates' | Andreas Steffen | 2006-10-25 | 2 | -2/+2 | |
| | ||||||
* | added private flag to asn1_init | Andreas Steffen | 2006-10-25 | 2 | -2/+2 | |
| | ||||||
* | removed deprecated iterator methods (has_next & current) | Martin Willi | 2006-10-24 | 2 | -13/+11 | |
| | | | | added iterator hook to manipulate iterator the clean way | |||||
* | linked list cleanups | Martin Willi | 2006-10-24 | 2 | -31/+8 | |
| | | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items | |||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 16 | -357/+359 | |
| | | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more... | |||||
* | (no commit message) | Martin Willi | 2006-09-27 | 2 | -7/+7 | |
| | ||||||
* | defined maximum hash size | Andreas Steffen | 2006-09-25 | 1 | -0/+1 | |
| | ||||||
* | fixed some compiler warnings4.0.4 | Martin Willi | 2006-09-21 | 1 | -8/+8 | |
| | ||||||
* | public declaration of all HASH_SIZEs in hasher.h | Martin Willi | 2006-09-20 | 4 | -14/+13 | |
| | ||||||
* | support of encrypted private key files | Andreas Steffen | 2006-09-20 | 5 | -6/+6 | |
| | ||||||
* | added copyright notice to sha2_hasher | Martin Willi | 2006-09-19 | 1 | -3/+3 | |
| | | | | included SHA2 in build process | |||||
* | implemented sha2_hasher which supports SHA-256, SHA-384 and SHA-512 | Martin Willi | 2006-09-19 | 7 | -50/+741 | |
| | ||||||
* | added support for 3DES encryption algorithm in IKE | Martin Willi | 2006-09-19 | 4 | -8/+1610 | |
| | ||||||
* | some cleanups here and there | Martin Willi | 2006-09-18 | 3 | -12/+8 | |
| | ||||||
* | verify_emsa_pkcs1_signature returns status_t | Andreas Steffen | 2006-09-18 | 1 | -1/+1 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2006-09-18 | 1 | -2/+1 | |
| | ||||||
* | fixed certificate verification bug! | Martin Willi | 2006-09-14 | 2 | -5/+19 | |
| | ||||||
* | reuse an existing IKE_SA to set up additional CHILD_SAs | Martin Willi | 2006-07-20 | 2 | -20/+20 | |
| | ||||||
* | leak detective blanks memory on free & alloc, allows further membug detection | Martin Willi | 2006-07-12 | 1 | -1/+1 | |
| | ||||||
* | reenabled check_expiry | Martin Willi | 2006-07-07 | 1 | -6/+6 | |
| | ||||||
* | updated copyright information | Martin Willi | 2006-07-07 | 28 | -28/+56 | |
| | ||||||
* | fixed compiler warnings | Martin Willi | 2006-07-05 | 5 | -23/+25 | |
| | ||||||
* | support of cert payloads | Andreas Steffen | 2006-07-03 | 4 | -11/+119 | |
| | ||||||
* | added X.509 trust chain verification | Andreas Steffen | 2006-06-27 | 8 | -78/+599 | |
| | ||||||
* | implemented rereadcrls rereadcacerts | Andreas Steffen | 2006-06-20 | 2 | -3/+21 | |
| | ||||||
* | added crl support | Andreas Steffen | 2006-06-16 | 2 | -0/+604 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2006-06-16 | 1 | -7/+21 | |
| | ||||||
* | fixed aes code, we support now aes128, aes192, aes256 in IKE | Martin Willi | 2006-06-15 | 1 | -10/+2 | |
| | ||||||
* | corrected some descriptions | Andreas Steffen | 2006-06-13 | 1 | -5/+5 | |
| | ||||||
* | moved RSA key size constraints to definitions.h | Andreas Steffen | 2006-06-13 | 1 | -6/+0 | |
| | ||||||
* | workaround for peers rekeying at the same time | Martin Willi | 2006-06-12 | 2 | -2/+2 | |
| | | | | | loading lifetime policies from ipsec.conf | |||||
* | added public methods is_ca() and is_valid() | Andreas Steffen | 2006-06-09 | 2 | -62/+97 | |
| | ||||||
* | computation of SHA-1 hash over publicKeyInfo object | Andreas Steffen | 2006-05-30 | 3 | -104/+128 | |
| | ||||||
* | added has_key parameter to log_certificates() | Andreas Steffen | 2006-05-30 | 1 | -2/+4 | |
| | ||||||
* | log_certificates() now shows keyid and availability of matching private key | Andreas Steffen | 2006-05-30 | 1 | -7/+11 | |
| | ||||||
* | reworked parsing and matching of subjectAltNames | Andreas Steffen | 2006-05-29 | 2 | -87/+259 | |
| | ||||||
* | corrected type | Andreas Steffen | 2006-05-29 | 1 | -1/+1 | |
| | ||||||
* | moved definition of generalNames_t to identification.h; initialized ↵ | Andreas Steffen | 2006-05-23 | 1 | -17/+4 | |
| | | | | subjectKeyID, authKeyID and authKeySerialNumber | |||||
* | - applied patch from andreas, which allows certificate listing via stroke | Martin Willi | 2006-05-19 | 4 | -57/+167 | |
| | ||||||
* | - added ipsec.conf template and man page back | Martin Willi | 2006-05-18 | 6 | -156/+0 | |
| | | | | | | - removed old Makefiles - added new strongswan KDevelop project & startup hack | |||||
* | (no commit message) | Martin Willi | 2006-05-10 | 4 | -17/+7 | |
| | ||||||
* | (no commit message) | Martin Willi | 2006-05-10 | 36 | -0/+7809 | |