aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* gcrypt hasher implementationMartin Willi2009-06-094-1/+220
|
* initialize gcrypt threadsave, currently for pthread onlyMartin Willi2009-06-091-1/+25
|
* added skeleton for libgcrypt based crypto pluginMartin Willi2009-06-093-0/+111
|
* fixed crash in openssl private_key->get_public_key(), using encode/load ↵Martin Willi2009-06-091-18/+8
| | | | workaround
* implement gmp_rsa_private_key.decrypt()Andreas Steffen2009-06-092-4/+34
|
* implemented gmp_rsa_public_key.encrypt() methodAndreas Steffen2009-06-091-4/+59
|
* created signature_scheme_from_oid() helper functionAndreas Steffen2009-06-094-100/+24
|
* hardened OpenPGP parserAndreas Steffen2009-06-091-23/+31
|
* used rsa coeff field in OpenPGP secret key payloadAndreas Steffen2009-06-091-25/+32
|
* fixed OpenPGPv3 fingerprint computationAndreas Steffen2009-06-091-7/+19
|
* fixed OpenPGP parsingAndreas Steffen2009-06-091-18/+24
|
* pluto and scepclient use private and public key plugins of libstrongswanAndreas Steffen2009-06-095-113/+546
|
* hide credentials headers in credential_factory.hAndreas Steffen2009-05-283-0/+3
|
* register the already implemented AUTH_HMAC_SHA1_160 algorithmMartin Willi2009-05-281-0/+2
|
* set parsed = TRUE before calling parse_certificate()Andreas Steffen2009-05-271-8/+7
|
* dh_exponent_ansi_x9_42 is now a libstrongswan settingAndreas Steffen2009-05-262-2/+2
|
* moved very stroke specific x509 flag handling out of core libraryMartin Willi2009-05-181-21/+10
|
* fixed fatal typoAndreas Steffen2009-05-152-2/+2
|
* also support 192 bit keys for Twofish and SerpentAndreas Steffen2009-05-152-2/+4
|
* fixed copy-and-paste caption errorAndreas Steffen2009-05-152-2/+2
|
* got rid of libcryptoAndreas Steffen2009-05-153-5/+5
|
* cleaned up pluto's crypto frameworkAndreas Steffen2009-05-145-9/+1
|
* completed serpent pluginAndreas Steffen2009-05-144-1449/+1070
|
* cosmeticsAndreas Steffen2009-05-141-2/+3
|
* completed twofish sourcesAndreas Steffen2009-05-141-1/+4
|
* 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).