]> git.ipfire.org Git - people/ms/strongswan.git/history - src
Verify EAP-SIM/AKA AT_MAC before processing any attributes
[people/ms/strongswan.git] / src /
2009-11-30  Martin WilliVerify EAP-SIM/AKA AT_MAC before processing any attributes
2009-11-30  Martin WilliSIM/AKA/Request/Reauthentication AT_MAC does not includ...
2009-11-30  Martin WilliInvoke attribute/key hooks from libsimaka
2009-11-30  Martin WilliExtended SIM manager by hooks, currently featuring...
2009-11-30  Martin WilliAdded a get_sa() method to the bus, allowing a thread...
2009-11-30  Martin WilliHandle NOT_SUPPORTED or other errors properly in get_qu...
2009-11-26  Martin WilliUse transport mode ESP SA if IPcomp is used, IPcomp...
2009-11-26  Martin WilliUse full algorithm name for SHA384/512 HMACs
2009-11-26  Martin WilliSupport the Linux specific SHA256 96 bit truncation...
2009-11-26  Martin WilliInstall SHA256_128 auth algorithm with specified 128...
2009-11-26  Martin WilliUpdated XFRM linux header, includes specified truncatio...
2009-11-26  Martin WilliAdded support for IPv6 source route installation
2009-11-26  Martin WilliCheck existing path in mobike probing only if we still...
2009-11-25  Andreas Steffenput identities in single quotes
2009-11-24  Andreas Steffenadded more debugging in configuration attribute handling
2009-11-24  Andreas Steffenchanged error messages in the case of faulty esp and...
2009-11-24  Andreas Steffendo not send all available kernel algorithms if esp...
2009-11-24  Elmar Vonlanthencheck if alg_info_esp exists
2009-11-24  Andreas Steffenadded some parentheses
2009-11-24  Andreas Steffenallow ECP DH groups in pfsgroup definition
2009-11-24  Andreas Steffenissue error message for expired certificates in OCSP...
2009-11-24  Andreas Steffenupdated IKEv2 notification messages assigned by IANA
2009-11-23  Martin WilliDo not recreate existing create_child subtask when...
2009-11-23  Martin WilliAvoid potentially unaligned half-word read
2009-11-23  Eric MertensCorrectly set host number to zero when computing traffi...
2009-11-20  Martin WilliUse abort() instead of raising SIGKILL, gives us proper...
2009-11-20  Martin WilliUse status_t return value for get_quintuplet() dummy...
2009-11-18  Martin WilliMessage stringification supports more detailed EAP...
2009-11-17  Martin WilliCorrectly enumerate attributes to request as initiator...
2009-11-17  Martin WilliFixed memleak in attribute handling
2009-11-17  Martin Williattr plugin supports any custom attribute type having...
2009-11-17  Martin WilliSupport enumeration of key/value pairs in a section...
2009-11-17  Martin WilliWhitelist register_printf_specifier in leak detective
2009-11-17  Martin WilliGive plugins more control of which configuration attrib...
2009-11-12  Martin WilliEncrypt payloads with missing rule, fix insertion of...
2009-11-12  Martin WilliBuild libsimaka with libtool, as we require a PIC-enabl...
2009-11-12  Martin WilliFix word alignement in memxor() on 64-bit architectures
2009-11-12  Martin WilliDo not complain about missing payload order rules for...
2009-11-12  Martin WilliProperly initialize attribute encoding/length values
2009-11-12  Martin WilliIdentation/whitespace cleanups
2009-11-12  Martin WilliSimplified vendor ID payload interface
2009-11-12  Martin WilliInvoke message hook before generation, allowing plugins...
2009-11-12  Martin WilliPrefer MODP2048/1536 over ECP Diffie-Hellman groups
2009-11-12  Martin WilliUse register_printf_specifier instead of deprecated...
2009-11-12  Martin WilliFixed compiler warning about missing return value
2009-11-12  Martin WilliSupport variable RES length in AKA quintuplets
2009-11-12  Martin WilliPorted pseudonym/reauth functionality to EAP-AKA
2009-11-12  Martin WilliPassing other as NULL should not always result in a...
2009-11-12  Martin WilliUse new identity constructor in EAP-SIM
2009-11-12  Martin WilliAdded identification constructor using a chunk of data...
2009-11-12  Martin WilliMoved card/provider enumeration to SIM manager, providi...
2009-11-12  Martin WilliAdded option to disable identity requests completely...
2009-11-12  Martin WilliFixed replacing existing reauthentication data
2009-11-12  Martin WilliInitiate full authentication if reauthentication identi...
2009-11-12  Martin WilliMoved reauth/pseudonym functionality from eap-sim-file...
2009-11-12  Martin Willieap-sim-file plugin supports volatile in-memory storage...
2009-11-12  Martin WilliInitial support for fast reauthentication in EAP-SIM
2009-11-12  Martin WilliEAP-SIM/AKA crypto helper supports key derivation for...
2009-11-12  Martin WilliFallback to permanent identity request if pseudonym...
2009-11-12  Martin WilliQuery triplet/quintuplet functions with permanent ident...
2009-11-12  Martin Willieap-sim-file plugin can store pseudonym information...
2009-11-12  Martin WilliSome coding style cleanups
2009-11-12  Martin WilliImpemented basic pseudonym support in EAP-SIM
2009-11-12  Martin WilliA SIM/AKA message can be parsed twice, without and...
2009-11-12  Martin WilliPass SIM/AKA crypto helper to constructor of message
2009-11-12  Martin WilliAdded a doxygen group for libsimaka, some cleanups
2009-11-12  Martin WilliAdded missing hasher include
2009-11-12  Martin WilliEAP servers check if the received EAP message was expected
2009-11-12  Martin WilliUse existing triplet length definitions
2009-11-12  Martin WilliSplitted EAP-AKA in peer and server implementations...
2009-11-12  Martin WilliProper handling of non-skippable attributes and client...
2009-11-12  Martin WilliCentralized SIM/AKA notifications and client errors
2009-11-12  Martin WilliUse the EAP-SIM/AKA crypto helper in EAP-SIM
2009-11-12  Martin Willilibsimaka provides cryptographic functionality used...
2009-11-12  Martin WilliMigrated EAP-SIM to libsimaka, separated server/peer...
2009-11-12  Martin WilliAdded a libsimaka library with shared message handling...
2009-11-12  Martin Willisim_provider_t API gained support for pseudonym/fast...
2009-11-12  Martin Willisim_card_t API gained support for pseudonym/fast reauth...
2009-11-11  Andreas Steffenfixed 4.3.6 ocsp regression
2009-11-10  Andreas Steffenadapted log message
2009-11-10  Andreas Steffenmerged pluto's PGP certificate parsing with charon's
2009-11-10  Andreas Steffenmerged pluto's PGP certificate parsing with charon's
2009-11-10  Andreas Steffenadded separating line
2009-11-10  Andreas Steffenadded some debugging to pgp certificate parsing
2009-11-09  Andreas Steffenaccept PGP v3 or v4 fingerprint as alternative to PGP...
2009-11-09  Martin WilliInstall bypass policies after creating XFRM netlink...
2009-11-08  Andreas Steffenput PGP userid in single quotes
2009-11-08  Andreas Steffenlist v3 or v4 fingerprint
2009-11-08  Andreas Steffenstroke_list supports listing of PGP certificates
2009-11-08  Andreas Steffendefine TIME_32_BITS_SIGNED_MAX in utils.h
2009-11-05  Andreas Steffenpluto ignores proprietary Juniper SRX notification...
2009-11-04  Andreas Steffenimplemented path length constraint checkinf for IKEv2
2009-11-04  Andreas Steffendisplay printable characters in dntoa()
2009-11-04  Andreas Steffencheck if acerts linked_list has been initialized before...
2009-11-04  Andreas Steffenimplemented path length constraint checking for IKEv1
2009-11-04  Andreas Steffenput directory path into single quotes
2009-11-04  Andreas Steffenremoved redundant and buggy debug statement
2009-11-04  Andreas Steffenoutput optional pathLenConstraint in ipsec listcacerts
2009-11-03  Andreas Steffenimplemented parsing of pathLenConstraint
2009-11-02  Andreas Steffenversion bump to 4.3.6
next