Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add _CBC to all encryption algorithms in CBC mode | Andreas Steffen | 2009-05-19 | 2 | -15/+15 | |
| | ||||||
* | fixed lookup table | Andreas Steffen | 2009-05-19 | 1 | -1/+1 | |
| | ||||||
* | puto uses proposal_get_token() from libstrongswan | Andreas Steffen | 2009-05-19 | 9 | -768/+345 | |
| | ||||||
* | moved definition of proposal_token from proposal.c to proposal_keywords.h | Andreas Steffen | 2009-05-19 | 2 | -7/+9 | |
| | ||||||
* | do not write to unaligned memory in MSCHAPv2 | Martin Willi | 2009-05-18 | 1 | -4/+12 | |
| | ||||||
* | cleanup of generator code | Martin Willi | 2009-05-18 | 2 | -217/+187 | |
| | ||||||
* | removed unused 64-bit integer parsing rule | Martin Willi | 2009-05-18 | 4 | -66/+0 | |
| | ||||||
* | do not access unaligned words/half-words directly | Martin Willi | 2009-05-18 | 1 | -11/+15 | |
| | ||||||
* | cleaned up parser code | Martin Willi | 2009-05-18 | 1 | -199/+173 | |
| | ||||||
* | removed trailing spaces/tabs | Martin Willi | 2009-05-18 | 1 | -63/+64 | |
| | ||||||
* | typo | Tobias Brunner | 2009-05-18 | 1 | -1/+1 | |
| | ||||||
* | fixed typos | Martin Willi | 2009-05-18 | 1 | -8/+7 | |
| | ||||||
* | added NEWS for 4.3.1 | Martin Willi | 2009-05-18 | 1 | -0/+18 | |
| | ||||||
* | moved very stroke specific x509 flag handling out of core library | Martin Willi | 2009-05-18 | 2 | -27/+45 | |
| | ||||||
* | use of attr and resolv-conf plugins in config-payload scenario | Andreas Steffen | 2009-05-16 | 3 | -3/+3 | |
| | ||||||
* | another lease identity to be single-quoted | Andreas Steffen | 2009-05-16 | 1 | -1/+1 | |
| | ||||||
* | optimized gperf | Andreas Steffen | 2009-05-15 | 2 | -2/+2 | |
| | ||||||
* | didn't want to commit that | Andreas Steffen | 2009-05-15 | 1 | -235/+0 | |
| | ||||||
* | moved IKEv2 proposals and transforms to libstrongswan | Andreas Steffen | 2009-05-15 | 9 | -49/+342 | |
| | ||||||
* | removed some ancient files | Andreas Steffen | 2009-05-15 | 3 | -257/+0 | |
| | ||||||
* | added OAKLEY_CAMELLIA | Andreas Steffen | 2009-05-15 | 2 | -2/+4 | |
| | ||||||
* | shortened DH group names | Andreas Steffen | 2009-05-15 | 5 | -25/+25 | |
| | ||||||
* | oops, this was a hash_desc | Andreas Steffen | 2009-05-15 | 1 | -1/+1 | |
| | ||||||
* | st_okley.hash contains hash algorithm | Andreas Steffen | 2009-05-15 | 3 | -15/+15 | |
| | ||||||
* | abort pluto if crypto self-test fails | Andreas Steffen | 2009-05-15 | 2 | -7/+13 | |
| | ||||||
* | strongswan.conf for ikev1/ikev2 scenarios | Andreas Steffen | 2009-05-15 | 2 | -0/+8 | |
| | ||||||
* | strongswan.conf required for ldap scenarios | Andreas Steffen | 2009-05-15 | 5 | -0/+25 | |
| | ||||||
* | strongswan.conf for exotic algorithms | Andreas Steffen | 2009-05-15 | 6 | -0/+30 | |
| | ||||||
* | new default strongswan.conf for UML scenarios | Andreas Steffen | 2009-05-15 | 7 | -0/+28 | |
| | ||||||
* | If the NM gateway certificate has the CA constraint set, we use the gateway ↵ | Martin Willi | 2009-05-15 | 2 | -5/+24 | |
| | | | | | | | | | | address as its identity. To allow the same certificate deployment for Windows 7 and NetworkManager clients, the NM plugin now accepts CA certificates. To prevent any certificate holder to act as a gateway, we bind the identity to the entered gateway address. The gateways certificate therefore must contain the IP/DNS of the gateway as subjectAltName. | |||||
* | updated glade dialog, using tooltip instead of tooltip_text | Martin Willi | 2009-05-15 | 1 | -18/+25 | |
| | ||||||
* | implemented save_secrets hook to avoid crash | Martin Willi | 2009-05-15 | 1 | -0/+9 | |
| | ||||||
* | cosmetics in show_debug() output | Andreas Steffen | 2009-05-15 | 1 | -1/+1 | |
| | ||||||
* | list loaded plugins in ipsec statusall | Andreas Steffen | 2009-05-15 | 1 | -2/+19 | |
| | ||||||
* | added .gitignore files to NM applet | Martin Willi | 2009-05-15 | 3 | -0/+13 | |
| | ||||||
* | pluto aborts if no SHA-1 and MD5 hashers are present | Andreas Steffen | 2009-05-15 | 1 | -29/+42 | |
| | ||||||
* | register hash functions instead of prfs | Andreas Steffen | 2009-05-15 | 1 | -12/+12 | |
| | ||||||
* | documented the idea behind the current implementation of the scheduler | Tobias Brunner | 2009-05-15 | 2 | -5/+52 | |
| | ||||||
* | disable crypto self-test | Andreas Steffen | 2009-05-15 | 4 | -11/+69 | |
| | ||||||
* | fixed fatal typo | Andreas Steffen | 2009-05-15 | 2 | -2/+2 | |
| | ||||||
* | cleaned up pluto's IKE alg descriptors | Andreas Steffen | 2009-05-15 | 12 | -548/+622 | |
| | ||||||
* | updated prf identifiers | Martin Willi | 2009-05-15 | 2 | -10/+15 | |
| | ||||||
* | updated integrity algorithm identifiers | Martin Willi | 2009-05-15 | 2 | -11/+25 | |
| | ||||||
* | added a "purgeike" command to stroke, deleting all IKE_SAs without a CHILD_SA | Martin Willi | 2009-05-15 | 7 | -6/+69 | |
| | ||||||
* | use left|rightauth notation in eap scenarios | Andreas Steffen | 2009-05-15 | 6 | -16/+17 | |
| | ||||||
* | stroke accepts "down conn1{*}/[*]" to delete all CHILD/IKE_SAs using a given ↵ | Martin Willi | 2009-05-15 | 1 | -28/+78 | |
| | | | | config | |||||
* | fixed copy-and-paste error | Andreas Steffen | 2009-05-15 | 1 | -1/+1 | |
| | ||||||
* | uml evaltest changes due to 4.3.x | Andreas Steffen | 2009-05-15 | 3 | -5/+5 | |
| | ||||||
* | added plutdebug=control | Andreas Steffen | 2009-05-15 | 2 | -2/+4 | |
| | ||||||
* | if enabled, load openssl plugin by default in pluto | Andreas Steffen | 2009-05-15 | 1 | -1/+2 | |
| |