Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | more intuitive leap year check | Tobias Brunner | 2009-05-15 | 1 | -3/+3 | |
| | ||||||
* | also support 192 bit keys for Twofish and Serpent | Andreas Steffen | 2009-05-15 | 2 | -2/+4 | |
| | ||||||
* | fixed copy-and-paste caption error | Andreas Steffen | 2009-05-15 | 2 | -2/+2 | |
| | ||||||
* | got rid of libcrypto | Andreas Steffen | 2009-05-15 | 95 | -20424/+89 | |
| | ||||||
* | removed libcrypto includes | Andreas Steffen | 2009-05-14 | 2 | -5/+1 | |
| | ||||||
* | cleaned up pluto's crypto framework | Andreas Steffen | 2009-05-14 | 13 | -183/+41 | |
| | ||||||
* | completed serpent plugin | Andreas Steffen | 2009-05-14 | 4 | -1449/+1070 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2009-05-14 | 1 | -2/+3 | |
| | ||||||
* | 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 | |
| | ||||||
* | Mac OS X doesn't have SADB_X_AALG_AES_XCBC_MAC | Tobias Brunner | 2009-05-14 | 1 | -0/+2 | |
| | ||||||
* | added another possible location for the ipsec.h header file | Tobias Brunner | 2009-05-14 | 2 | -1/+3 | |
| | ||||||
* | fixed compiler warning | Tobias Brunner | 2009-05-14 | 1 | -1/+1 | |
| | ||||||
* | make socket_t compatible with RFC 2292 (that got obsoleted by RFC 3542) | Tobias Brunner | 2009-05-14 | 1 | -0/+7 | |
| | ||||||
* | completed twofish sources | Andreas Steffen | 2009-05-14 | 1 | -1/+4 | |
| | ||||||
* | ported twofish as a plugin | Andreas Steffen | 2009-05-14 | 1 | -1447/+51 | |
| | ||||||
* | fixed 32 bit overflow check | Andreas Steffen | 2009-05-14 | 3 | -1/+885 | |
| | ||||||
* | added eap_start option to radius plugin | Martin Willi | 2009-05-14 | 1 | -2/+17 | |
| | | | | | EAP-Start sends an empty EAP message to initiate EAP conversation before doing EAP-Identity. | |||||
* | introduced encryption test vectors | Andreas Steffen | 2009-05-14 | 7 | -76/+246 | |
| | ||||||
* | renamed ENCR_TWOFISH and ENCR_SERPENT to ENCR_TWOFISH_CBC and ↵ | Andreas Steffen | 2009-05-14 | 4 | -8/+8 | |
| | | | | ENCR_SERPENT_CBC, respectively | |||||
* | fixed setting of variable key length | Andreas Steffen | 2009-05-14 | 1 | -3/+5 | |
| | ||||||
* | use localtime_r() instead of localtime() | Andreas Steffen | 2009-05-14 | 1 | -10/+6 | |
| | ||||||
* | clone iv before blowfish en|decryption | Andreas Steffen | 2009-05-14 | 1 | -2/+8 | |
| | ||||||
* | replaced clone_bytes() by clalloc() | Andreas Steffen | 2009-05-14 | 2 | -11/+1 | |
| | ||||||
* | fixed indentation | Andreas Steffen | 2009-05-14 | 1 | -19/+19 | |
| | ||||||
* | compute ASN.1 to UTC time without time functions | Andreas Steffen | 2009-05-14 | 2 | -70/+39 | |
| | ||||||
* | changed TRUE/FALSE to 1/0 | Andreas Steffen | 2009-05-14 | 1 | -2/+2 | |
| | ||||||
* | blowfish block size is 8 bytes | Andreas Steffen | 2009-05-14 | 1 | -1/+1 | |
| | ||||||
* | fixed caption | Andreas Steffen | 2009-05-14 | 1 | -2/+2 | |
| | ||||||
* | changed remaining plog() to DBG1() | Andreas Steffen | 2009-05-14 | 1 | -1/+1 | |
| | ||||||
* | simplified SPI allocation after refactorings | Martin Willi | 2009-05-14 | 1 | -19/+4 | |
| | ||||||
* | identation cleanups | Martin Willi | 2009-05-13 | 1 | -22/+22 | |
| | ||||||
* | fixed identation | Martin Willi | 2009-05-13 | 1 | -49/+49 | |
| | ||||||
* | fixing compilation of socket_t on systems that have neither IP_PKTINFO ↵ | Tobias Brunner | 2009-05-12 | 1 | -22/+33 | |
| | | | | (Linux) nor IP_SENDSRCADDR (FreeBSD) | |||||
* | fixed cleanup of traffic selector lists | Martin Willi | 2009-05-12 | 1 | -2/+2 | |
| |