Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | NAT-T conditions were not inherited during IKE_SA rekeying | Andreas Steffen | 2008-01-29 | 1 | -1/+8 | |
| | ||||||
* | fixed comment | Andreas Steffen | 2008-01-27 | 1 | -1/+1 | |
| | ||||||
* | implemented pkcs1_encrypt() | Andreas Steffen | 2008-01-27 | 1 | -0/+51 | |
| | ||||||
* | fixed padding bug in RSA_encrypt() | Andreas Steffen | 2008-01-27 | 1 | -2/+4 | |
| | ||||||
* | added RCSID | Andreas Steffen | 2008-01-22 | 2 | -1/+5 | |
| | ||||||
* | added md2WithRSA algorithm identifier | Andreas Steffen | 2008-01-22 | 1 | -0/+10 | |
| | ||||||
* | extended asn1_algorithmIdentifier() to SHA-2 | Andreas Steffen | 2008-01-22 | 1 | -12/+5 | |
| | ||||||
* | extended asn1_algorithmIdentifier() to SHA-2 | Andreas Steffen | 2008-01-22 | 12 | -143/+444 | |
| | ||||||
* | x509_t.build_encoding() now supports any hash algorithm | Andreas Steffen | 2008-01-22 | 1 | -13/+32 | |
| | ||||||
* | fully implemented x509_create() | Andreas Steffen | 2008-01-22 | 2 | -6/+76 | |
| | ||||||
* | fixed destruction of generalNames linked list | Andreas Steffen | 2008-01-21 | 1 | -1/+1 | |
| | ||||||
* | fixed parsing and building of generalNames | Andreas Steffen | 2008-01-21 | 1 | -10/+8 | |
| | ||||||
* | implemented rsa_private_key_t.get_public_key() | Andreas Steffen | 2008-01-21 | 1 | -44/+24 | |
| | ||||||
* | added rsa_public_key_create(mpz_t n, mpz_t e) | Andreas Steffen | 2008-01-21 | 2 | -21/+63 | |
| | ||||||
* | added notBefore and notAfter to x509_create() | Andreas Steffen | 2008-01-21 | 1 | -1/+5 | |
| | ||||||
* | added --with-plugindir option | Andreas Steffen | 2008-01-20 | 1 | -12/+20 | |
| | ||||||
* | added missing hasher include | Martin Willi | 2008-01-03 | 1 | -0/+1 | |
| | ||||||
* | version bump to 4.2.0 | Andreas Steffen | 2007-12-24 | 4 | -2/+11 | |
| | ||||||
* | add ip xfrm state test for ikev1 transport mode | Andreas Steffen | 2007-12-19 | 1 | -0/+2 | |
| | ||||||
* | version bumps | Andreas Steffen | 2007-12-19 | 2 | -3/+3 | |
| | ||||||
* | include pipe-thin-green icons in distribution4.1.10 | Andreas Steffen | 2007-12-19 | 1 | -0/+1 | |
| | ||||||
* | added a-v-m-c-w-med.png topology graph | Andreas Steffen | 2007-12-19 | 1 | -0/+0 | |
| | ||||||
* | added behind-same-nat p2p scenario | Andreas Steffen | 2007-12-19 | 14 | -0/+415 | |
| | ||||||
* | set nexthop default value to 0::0 in IPv6 connections | Andreas Steffen | 2007-12-19 | 2 | -5/+10 | |
| | ||||||
* | set --enable-eap-aka in UML scenarios | Andreas Steffen | 2007-12-19 | 2 | -0/+6 | |
| | ||||||
* | check ip xfrm state in IKEv1 and IKEv2 transport mode scenarios | Andreas Steffen | 2007-12-19 | 4 | -0/+7 | |
| | ||||||
* | added ipv6 transport mode scenarios for IKEv1 and IKEv2 | Andreas Steffen | 2007-12-19 | 26 | -18/+595 | |
| | ||||||
* | updated rw-eap-aka-rsa scenario | Andreas Steffen | 2007-12-19 | 13 | -15/+17 | |
| | ||||||
* | make config view in strongSwan manager look similar to ikesa view | Andreas Steffen | 2007-12-18 | 6 | -30/+83 | |
| | ||||||
* | fixed EAP-MD5 to accept Name attribute in challenge | Martin Willi | 2007-12-18 | 1 | -1/+2 | |
| | ||||||
* | updated NEWS | Martin Willi | 2007-12-13 | 1 | -0/+13 | |
| | ||||||
* | implemented Expanded EAP types to support vendor specific methods | Martin Willi | 2007-12-13 | 19 | -79/+226 | |
| | ||||||
* | fixed actual ID length when AT_IDENTITY gets padded | Martin Willi | 2007-12-13 | 1 | -1/+2 | |
| | ||||||
* | ported EAP-AKA branch into trunk | Martin Willi | 2007-12-13 | 14 | -9/+1701 | |
| | ||||||
* | sbindir is required in the PATH of ipsec | Andreas Steffen | 2007-12-12 | 1 | -1/+1 | |
| | ||||||
* | sbindir is required in the PATH of _updown | Andreas Steffen | 2007-12-12 | 2 | -1/+2 | |
| | ||||||
* | added ocsp cache bug fix to NEWS | Andreas Steffen | 2007-12-12 | 1 | -0/+8 | |
| | ||||||
* | fixed error in the ordering of the certinfo_t records in the ocsp cache that ↵ | Andreas Steffen | 2007-12-12 | 1 | -1/+1 | |
| | | | | caused multiple entries of the same serial number to be created. This was caused by the iterator_t method insert_after() that inserts a record in the first instead of the last position of a linked list if the end of the list is reached. Fix: use linked_list_t method insert_last() instead. | |||||
* | define a minimum PATH environment | Andreas Steffen | 2007-12-12 | 1 | -0/+4 | |
| | ||||||
* | aligned error messages | Andreas Steffen | 2007-12-12 | 1 | -3/+7 | |
| | ||||||
* | merged EAP-MD5 into trunk | Martin Willi | 2007-12-12 | 5 | -0/+358 | |
| | ||||||
* | accept unknown attributes in config payloads | Martin Willi | 2007-12-09 | 1 | -1/+1 | |
| | ||||||
* | fixed build when using --disable-pluto | Martin Willi | 2007-12-07 | 1 | -5/+5 | |
| | ||||||
* | version bump to 4.1.10 | Andreas Steffen | 2007-12-04 | 4 | -6/+8 | |
| | ||||||
* | removed c++ style comments4.1.9 | Martin Willi | 2007-12-04 | 10 | -128/+123 | |
| | | | | | fixed compiler warnings | |||||
* | fixed mobike/auth_lifetime in conjunction with p2p-natt | Martin Willi | 2007-12-04 | 2 | -6/+6 | |
| | ||||||
* | removed redundant server reflexive endpoint debug message | Andreas Steffen | 2007-12-04 | 1 | -1/+0 | |
| | ||||||
* | added brackets in PKG_CHECK_MODULES | Andreas Steffen | 2007-12-03 | 1 | -2/+2 | |
| | ||||||
* | improved P2P_ENDPOINT debugging | Andreas Steffen | 2007-12-03 | 5 | -3/+31 | |
| | ||||||
* | updated NEWS | Martin Willi | 2007-12-03 | 1 | -0/+3 | |
| |