aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed ENUM naming of XCBC prfMartin Willi2009-06-021-1/+1
|
* hide credentials headers in credential_factory.hAndreas Steffen2009-05-285-9/+4
|
* 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
|
* eliminated ipsec_policy.hAndreas Steffen2009-05-261-1/+7
|
* make signer names consistentAndreas Steffen2009-05-191-8/+8
|
* added des and default length cbc encryption algorithmsAndreas Steffen2009-05-191-0/+6
|
* add _CBC to all encryption algorithms in CBC modeAndreas Steffen2009-05-191-9/+9
|
* moved definition of proposal_token from proposal.c to proposal_keywords.hAndreas Steffen2009-05-191-0/+9
|
* moved very stroke specific x509 flag handling out of core libraryMartin Willi2009-05-181-21/+10
|
* didn't want to commit thatAndreas Steffen2009-05-151-235/+0
|
* moved IKEv2 proposals and transforms to libstrongswanAndreas Steffen2009-05-156-4/+463
|
* shortened DH group namesAndreas Steffen2009-05-151-13/+13
|
* fixed fatal typoAndreas Steffen2009-05-152-2/+2
|
* updated prf identifiersMartin Willi2009-05-152-10/+15
|
* updated integrity algorithm identifiersMartin Willi2009-05-152-11/+25
|
* more intuitive leap year checkTobias Brunner2009-05-151-3/+3
|
* 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-155-26/+33
|
* cleaned up pluto's crypto frameworkAndreas Steffen2009-05-146-9/+7
|
* 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-143-1/+885
|
* renamed ENCR_TWOFISH and ENCR_SERPENT to ENCR_TWOFISH_CBC and ↵Andreas Steffen2009-05-144-8/+8
| | | | 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
|
* compute ASN.1 to UTC time without time functionsAndreas Steffen2009-05-141-54/+39
|
* 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
|
* corrected debug output of passphraseAndreas Steffen2009-05-111-1/+3
|
* started migration to encryption pluginsAndreas Steffen2009-05-0919-0/+5392
|
* added a configure option to enable the Vstr string library even if ↵Tobias Brunner2009-04-242-8/+8
| | | | register_printf_function is available
* fixed timezone compensation when parsing ASN.1 datesTobias Brunner2009-05-081-6/+29
|
* defined ENCR_TWOFISH and ENCR_SERPENTAndreas Steffen2009-05-082-8/+11
|
* inserted HASH_MD4 in increasing orderAndreas Steffen2009-05-072-9/+9
|
* some additional .gitignore'sMartin Willi2009-05-071-0/+2
|
* compiler warning fixedTobias Brunner2009-05-061-1/+1
|
* more portable handling of the bool data type (Mac OS X has stdbool.h)Tobias Brunner2009-05-061-3/+13
|
* renamed some conflicting function namesTobias Brunner2009-05-061-4/+4
|
* gethostbyname_r is not supported on Mac OS X (but gethostbyname uses ↵Tobias Brunner2009-05-061-17/+32
| | | | thread-local buffers)
* use prfs for IKEv1 hmacsAndreas Steffen2009-05-041-2/+2
|
* fixed typoAndreas Steffen2009-05-041-1/+1
|
* added support for AUTH_HMAC_SHA1_160Andreas Steffen2009-05-043-4/+11
|