Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | dh_exponent_ansi_x9_42 is now a libstrongswan setting | Andreas Steffen | 2009-05-26 | 2 | -2/+2 | |
| | ||||||
* | moved very stroke specific x509 flag handling out of core library | Martin Willi | 2009-05-18 | 1 | -21/+10 | |
| | ||||||
* | fixed fatal typo | Andreas Steffen | 2009-05-15 | 2 | -2/+2 | |
| | ||||||
* | 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 | 3 | -5/+5 | |
| | ||||||
* | cleaned up pluto's crypto framework | Andreas Steffen | 2009-05-14 | 5 | -9/+1 | |
| | ||||||
* | 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 | 2 | -0/+884 | |
| | ||||||
* | renamed ENCR_TWOFISH and ENCR_SERPENT to ENCR_TWOFISH_CBC and ↵ | Andreas Steffen | 2009-05-14 | 2 | -2/+2 | |
| | | | | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | started migration to encryption plugins | Andreas Steffen | 2009-05-09 | 15 | -0/+5270 | |
| | ||||||
* | compiler warning fixed | Tobias Brunner | 2009-05-06 | 1 | -1/+1 | |
| | ||||||
* | added support for AUTH_HMAC_SHA1_160 | Andreas Steffen | 2009-05-04 | 1 | -0/+4 | |
| | ||||||
* | pluto and scepclient use the random plugin from libstrongswan | Andreas Steffen | 2009-04-30 | 1 | -1/+0 | |
| | ||||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 81 | -162/+0 | |
| | ||||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 6 | -15/+15 | |
| | | | | | important change for developers: %Y replaces %D to print identities! | |||||
* | changed RNG_REAL to RNG_TRUE | Andreas Steffen | 2009-04-29 | 5 | -6/+6 | |
| | ||||||
* | pluto and scepclient use the curl and ldap fetcher plugins | Andreas Steffen | 2009-04-29 | 1 | -12/+27 | |
| | ||||||
* | set default CFLAGS globally, including -Wno-format | Martin Willi | 2009-04-27 | 1 | -1/+1 | |
| | ||||||
* | scepclient and pluto use asn1 from libstrongswan | Andreas Steffen | 2009-04-20 | 1 | -1/+1 | |
| | ||||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 1 | -13/+13 | |
| | ||||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 65 | -72/+71 | |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | |||||
* | reintegrated eap-radius branch into trunk | Martin Willi | 2009-03-24 | 2 | -0/+6 | |
| | ||||||
* | fixing DES ECB decryption | Tobias Brunner | 2009-03-12 | 1 | -6/+6 | |
| | ||||||
* | printf hooks refactored to increase portability (i.e. support for platforms ↵ | Tobias Brunner | 2009-03-12 | 4 | -5/+5 | |
| | | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms). | |||||
* | ECB mode added to the DES plugin | Tobias Brunner | 2009-02-19 | 2 | -1/+106 | |
| | ||||||
* | added Id svn:keyword | Andreas Steffen | 2009-02-19 | 2 | -2/+2 | |
| | ||||||
* | support of MD4 hash | Andreas Steffen | 2009-02-19 | 5 | -0/+524 | |
| | ||||||
* | adding MD4 and DES (ECB) to openssl plugin | Tobias Brunner | 2009-02-18 | 3 | -1/+9 | |
| | ||||||
* | support for Padlock RNG | Martin Willi | 2008-12-18 | 4 | -1/+206 | |
| | ||||||
* | proper feature probing for padlock | Martin Willi | 2008-12-17 | 1 | -10/+107 | |
| | ||||||
* | removed debugging leftovers | Martin Willi | 2008-12-08 | 1 | -4/+0 | |
| | ||||||
* | basic x509 certificate generation | Martin Willi | 2008-12-08 | 1 | -49/+246 | |
| | ||||||
* | fixed refactoring error in openac | Andreas Steffen | 2008-12-04 | 1 | -1/+3 | |
| | ||||||
* | add support for smartcards in charon by using the ENGINE API provided by ↵ | Tobias Brunner | 2008-12-03 | 2 | -3/+96 | |
| | | | | OpenSSL, based on patches by Michael Roßberg. | |||||
* | ported some hard-to-merge cherries back to trunk :-/ | Martin Willi | 2008-11-12 | 1 | -2/+2 | |
| | | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git... | |||||
* | fixed compiler warnings issued by: | Martin Willi | 2008-11-11 | 2 | -10/+30 | |
| | | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking | |||||
* | proper cleanup of openssl locking code | Martin Willi | 2008-11-05 | 1 | -7/+13 | |
| | ||||||
* | replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variant | Martin Willi | 2008-11-05 | 1 | -13/+12 | |
| | ||||||
* | got rid of deprecated create_iterator_locked() | Martin Willi | 2008-11-05 | 3 | -0/+5 | |
| |