aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* ported twofish as a pluginAndreas Steffen2009-05-141-1447/+51
|
* fixed 32 bit overflow checkAndreas Steffen2009-05-142-0/+884
|
* renamed ENCR_TWOFISH and ENCR_SERPENT to ENCR_TWOFISH_CBC and ↵Andreas Steffen2009-05-142-2/+2
| | | | ENCR_SERPENT_CBC, respectively
* fixed setting of variable key lengthAndreas Steffen2009-05-141-3/+5
|
* clone iv before blowfish en|decryptionAndreas Steffen2009-05-141-2/+8
|
* fixed indentationAndreas Steffen2009-05-141-19/+19
|
* changed TRUE/FALSE to 1/0Andreas Steffen2009-05-141-2/+2
|
* blowfish block size is 8 bytesAndreas Steffen2009-05-141-1/+1
|
* fixed captionAndreas Steffen2009-05-141-2/+2
|
* implemented blowfish as a pluginAndreas Steffen2009-05-118-1431/+1164
|
* started migration to encryption pluginsAndreas Steffen2009-05-0915-0/+5270
|
* compiler warning fixedTobias Brunner2009-05-061-1/+1
|
* added support for AUTH_HMAC_SHA1_160Andreas Steffen2009-05-041-0/+4
|
* pluto and scepclient use the random plugin from libstrongswanAndreas Steffen2009-04-301-1/+0
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-3081-162/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-306-15/+15
| | | | | important change for developers: %Y replaces %D to print identities!
* changed RNG_REAL to RNG_TRUEAndreas Steffen2009-04-295-6/+6
|
* pluto and scepclient use the curl and ldap fetcher pluginsAndreas Steffen2009-04-291-12/+27
|
* set default CFLAGS globally, including -Wno-formatMartin Willi2009-04-271-1/+1
|
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-201-1/+1
|
* merged multi-auth branch back into trunkMartin Willi2009-04-141-13/+13
|
* updated DoxyfileMartin Willi2009-03-2465-72/+71
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* reintegrated eap-radius branch into trunkMartin Willi2009-03-242-0/+6
|
* fixing DES ECB decryptionTobias Brunner2009-03-121-6/+6
|
* printf hooks refactored to increase portability (i.e. support for platforms ↵Tobias Brunner2009-03-124-5/+5
| | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms).
* ECB mode added to the DES pluginTobias Brunner2009-02-192-1/+106
|
* added Id svn:keywordAndreas Steffen2009-02-192-2/+2
|
* support of MD4 hashAndreas Steffen2009-02-195-0/+524
|
* adding MD4 and DES (ECB) to openssl pluginTobias Brunner2009-02-183-1/+9
|
* support for Padlock RNGMartin Willi2008-12-184-1/+206
|
* proper feature probing for padlockMartin Willi2008-12-171-10/+107
|
* removed debugging leftoversMartin Willi2008-12-081-4/+0
|
* basic x509 certificate generationMartin Willi2008-12-081-49/+246
|
* fixed refactoring error in openacAndreas Steffen2008-12-041-1/+3
|
* add support for smartcards in charon by using the ENGINE API provided by ↵Tobias Brunner2008-12-032-3/+96
| | | | OpenSSL, based on patches by Michael Roßberg.
* ported some hard-to-merge cherries back to trunk :-/Martin Willi2008-11-121-2/+2
| | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git...
* fixed compiler warnings issued by:Martin Willi2008-11-112-10/+30
| | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking
* proper cleanup of openssl locking codeMartin Willi2008-11-051-7/+13
|
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-051-13/+12
|
* got rid of deprecated create_iterator_locked()Martin Willi2008-11-053-0/+5
|
* OpenSSL requires a signature length of exactly RSA_size()Martin Willi2008-11-041-5/+3
|
* removed superfluous get_other_public_value in diffie_hellman_t interfaceMartin Willi2008-11-043-66/+4
|
* fixed bignum export if BN_num_bytes() != DH_size()Martin Willi2008-11-042-45/+54
|
* fixed memleakMartin Willi2008-11-041-8/+11
|
* added locking mechanism for multithreaded use of OpenSSLMartin Willi2008-11-031-0/+117
|
* removed accidently checked in debug codeMartin Willi2008-11-031-1/+0
|
* reverted 4541, does not fix the problemMartin Willi2008-11-031-0/+8
|
* removed 0-byte truncation, fixes random Openssl RSA signature verification ↵Martin Willi2008-10-311-7/+0
| | | | failures
* fixed crash in openssl signature verification if sizeof(size_t) != ↵Martin Willi2008-10-311-1/+3
| | | | sizeof(int) (64bit)
* refining changeset 4483 by introducing charon.dh_exponent_ansi_x9_42 keyAndreas Steffen2008-10-282-22/+62
|