Commit Graph
2210 Commits
Author SHA1 Message Date
Andreas Steffen daccbee77e added S/MIME capabilities OID 2008-02-01 10:40:03 +00:00
Andreas Steffen 26e9e2ecd9 changed tabs to 4 spaces 2008-02-01 01:01:17 +00:00
Andreas Steffen a561f74d45 two bug fixes 2008-02-01 00:15:27 +00:00
Andreas Steffen 071e037124 next_payload must be of type u_int8_t 2008-02-01 00:07:56 +00:00
Andreas Steffen b0e40caafb NAT-T conditions were not inherited during IKE_SA rekeying 2008-01-29 01:41:47 +00:00
Andreas Steffen 5862981ce9 fixed comment 2008-01-27 20:59:22 +00:00
Andreas Steffen f19628490c implemented pkcs1_encrypt() 2008-01-27 20:58:52 +00:00
Andreas Steffen e575b3daff fixed padding bug in RSA_encrypt() 2008-01-27 20:17:15 +00:00
Andreas Steffen 5bb8fcc074 added RCSID 2008-01-22 10:52:26 +00:00
Andreas Steffen 2e3d4743d3 added md2WithRSA algorithm identifier 2008-01-22 10:52:03 +00:00
Andreas Steffen 93eb6ec8a1 extended asn1_algorithmIdentifier() to SHA-2 2008-01-22 10:34:44 +00:00
Andreas Steffen cd543a69a2 extended asn1_algorithmIdentifier() to SHA-2 2008-01-22 10:32:37 +00:00
Andreas Steffen 2d49eaa131 x509_t.build_encoding() now supports any hash algorithm 2008-01-22 01:32:12 +00:00
Andreas Steffen a7419b07d1 fully implemented x509_create() 2008-01-22 01:09:19 +00:00
Andreas Steffen c8b6375c5c fixed destruction of generalNames linked list 2008-01-21 22:56:58 +00:00
Andreas Steffen 0be06e472a fixed parsing and building of generalNames 2008-01-21 10:00:13 +00:00
Andreas Steffen 55dbc3fd7b implemented rsa_private_key_t.get_public_key() 2008-01-21 00:36:38 +00:00
Andreas Steffen b5d8c9779a added rsa_public_key_create(mpz_t n, mpz_t e) 2008-01-21 00:34:41 +00:00
Andreas Steffen d349a3d11a added notBefore and notAfter to x509_create() 2008-01-21 00:30:26 +00:00
Andreas Steffen dfc14c8480 added --with-plugindir option 2008-01-20 17:57:38 +00:00
Martin Willi 3a36ce1164 added missing hasher include 2008-01-03 10:42:21 +00:00
Andreas Steffen fb6d76cd5c version bump to 4.2.0 2007-12-24 18:07:55 +00:00
Andreas Steffen e4f5123ac7 add ip xfrm state test for ikev1 transport mode 2007-12-19 21:02:15 +00:00
Andreas Steffen 2f9f4f3a3d version bumps 2007-12-19 21:01:19 +00:00
Andreas Steffen 85b1fd00f4 include pipe-thin-green icons in distribution 2007-12-19 21:00:52 +00:00
Andreas Steffen c2a703619d added a-v-m-c-w-med.png topology graph 2007-12-19 20:59:54 +00:00
Andreas Steffen 8a4e5a957e added behind-same-nat p2p scenario 2007-12-19 17:55:08 +00:00
Andreas Steffen aa1a730bfb set nexthop default value to 0::0 in IPv6 connections 2007-12-19 00:49:32 +00:00
Andreas Steffen e044510e5a set --enable-eap-aka in UML scenarios 2007-12-19 00:47:56 +00:00
Andreas Steffen 1f490cb1ec check ip xfrm state in IKEv1 and IKEv2 transport mode scenarios 2007-12-19 00:47:21 +00:00
Andreas Steffen 6a49300c55 added ipv6 transport mode scenarios for IKEv1 and IKEv2 2007-12-19 00:45:26 +00:00
Andreas Steffen a37e8f32d8 updated rw-eap-aka-rsa scenario 2007-12-19 00:11:20 +00:00
Andreas Steffen 005861b47b make config view in strongSwan manager look similar to ikesa view 2007-12-18 15:41:37 +00:00
Martin Willi b8461a37db fixed EAP-MD5 to accept Name attribute in challenge 2007-12-18 10:44:44 +00:00
Martin Willi fdc7c943f9 updated NEWS 2007-12-13 17:52:49 +00:00
Martin Willi 0f806802ae implemented Expanded EAP types to support vendor specific methods 2007-12-13 17:31:21 +00:00
Martin Willi 3243ac6d5e fixed actual ID length when AT_IDENTITY gets padded 2007-12-13 14:39:38 +00:00
Martin Willi 26e2467692 ported EAP-AKA branch into trunk 2007-12-13 10:54:29 +00:00
Andreas Steffen 2a0ba292f2 sbindir is required in the PATH of ipsec 2007-12-12 22:27:40 +00:00
Andreas Steffen 52bb1876ec sbindir is required in the PATH of _updown 2007-12-12 22:12:10 +00:00
Andreas Steffen 83e0d841a0 added ocsp cache bug fix to NEWS 2007-12-12 21:03:17 +00:00
Andreas Steffen 35b2b1e334 fixed error in the ordering of the certinfo_t records in the ocsp cache that 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. 2007-12-12 20:25:50 +00:00
Andreas Steffen c2bb1ecacb define a minimum PATH environment 2007-12-12 14:56:35 +00:00
Andreas Steffen 6fa3dcba3c aligned error messages 2007-12-12 14:54:28 +00:00
Martin Willi 4b403e7672 merged EAP-MD5 into trunk 2007-12-12 14:29:10 +00:00
Martin Willi f9d80d53c3 accept unknown attributes in config payloads 2007-12-09 19:43:41 +00:00
Martin Willi 98d0002644 fixed build when using --disable-pluto 2007-12-07 10:25:01 +00:00
Andreas Steffen 81edb520b2 version bump to 4.1.10 2007-12-04 23:54:32 +00:00
Martin Willi 3895125275 removed c++ style comments
fixed compiler warnings
2007-12-04 10:48:27 +00:00
Martin Willi b8249ff5ed fixed mobike/auth_lifetime in conjunction with p2p-natt 2007-12-04 10:05:36 +00:00