Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | removed .cvsignore files | Martin Willi | 2009-04-27 | 1 | -3/+0 | |
| | ||||||
* | set default CFLAGS globally, including -Wno-format | Martin Willi | 2009-04-27 | 1 | -2/+1 | |
| | ||||||
* | release dynamic memory allocated for VIDs | Andreas Steffen | 2009-04-24 | 3 | -9/+20 | |
| | ||||||
* | version bump to 4.3.1 | Andreas Steffen | 2009-04-24 | 2 | -1/+3 | |
| | ||||||
* | added plugin load mechanism to pluto and scepclient and improved debug output4.3.0 | Andreas Steffen | 2009-04-21 | 2 | -5/+32 | |
| | ||||||
* | use the regular libstrongswan library initialization | Andreas Steffen | 2009-04-21 | 3 | -174/+1 | |
| | ||||||
* | fixed a bunch of compiler warnings, pgp end certificate listing | Martin Willi | 2009-04-21 | 5 | -11/+6 | |
| | ||||||
* | fixed pluto/scepclient out-of-tree builds | Martin Willi | 2009-04-21 | 1 | -2/+2 | |
| | ||||||
* | fixed indentation of debug output | Andreas Steffen | 2009-04-21 | 1 | -1/+2 | |
| | ||||||
* | mapped libstrongswan debug level to pluto debug options | Andreas Steffen | 2009-04-21 | 2 | -57/+72 | |
| | ||||||
* | pluto and scepclient use the regular libstrongswan library | Andreas Steffen | 2009-04-21 | 1 | -1/+1 | |
| | ||||||
* | scepclient and pluto use asn1 from libstrongswan | Andreas Steffen | 2009-04-20 | 19 | -2471/+1412 | |
| | ||||||
* | removed trailing whitespace | Andreas Steffen | 2009-04-20 | 1 | -1/+1 | |
| | ||||||
* | support of the enum printf_hook | Andreas Steffen | 2009-04-20 | 9 | -681/+676 | |
| | ||||||
* | already had the correct formatting | Andreas Steffen | 2009-04-20 | 2 | -55/+55 | |
| | ||||||
* | migrated write_chunk() to chunk_write() | Andreas Steffen | 2009-04-20 | 3 | -56/+1 | |
| | ||||||
* | eliminated TIMETOA_BUF definition | Andreas Steffen | 2009-04-20 | 3 | -6/+3 | |
| |