Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | updated copyright statements | Andreas Steffen | 2009-05-22 | 17 | -17/+29 | |
| | ||||||
* | version bump to 4.3.2 | Andreas Steffen | 2009-05-22 | 2 | -2/+6 | |
| | ||||||
* | fixed compiler warning4.3.1 | Andreas Steffen | 2009-05-22 | 1 | -0/+3 | |
| | ||||||
* | added lookup of ESP_NULL | Andreas Steffen | 2009-05-19 | 1 | -0/+2 | |
| | ||||||
* | status output of 3DES_CBC without key length | Andreas Steffen | 2009-05-19 | 1 | -9/+21 | |
| | ||||||
* | removed unused functions | Andreas Steffen | 2009-05-19 | 2 | -60/+0 | |
| | ||||||
* | output of encryption algs with zero key length | Andreas Steffen | 2009-05-19 | 2 | -24/+47 | |
| | ||||||
* | support of ESP AES_XCBC_96 | Andreas Steffen | 2009-05-19 | 2 | -2/+4 | |
| | ||||||
* | fixed debug output of ah transforms | Andreas Steffen | 2009-05-19 | 2 | -66/+54 | |
| | ||||||
* | streamlined pluto alg_info debug output | Andreas Steffen | 2009-05-19 | 5 | -79/+35 | |
| | ||||||
* | add _CBC to all encryption algorithms in CBC mode | Andreas Steffen | 2009-05-19 | 1 | -6/+6 | |
| | ||||||
* | fixed lookup table | Andreas Steffen | 2009-05-19 | 1 | -1/+1 | |
| | ||||||
* | puto uses proposal_get_token() from libstrongswan | Andreas Steffen | 2009-05-19 | 8 | -767/+344 | |
| | ||||||
* | removed some ancient files | Andreas Steffen | 2009-05-15 | 3 | -257/+0 | |
| | ||||||
* | added OAKLEY_CAMELLIA | Andreas Steffen | 2009-05-15 | 2 | -2/+4 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | disable crypto self-test | Andreas Steffen | 2009-05-15 | 4 | -11/+69 | |
| | ||||||
* | cleaned up pluto's IKE alg descriptors | Andreas Steffen | 2009-05-15 | 12 | -548/+622 | |
| | ||||||
* | got rid of libcrypto | Andreas Steffen | 2009-05-15 | 4 | -407/+33 | |
| | ||||||
* | removed libcrypto includes | Andreas Steffen | 2009-05-14 | 2 | -5/+1 | |
| | ||||||
* | cleaned up pluto's crypto framework | Andreas Steffen | 2009-05-14 | 7 | -174/+34 | |
| | ||||||
* | split encrypt/decrypt functionality of crypto_cbc() | Andreas Steffen | 2009-05-14 | 4 | -46/+44 | |
| | ||||||
* | fixed ikev1 iv derivation | Andreas Steffen | 2009-05-14 | 1 | -9/+31 | |
| | ||||||
* | introduced encryption test vectors | Andreas Steffen | 2009-05-14 | 7 | -76/+246 | |
| | ||||||
* | use localtime_r() instead of localtime() | Andreas Steffen | 2009-05-14 | 1 | -10/+6 | |
| | ||||||
* | replaced clone_bytes() by clalloc() | Andreas Steffen | 2009-05-14 | 2 | -11/+1 | |
| | ||||||
* | changed remaining plog() to DBG1() | Andreas Steffen | 2009-05-14 | 1 | -1/+1 | |
| | ||||||
* | started migration to encryption plugins | Andreas Steffen | 2009-05-09 | 2 | -247/+171 | |
| | ||||||
* | fixed generation of IKEv1 key material | Andreas Steffen | 2009-05-07 | 1 | -7/+17 | |
| | ||||||
* | fixed compiler warnings | Tobias Brunner | 2009-05-07 | 1 | -3/+3 | |
| | ||||||
* | Merge branch 'master' of git.strongswan.org:~/strongswan into HEAD | Tobias Brunner | 2009-05-07 | 19 | -1252/+318 | |
|\ | ||||||
| * | use hash size constants from hasher.h | Andreas Steffen | 2009-05-07 | 4 | -24/+13 | |
| | | ||||||
| * | removed all hash function code from pluto | Andreas Steffen | 2009-05-06 | 12 | -989/+38 | |
| | | ||||||
| * | all hashes, hmacs and prfs use libstrongswan | Andreas Steffen | 2009-05-06 | 4 | -246/+274 | |
| | | ||||||
* | | properly initialize buffer when printing loaded plugins. | Tobias Brunner | 2009-05-07 | 1 | -0/+1 | |
|/ | ||||||
* | SKEYID derivation based on libstrongswan | Andreas Steffen | 2009-05-05 | 21 | -363/+362 | |
| | ||||||
* | deleted elgamal.[ch] | Andreas Steffen | 2009-04-30 | 2 | -647/+0 | |
| | ||||||
* | pluto and scepclient use the random plugin from libstrongswan | Andreas Steffen | 2009-04-30 | 21 | -2014/+352 | |
| | ||||||
* | some typos | Tobias Brunner | 2009-04-30 | 1 | -1/+1 | |
| | ||||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 98 | -196/+1 | |
| | ||||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -2/+2 | |
| | | | | | important change for developers: %Y replaces %D to print identities! | |||||
* | added .gitignore files, ready for the switch | Martin Willi | 2009-04-30 | 1 | -0/+2 | |
| | ||||||
* | default plugins for pluto | Andreas Steffen | 2009-04-29 | 3 | -272/+0 | |
| | ||||||
* | pluto and scepclient use the curl and ldap fetcher plugins | Andreas Steffen | 2009-04-29 | 4 | -477/+134 | |
| |