Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | INTERNAL_IP6_NETMASK needed for ModeConfig | Andreas Steffen | 2009-10-12 | 2 | -3/+4 | |
| | ||||||
* | Merged SIM/USIM manager/card/provider, avoids code duplication | Martin Willi | 2009-10-12 | 16 | -340/+129 | |
| | ||||||
* | Added ${shlibs:Depends} dependency to Debian package | Martin Willi | 2009-10-12 | 2 | -4/+5 | |
| | ||||||
* | Added .gitignore for NM Debian package build | Martin Willi | 2009-10-12 | 3 | -0/+9 | |
| | ||||||
* | prepended all ISAKMP notification message types with ISAKMP_ | Andreas Steffen | 2009-10-12 | 7 | -159/+159 | |
| | ||||||
* | Pass NULL as other identity in EAP-AKA 3GPP2 to find a match with all plugins | Martin Willi | 2009-10-12 | 1 | -4/+1 | |
| | ||||||
* | Stroke plugin interprets NULL identities as ID_ANY in shared key lookup | Martin Willi | 2009-10-12 | 1 | -3/+9 | |
| | ||||||
* | added some pluto changes to NEWS | Andreas Steffen | 2009-10-12 | 1 | -2/+9 | |
| | ||||||
* | fixed output of offered CA | Andreas Steffen | 2009-10-11 | 1 | -1/+1 | |
| | ||||||
* | fixed broken smartcard support (bug #91) | Andreas Steffen | 2009-10-11 | 1 | -6/+30 | |
| | ||||||
* | some missing refactoring changes | Andreas Steffen | 2009-10-11 | 1 | -22/+24 | |
| | ||||||
* | myids might not be defined yet | Andreas Steffen | 2009-10-11 | 1 | -1/+1 | |
| | ||||||
* | fixed refactoring bug | Andreas Steffen | 2009-10-11 | 1 | -1/+1 | |
| | ||||||
* | adapted ikev2/rw-eap-aka scenarios to eapaka-3gpp2 plugin | Andreas Steffen | 2009-10-11 | 4 | -4/+4 | |
| | ||||||
* | corrected ikev1/nat-two-rw evaltest.dat | Andreas Steffen | 2009-10-11 | 1 | -1/+1 | |
| | ||||||
* | removed orphaned sha1.c | Andreas Steffen | 2009-10-10 | 1 | -193/+0 | |
| | ||||||
* | corrected evaltest.dat | Andreas Steffen | 2009-10-10 | 1 | -1/+1 | |
| | ||||||
* | replaced struct id by identification_t | Andreas Steffen | 2009-10-10 | 32 | -2249/+988 | |
| | ||||||
* | Added NEWS about EAP-AKA split | Martin Willi | 2009-10-09 | 1 | -0/+4 | |
| | ||||||
* | SIM card interface takes IMSI as parameter (same as in USIM) | Martin Willi | 2009-10-09 | 7 | -87/+44 | |
| | ||||||
* | Fixed USIM parameter description | Martin Willi | 2009-10-09 | 1 | -1/+1 | |
| | ||||||
* | Do not use monotonic time for AKA sequence numbers, it has an undefined ↵ | Martin Willi | 2009-10-09 | 1 | -6/+4 | |
| | | | | starting point | |||||
* | Use constants instead of sizeof(), sizeof() does not work for function arguments | Martin Willi | 2009-10-09 | 4 | -71/+76 | |
| | ||||||
* | Calculate missing CK/IK values in USIM | Martin Willi | 2009-10-09 | 1 | -0/+3 | |
| | ||||||
* | Link 3gpp2 EAP-AKA plugin to libgmp | Martin Willi | 2009-10-09 | 2 | -1/+1 | |
| | ||||||
* | Separated 3gpp2 USIM card and provider functionality | Martin Willi | 2009-10-09 | 7 | -845/+435 | |
| | ||||||
* | Ported AKA functions to 3gpp2 plugin | Martin Willi | 2009-10-09 | 3 | -1/+437 | |
| | ||||||
* | Added a stub for the EAP-AKA backend implementing the 3GPP2 functions in ↵ | Martin Willi | 2009-10-09 | 11 | -1/+546 | |
| | | | | software | |||||
* | Implemented a manager for USIM cards/providers very similar to the SIM manager | Martin Willi | 2009-10-09 | 5 | -0/+294 | |
| | ||||||
* | corrected caption | Andreas Steffen | 2009-10-09 | 1 | -1/+1 | |
| | ||||||
* | created identification_create_from_sockaddr() function | Andreas Steffen | 2009-10-09 | 2 | -0/+41 | |
| | ||||||
* | Added medsrv.fcgi to gitignore | Martin Willi | 2009-10-08 | 1 | -0/+1 | |
| | ||||||
* | medsrv.fcgi is not part of the git tree | Andreas Steffen | 2009-10-08 | 1 | -148/+0 | |
| | ||||||
* | hex_str() isn't used externally any more | Andreas Steffen | 2009-10-08 | 3 | -13/+159 | |
| | ||||||
* | parsing of generalNames is not needed any more | Andreas Steffen | 2009-10-08 | 2 | -299/+0 | |
| | ||||||
* | use of asn1_build_known_oid() | Andreas Steffen | 2009-10-08 | 1 | -86/+29 | |
| | ||||||
* | migrated public key IDs to identification_t | Andreas Steffen | 2009-10-08 | 20 | -466/+463 | |
| | ||||||
* | Reenabled acq_expires SA timer using rekey timeout | Martin Willi | 2009-10-07 | 1 | -1/+1 | |
| | | | | | | | While not using a SA expiration for allocating SPIs works fine, the situation is much more problematic for kernel-created temporary SAs from acquires. If the negotiation of such a CHILD_SA fails, the created temporary SA can not be deleted. | |||||
* | Catch CHILD_SA state changes during acquire | Martin Willi | 2009-10-07 | 1 | -17/+45 | |
| | | | | | If an acquire fails due to a TS_UNACCEPTABLE or other CHILD_SA only errors, we have to reset the pending state in the trap manager. | |||||
* | list subjectAltNames | Andreas Steffen | 2009-10-06 | 1 | -1/+33 | |
| | ||||||
* | some ipsec listall finetuning | Andreas Steffen | 2009-10-06 | 3 | -10/+9 | |
| | ||||||
* | pluto and charon now have the same ipsec listall output format | Andreas Steffen | 2009-10-06 | 17 | -131/+89 | |
| | ||||||
* | the ikev1 scenarios need the x509 plugin | Andreas Steffen | 2009-10-06 | 49 | -55/+56 | |
| | ||||||
* | streamlined output from get_validity() | Andreas Steffen | 2009-10-06 | 12 | -136/+54 | |
| | ||||||
* | fixed serial number conversion from hex | Andreas Steffen | 2009-10-05 | 1 | -0/+5 | |
| | ||||||
* | delete group attributes after use | Andreas Steffen | 2009-10-05 | 1 | -0/+1 | |
| | ||||||
* | stroke_list outputs group attributes | Andreas Steffen | 2009-10-05 | 1 | -0/+7 | |
| | ||||||
* | ipsec pki --issue suports --flag authServer option | Andreas Steffen | 2009-10-05 | 6 | -19/+46 | |
| | ||||||
* | ipsec pki --issue supports --flag ocspSigning option | Andreas Steffen | 2009-10-05 | 2 | -7/+32 | |
| | ||||||
* | Cleaned up EAP-AKA en/decoding, eliminated unaligned half-word reads | Martin Willi | 2009-10-05 | 1 | -67/+101 | |
| |