Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | cleaned up pluto's crypto framework | Andreas Steffen | 2009-05-14 | 6 | -9/+7 | |
| | ||||||
* | completed serpent plugin | Andreas Steffen | 2009-05-14 | 4 | -1449/+1070 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2009-05-14 | 1 | -2/+3 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | clone iv before blowfish en|decryption | Andreas Steffen | 2009-05-14 | 1 | -2/+8 | |
| | ||||||
* | fixed indentation | Andreas Steffen | 2009-05-14 | 1 | -19/+19 | |
| | ||||||
* | compute ASN.1 to UTC time without time functions | Andreas Steffen | 2009-05-14 | 1 | -54/+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 | |
| | ||||||
* | implemented blowfish as a plugin | Andreas Steffen | 2009-05-11 | 8 | -1431/+1164 | |
| | ||||||
* | corrected debug output of passphrase | Andreas Steffen | 2009-05-11 | 1 | -1/+3 | |
| | ||||||
* | started migration to encryption plugins | Andreas Steffen | 2009-05-09 | 19 | -0/+5392 | |
| | ||||||
* | added a configure option to enable the Vstr string library even if ↵ | Tobias Brunner | 2009-04-24 | 2 | -8/+8 | |
| | | | | register_printf_function is available | |||||
* | fixed timezone compensation when parsing ASN.1 dates | Tobias Brunner | 2009-05-08 | 1 | -6/+29 | |
| | ||||||
* | defined ENCR_TWOFISH and ENCR_SERPENT | Andreas Steffen | 2009-05-08 | 2 | -8/+11 | |
| | ||||||
* | inserted HASH_MD4 in increasing order | Andreas Steffen | 2009-05-07 | 2 | -9/+9 | |
| | ||||||
* | some additional .gitignore's | Martin Willi | 2009-05-07 | 1 | -0/+2 | |
| | ||||||
* | compiler warning fixed | Tobias Brunner | 2009-05-06 | 1 | -1/+1 | |
| | ||||||
* | more portable handling of the bool data type (Mac OS X has stdbool.h) | Tobias Brunner | 2009-05-06 | 1 | -3/+13 | |
| | ||||||
* | renamed some conflicting function names | Tobias Brunner | 2009-05-06 | 1 | -4/+4 | |
| | ||||||
* | gethostbyname_r is not supported on Mac OS X (but gethostbyname uses ↵ | Tobias Brunner | 2009-05-06 | 1 | -17/+32 | |
| | | | | thread-local buffers) | |||||
* | use prfs for IKEv1 hmacs | Andreas Steffen | 2009-05-04 | 1 | -2/+2 | |
| | ||||||
* | fixed typo | Andreas Steffen | 2009-05-04 | 1 | -1/+1 | |
| | ||||||
* | added support for AUTH_HMAC_SHA1_160 | Andreas Steffen | 2009-05-04 | 3 | -4/+11 | |
| | ||||||
* | moved hasher to the correct doxygen group | Martin Willi | 2009-05-04 | 1 | -2/+2 | |
| | ||||||
* | pluto and scepclient use the random plugin from libstrongswan | Andreas Steffen | 2009-04-30 | 2 | -2/+6 | |
| | ||||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 160 | -320/+0 | |
| | ||||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 15 | -32/+43 | |
| | | | | | important change for developers: %Y replaces %D to print identities! | |||||
* | added .gitignore files, ready for the switch | Martin Willi | 2009-04-30 | 1 | -0/+1 | |
| | ||||||
* | changed RNG_REAL to RNG_TRUE | Andreas Steffen | 2009-04-29 | 8 | -11/+11 | |
| | ||||||
* | pluto and scepclient use the curl and ldap fetcher plugins | Andreas Steffen | 2009-04-29 | 3 | -12/+43 | |
| | ||||||
* | set default CFLAGS globally, including -Wno-format | Martin Willi | 2009-04-27 | 2 | -3/+2 | |
| | ||||||
* | added return_true/false() dummy functions | Martin Willi | 2009-04-24 | 2 | -0/+26 | |
| | ||||||
* | fixed compiler warnings on 64bit | Martin Willi | 2009-04-22 | 1 | -2/+2 | |
| | ||||||
* | pluto and scepclient use the regular libstrongswan library | Andreas Steffen | 2009-04-21 | 1 | -19/+1 | |
| | ||||||
* | scepclient and pluto use asn1 from libstrongswan | Andreas Steffen | 2009-04-20 | 7 | -9/+16 | |
| | ||||||
* | support of the enum printf_hook | Andreas Steffen | 2009-04-20 | 1 | -0/+1 | |
| | ||||||
* | migrated write_chunk() to chunk_write() | Andreas Steffen | 2009-04-20 | 2 | -8/+15 | |
| | ||||||
* | scepclient uses the optionsfrom parser from libstrongswan | Andreas Steffen | 2009-04-18 | 1 | -2/+4 | |
| | ||||||
* | created pluto and scepclient now use libstrongswan-lite | Andreas Steffen | 2009-04-18 | 1 | -2/+16 | |
| | ||||||
* | pluto and scepclient now use chunk_t from libstrongswan | Andreas Steffen | 2009-04-17 | 1 | -1/+1 | |
| | ||||||
* | ported most of the libstrongswan chunk_t macros to pluto | Andreas Steffen | 2009-04-17 | 1 | -2/+2 | |
| | ||||||
* | moved strcaseeq() macro from constants.h to utils.h | Andreas Steffen | 2009-04-17 | 2 | -8/+13 | |
| | ||||||
* | support of the ESP CAMELLIA-CBC cipher by charon | Andreas Steffen | 2009-04-17 | 2 | -23/+36 | |
| | ||||||
* | fixed OID encoding | Martin Willi | 2009-04-17 | 1 | -2/+2 | |
| |